From 7d3ad58a9a21cfd7e21fde604e362a2cfe812754 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 20 十一月 2025 15:03:21 +0800
Subject: [PATCH] #新增 1. 全板出库完成后,变更任务状态为拣料
---
rsf-admin/src/page/orders/qlyInspect/QlyIsptItemResult.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/page/orders/qlyInspect/QlyIsptItemResult.jsx b/rsf-admin/src/page/orders/qlyInspect/QlyIsptItemResult.jsx
index 142f9d4..2192223 100644
--- a/rsf-admin/src/page/orders/qlyInspect/QlyIsptItemResult.jsx
+++ b/rsf-admin/src/page/orders/qlyInspect/QlyIsptItemResult.jsx
@@ -65,7 +65,7 @@
}));
const QlyIsptItemResult = (props) => {
- const { record, drawerVal, setDrawerVal } = props
+ const { record, drawerVal, setDrawerVal, from } = props
const translate = useTranslate();
const [createDialog, setCreateDialog] = useState(false);
const handleClose = (event, reason) => {
@@ -97,7 +97,7 @@
<List
storeKey="IsptItem"
resource="qlyIsptItem/ispt/result"
- filter={{ id: record?.id }}
+ filter={{ id: record?.id}}
empty={false}
filters={false}
sort={{ field: "create_time", order: "desc" }}
--
Gitblit v1.9.1