From f55ed1d2a1bdf4ad80930e879631d6d95d4b6c3c Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 28 八月 2025 18:57:38 +0800
Subject: [PATCH] RCS 库位同步接口调用 RCS任务下发接口功能调用 RCS 取消任务接口功能开发 RCS异常功回调功能开发

---
 rsf-admin/src/page/orders/stock/OrderItemList.jsx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/page/orders/stock/OrderItemList.jsx b/rsf-admin/src/page/orders/stock/OrderItemList.jsx
index 03f5658..94e07d1 100644
--- a/rsf-admin/src/page/orders/stock/OrderItemList.jsx
+++ b/rsf-admin/src/page/orders/stock/OrderItemList.jsx
@@ -68,8 +68,6 @@
     <TextInput source="matnrId" label="table.field.stockItem.matnrId" />,
     <TextInput source="matnrCode" label="table.field.stockItem.matnrCode" />,
     <TextInput source="maktx" label="table.field.stockItem.maktx" />,
-    <TextInput source="locCode" label="table.field.loc.code" />,
-    <TextInput source="barcode" label="table.field.task.barcode" />,
     <NumberInput source="anfme" label="table.field.stockItem.anfme" />,
     <TextInput source="stockUnit" label="table.field.stockItem.stockUnit" />,
     <NumberInput source="workQty" label="table.field.stockItem.workQty" />,

--
Gitblit v1.9.1