From 093c43638d3f9aa64fc3b396a0a2452cc28abbe3 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 23 五月 2025 18:59:39 +0800 Subject: [PATCH] 生成移库任务 --- rsf-admin/src/page/orders/outStock/SelectMatnrModal.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/orders/outStock/SelectMatnrModal.jsx b/rsf-admin/src/page/orders/outStock/SelectMatnrModal.jsx index 08a9667..8a93aab 100644 --- a/rsf-admin/src/page/orders/outStock/SelectMatnrModal.jsx +++ b/rsf-admin/src/page/orders/outStock/SelectMatnrModal.jsx @@ -64,7 +64,6 @@ const notify = useNotify(); const refresh = useRefresh(); const [disabled, setDisabled] = useState(false) - const [createDialog, setCreateDialog] = useState(false); const tableRef = useRef(); @@ -237,6 +236,7 @@ label={translate("table.field.outStock.wkType")} value={formData.wkType} variant="filled" + group='2' onChange={(e) => handleChange(e.target.value, 'wkType')} dictTypeCode="sys_business_type" required @@ -595,7 +595,7 @@ }, }, }} - pageSizeOptions={[10, 25, 50, 100]} + pageSizeOptions={[15, 25, 50, 100]} editMode="row" checkboxSelection onRowSelectionModelChange={handleSelectionChange} -- Gitblit v1.9.1