From d7355ce983c2bddcc5b95e4d84283f6631fb176a Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 27 十一月 2025 13:38:46 +0800
Subject: [PATCH] 修改入出库历史的拣料类型,不上传ERP

---
 rsf-admin/src/page/locPreview/LocPreviewList.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/page/locPreview/LocPreviewList.jsx b/rsf-admin/src/page/locPreview/LocPreviewList.jsx
index 5c20428..bbe9a08 100644
--- a/rsf-admin/src/page/locPreview/LocPreviewList.jsx
+++ b/rsf-admin/src/page/locPreview/LocPreviewList.jsx
@@ -109,7 +109,7 @@
             source="useStatus"
             optionValue="value"
             parse={v => v}
-
+            alwaysOn
         />,
         <TextInput source="code" label="table.field.loc.code" />,
         <AutocompleteInput
@@ -123,7 +123,7 @@
         <TextInput source="name" label="table.field.loc.name" />,
         <NumberInput source="flagLogic" label="table.field.loc.flagLogic" />,
         <TextInput source="fucAtrrs" label="table.field.loc.fucAtrrs" />,
-        <TextInput source="barcode" label="table.field.loc.barcode" />,
+        <TextInput source="barcode" label="table.field.loc.barcode" alwaysOn/>,
         <TextInput source="unit" label="table.field.loc.unit" />,
         <TextInput source="size" label="table.field.loc.size" />,
         <NumberInput source="row" label="table.field.loc.row" />,
@@ -191,6 +191,7 @@
                     <NumberField source="row" label="table.field.loc.row" />
                     <NumberField source="col" label="table.field.loc.col" />
                     <NumberField source="lev" label="table.field.loc.lev" />
+                    <NumberField source="isHalf$" label="table.field.loc.isHalf" />
                     <NumberField source="channel" label="table.field.loc.channel" />
                     <TextField source="useStatus$" label="table.field.loc.useStatus" />
                     <TextField source="updateBy$" label="common.field.updateBy" />

--
Gitblit v1.9.1