| | |
| | | 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; |
| | |
| | | /> |
| | | </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" |
| | | /> |