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/LocItemEdit.jsx | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/rsf-admin/src/page/locItem/LocItemEdit.jsx b/rsf-admin/src/page/locItem/LocItemEdit.jsx
index 8073eed..5c85ef7 100644
--- a/rsf-admin/src/page/locItem/LocItemEdit.jsx
+++ b/rsf-admin/src/page/locItem/LocItemEdit.jsx
@@ -23,6 +23,7 @@
import { useWatch, useFormContext } from "react-hook-form";
import { Stack, Grid, Box, Typography } from '@mui/material';
import * as Common from '@/utils/common';
+import QuantityInput from "../components/QuantityInput";
import { EDIT_MODE, REFERENCE_INPUT_PAGESIZE } from '@/config/setting';
import EditBaseAside from "../components/EditBaseAside";
import CustomerTopToolBar from "../components/EditTopToolBar";
@@ -165,19 +166,19 @@
/>
</Stack>
<Stack direction='row' gap={2}>
- <NumberInput
+ <QuantityInput
label="table.field.locItem.anfme"
source="anfme"
/>
</Stack>
<Stack direction='row' gap={2}>
- <NumberInput
+ <QuantityInput
label="table.field.locItem.qty"
source="qty"
/>
</Stack>
<Stack direction='row' gap={2}>
- <NumberInput
+ <QuantityInput
label="table.field.locItem.workQty"
source="workQty"
/>
--
Gitblit v1.9.1