| | |
| | | <TextInput |
| | | label="table.field.warehouse.address" |
| | | source="address" |
| | | validate={[required()]} |
| | | // validate={[required()]} |
| | | parse={v => v} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | {/* <Grid item xs={6} display="flex" gap={1}> |
| | | <TextInput |
| | | label="table.field.warehouse.longitude" |
| | | source="longitude" |
| | |
| | | label="table.field.warehouse.height" |
| | | source="height" |
| | | /> |
| | | </Grid> |
| | | </Grid> */} |
| | | |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | <StatusSelectInput /> |
| | |
| | | parse={v => v} |
| | | fullWidth |
| | | multiline |
| | | minRows={2} |
| | | autoFocus |
| | | {...props} |
| | | // minRows={2} |
| | | // autoFocus |
| | | /> |
| | | {/* <Stack direction="column" spacing={1} width={'100%'}> |
| | | <MemoInput /> |