| | |
| | | {translate('common.edit.title.main')} |
| | | </Typography> |
| | | <Stack direction='row' gap={2}> |
| | | <NumberInput |
| | | {/* <NumberInput |
| | | label="table.field.waitPakinLog.pakinId" |
| | | source="pakinId" |
| | | readOnly |
| | | autoFocus |
| | | /> |
| | | /> */} |
| | | <TextInput |
| | | label="table.field.waitPakinLog.code" |
| | | source="code" |
| | |
| | | readOnly |
| | | source="anfme" |
| | | /> |
| | | <SelectInput |
| | | <TextInput |
| | | label="table.field.waitPakin.ioStatus" |
| | | readOnly |
| | | source="ioStatus$" |
| | | parse={v => v} |
| | | /> |
| | | {/* <SelectInput |
| | | label="table.field.waitPakinLog.ioStatus" |
| | | source="ioStatus" |
| | | readOnly |
| | |
| | | { id: 1, name: ' 入库中' }, |
| | | ]} |
| | | validate={required()} |
| | | /> |
| | | /> */} |
| | | </Stack> |
| | | </Grid> |
| | | </Grid> |