From 79edfec1f6e6789d3f6cc57db3cb0cfdffd64c32 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 24 二月 2026 15:50:32 +0800
Subject: [PATCH] 库位拣料出库数量调整
---
rsf-admin/src/page/locItem/LocItemCreate.jsx | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/rsf-admin/src/page/locItem/LocItemCreate.jsx b/rsf-admin/src/page/locItem/LocItemCreate.jsx
index 9dc1fde..8a78582 100644
--- a/rsf-admin/src/page/locItem/LocItemCreate.jsx
+++ b/rsf-admin/src/page/locItem/LocItemCreate.jsx
@@ -30,6 +30,7 @@
import DialogCloseButton from "../components/DialogCloseButton";
import StatusSelectInput from "../components/StatusSelectInput";
import MemoInput from "../components/MemoInput";
+import QuantityInput from "../components/QuantityInput";
const LocItemCreate = (props) => {
const { open, setOpen } = props;
@@ -186,19 +187,19 @@
/>
</Grid>
<Grid item xs={6} display="flex" gap={1}>
- <NumberInput
+ <QuantityInput
label="table.field.locItem.anfme"
source="anfme"
/>
</Grid>
<Grid item xs={6} display="flex" gap={1}>
- <NumberInput
+ <QuantityInput
label="table.field.locItem.qty"
source="qty"
/>
</Grid>
<Grid item xs={6} display="flex" gap={1}>
- <NumberInput
+ <QuantityInput
label="table.field.locItem.workQty"
source="workQty"
/>
--
Gitblit v1.9.1