登录 个人 与 零星采购

This commit is contained in:
孙景学
2025-07-09 14:01:45 +08:00
parent 56da66ee21
commit b46b35cd4b
35 changed files with 1054 additions and 343 deletions

View File

@ -162,6 +162,7 @@ const SupplierRegisterAgent: React.FC = () => {
<Tabs activeKey={tabKey} onChange={setTabKey}>
<TabPane tab="境内供应商" key="dvs" />
<TabPane tab="境外供应商" key="ovs" />
<TabPane tab="个人" key="pe" />
</Tabs>
</Col>
<Col>
@ -192,7 +193,9 @@ const SupplierRegisterAgent: React.FC = () => {
<SupplierExitModal
visible={exitModalVisible}
exitId={exitId}
onOk={() => setExitModalVisible(false)}
onOk={() => {
setExitModalVisible(false)
}}
/>
</div>
);