供应商退出、准入、 工作台

This commit is contained in:
孙景学
2025-06-27 10:41:33 +08:00
parent 527637cce3
commit 4d54b36a16
40 changed files with 3746 additions and 1631 deletions

View File

@ -8,7 +8,6 @@ import OtherAttachmentsTab from './component/OtherAttachmentsTab';
import ContactsInfoTab from './component/ContactsInfoTab';
import BankInfoTab from './component/BankInfoTab';
import Supplier from '@/pages/supplier/register/supplier';
const { TabPane } = Tabs;
@ -21,7 +20,6 @@ const CompanyInfo: React.FC = () => {
return (
<Tabs activeKey={subTab} onChange={setSubTab}>
<TabPane tab={intl.formatMessage({ id: 'page.workbench.base' })} key="base">
{/* <Supplier /> */}
<BaseInfoTab />
</TabPane>
<TabPane tab={intl.formatMessage({ id: 'page.workbench.qualification' })} key="qualification">