| | |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | label="table.field.sta.autoing" |
| | | source="autoing" |
| | | parse={v => v} |
| | | <NumberInput |
| | | label="table.field.sta.capacity" |
| | | source="capacity" |
| | | validate={required()} |
| | | /> |
| | | <TextInput |
| | | label="table.field.sta.loading" |
| | | source="loading" |
| | | parse={v => v} |
| | | <NumberInput |
| | | label="table.field.sta.occCnt" |
| | | source="occCnt" |
| | | InputProps={{ readOnly: true }} |
| | | disabled |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | label="table.field.sta.inEnable" |
| | | source="inEnable" |
| | | parse={v => v} |
| | | <NumberInput |
| | | label="table.field.sta.rsvInCnt" |
| | | source="rsvInCnt" |
| | | InputProps={{ readOnly: true }} |
| | | disabled |
| | | /> |
| | | <TextInput |
| | | label="table.field.sta.outEnable" |
| | | source="outEnable" |
| | | parse={v => v} |
| | | <NumberInput |
| | | label="table.field.sta.rsvOutCnt" |
| | | source="rsvOutCnt" |
| | | InputProps={{ readOnly: true }} |
| | | disabled |
| | | /> |
| | | </Stack> |
| | | </Grid> |