个人与集团供应商

This commit is contained in:
孙景学
2025-07-09 16:34:10 +08:00
parent 7d1673f42d
commit 1f2986b5ae
19 changed files with 826 additions and 52 deletions

View File

@ -49,7 +49,6 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
const [storeOptions, setStoreOptions] = useState<OptionType[]>([]);
// 导出
const handleExport = async () => {
// const res = await getPageMyExport();
window.open(
`${SERVER_BASE}/coscoSupplierBase/getPageMyExport`,
'_blank',
@ -88,6 +87,7 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
setRegionOptions([
{ label: '境内企业', value: 'dvs' },
{ label: '境外企业', value: 'ovs' },
{ label: '个人', value: 'pe' },
])
// 准入状态下拉