From 9c1c1c2908f19088d9a6c1c921808a0291b41045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Tue, 5 Aug 2025 18:59:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E4=BE=9B=E5=BA=94=E5=95=86ID=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BAsupplierId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../informationManagement/SupplierChangeReviewManage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx b/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx index f5390df..34d565b 100644 --- a/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx +++ b/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx @@ -141,7 +141,7 @@ const SupplierChangeReviewManage: React.FC = ({ dispatch }) => { dispatch({ type: 'globalModal/show', payload: { - id: record.id, + id: record.supplierId, }, }); }} From ad93b0503cf5b64041c452ba86d5cab8323c0cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Tue, 5 Aug 2025 19:21:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=B7=B2=E8=B5=B0OA?= =?UTF-8?q?=E7=AD=BE=E6=8A=A5=E6=98=AF=E9=99=84=E4=BB=B6=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CategoryLibraryManage/components/CategoryAddModal.tsx | 2 +- .../SupplierEntryManage/components/SupplierAddModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/supplier/category/CategoryLibraryManage/components/CategoryAddModal.tsx b/src/pages/supplier/category/CategoryLibraryManage/components/CategoryAddModal.tsx index 2e3b859..5d9640d 100644 --- a/src/pages/supplier/category/CategoryLibraryManage/components/CategoryAddModal.tsx +++ b/src/pages/supplier/category/CategoryLibraryManage/components/CategoryAddModal.tsx @@ -354,7 +354,7 @@ const CategoryAddModal: React.FC = ({ visible, onCancel, onSuccess }) => prev.approveType !== curr.approveType}> {() => { - const isAttachmentRequired = form.getFieldValue('approveType') === 'offline'; + const isAttachmentRequired = form.getFieldValue('approveType') === 'online'; return ( prev.approveType !== curr.approveType}> {() => { - const isAttachmentRequired = form.getFieldValue('approveType') === 'offline'; + const isAttachmentRequired = form.getFieldValue('approveType') === 'online'; return (