From b7ea160810f3c05f655936a07ae7d245ffc36b9b Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 26 十一月 2025 13:10:25 +0800
Subject: [PATCH] 临时盘点状态判断优化
---
rsf-admin/src/page/locItem/LocItemCreate.jsx | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/page/locItem/LocItemCreate.jsx b/rsf-admin/src/page/locItem/LocItemCreate.jsx
index 75454ff..9dc1fde 100644
--- a/rsf-admin/src/page/locItem/LocItemCreate.jsx
+++ b/rsf-admin/src/page/locItem/LocItemCreate.jsx
@@ -138,6 +138,34 @@
</Grid>
<Grid item xs={6} display="flex" gap={1}>
<TextInput
+ label="table.field.locItem.platItemId"
+ source="platItemId"
+ parse={v => v}
+ />
+ </Grid>
+ <Grid item xs={6} display="flex" gap={1}>
+ <TextInput
+ label="table.field.locItem.platOrderCode"
+ source="platOrderCode"
+ parse={v => v}
+ />
+ </Grid>
+ <Grid item xs={6} display="flex" gap={1}>
+ <TextInput
+ label="table.field.locItem.platWorkCode"
+ source="platWorkCode"
+ parse={v => v}
+ />
+ </Grid>
+ <Grid item xs={6} display="flex" gap={1}>
+ <TextInput
+ label="table.field.locItem.projectCode"
+ source="projectCode"
+ parse={v => v}
+ />
+ </Grid>
+ <Grid item xs={6} display="flex" gap={1}>
+ <TextInput
label="table.field.locItem.matnrCode"
source="matnrCode"
parse={v => v}
@@ -190,6 +218,12 @@
/>
</Grid>
<Grid item xs={6} display="flex" gap={1}>
+ <NumberInput
+ label="table.field.locItem.splrId"
+ source="splrId"
+ />
+ </Grid>
+ <Grid item xs={6} display="flex" gap={1}>
<TextInput
label="table.field.locItem.spec"
source="spec"
--
Gitblit v1.9.1