供应商信息检索启动安排准入明细与查看使用通用
This commit is contained in:
@ -160,11 +160,18 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
|
||||
render: (record: any) => (
|
||||
<Space>
|
||||
<a
|
||||
onClick={() => { setCurrentRecord(record.id); setViewVisible(true); }}
|
||||
onClick={() => {
|
||||
dispatch({
|
||||
type: 'globalModal/show',
|
||||
payload: {
|
||||
id: record.id,
|
||||
},
|
||||
});
|
||||
}}
|
||||
>查看</a>
|
||||
<a
|
||||
{/* <a
|
||||
onClick={() => { setCurrentRecord(record.id); setDetailVisible(true); }}
|
||||
>准入明细</a>
|
||||
>准入明细</a> */}
|
||||
</Space>
|
||||
),
|
||||
},
|
||||
|
Reference in New Issue
Block a user