From 5ebf8df590e50db08e018372e3b62bc281d062b5 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 12 五月 2025 16:44:52 +0800
Subject: [PATCH] #Agv解绑

---
 rsf-admin/src/page/orders/qlyInspect/QlyInspectList.jsx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/rsf-admin/src/page/orders/qlyInspect/QlyInspectList.jsx b/rsf-admin/src/page/orders/qlyInspect/QlyInspectList.jsx
index f9b848c..3c01e8c 100644
--- a/rsf-admin/src/page/orders/qlyInspect/QlyInspectList.jsx
+++ b/rsf-admin/src/page/orders/qlyInspect/QlyInspectList.jsx
@@ -137,9 +137,6 @@
                     <TextField source="wkType$" label="table.field.qlyInspect.wkType" />
                     <NumberField source="asnId" label="table.field.qlyInspect.asnId" />
                     <NumberField source="asnCode" label="table.field.qlyInspect.asnCode" />
-                    <NumberField source="safeQty" label="table.field.qlyInspect.safeQty" />
-                    <NumberField source="dlyQty" label="table.field.qlyInspect.dlyQty" />
-                    <NumberField source="rcptQty" label="table.field.qlyInspect.rcptQty" />
                     <NumberField source="isptQty" label="table.field.qlyInspect.isptQty" />
                     <TextField source="updateBy$" label="common.field.updateBy" />
                     <DateField source="updateTime" label="common.field.updateTime" showTime />
@@ -148,7 +145,7 @@
                     <BooleanField source="statusBool" label="common.field.status" sortable={false} />
                     <TextField source="memo" label="common.field.memo" sortable={false} />
                     <WrapperField cellClassName="opt" label="common.field.opt">
-                        <EditButton />
+                        <EditButton label="toolbar.detail" />
                         <InspectionButton />
                         <CompleteButton />
                         <CloseButton />
@@ -174,6 +171,10 @@
 }
 
 export default QlyInspectList;
+
+const PrintLabelButton = () => {
+    const record = useRecordContext();
+}
 
 const InspectionButton = () => {
     const record = useRecordContext();
@@ -231,7 +232,6 @@
             notify(msg);
         }
     }
-
 
     return (
         <Button onClick={requestClose} label={"toolbar.close"}>

--
Gitblit v1.9.1