chen.lin
2026-03-10 b360cb8bbd470a78fca1f576536b5e09ca5e9d43
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;
@@ -136,6 +137,7 @@
                                        parse={v => v}
                                    />
                                </Grid>
                                {/* 现品票号已注释
                                <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput
                                        label="table.field.locItem.platItemId"
@@ -143,6 +145,7 @@
                                        parse={v => v}
                                    />
                                </Grid>
                                */}
                                <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput
                                        label="table.field.locItem.platOrderCode"
@@ -186,19 +189,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"
                                    />