From 84fdac3d7913461c8f1e6d6ec5f22a11b395f922 Mon Sep 17 00:00:00 2001 From: DESKTOP-LMJ82IJ\Eno <creaycat@gmail.com> Date: 星期四, 10 四月 2025 19:37:37 +0800 Subject: [PATCH] #新增 确认收货修改 --- rsf-admin/src/page/basicInfo/loc/LocList.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/loc/LocList.jsx b/rsf-admin/src/page/basicInfo/loc/LocList.jsx index b425f38..bac9056 100644 --- a/rsf-admin/src/page/basicInfo/loc/LocList.jsx +++ b/rsf-admin/src/page/basicInfo/loc/LocList.jsx @@ -87,7 +87,6 @@ const filters = [ <SearchInput source="condition" alwaysOn />, - <ReferenceInput source="warehouseId" label="table.field.loc.warehouseId" @@ -310,7 +309,6 @@ const record = useRecordContext(); const notify = useNotify(); const refresh = useRefresh(); - const [createDialog, setCreateDialog] = useState(false); -- Gitblit v1.9.1