| | |
| | | validate={required()} |
| | | /> |
| | | <NumberInput |
| | | label="table.field.sta.offset" |
| | | source="offset" |
| | | validate={required()} |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <NumberInput |
| | | label="table.field.sta.angle" |
| | | source="angle" |
| | | validate={required()} |
| | | /> |
| | | {/* <NumberInput |
| | | label="table.field.sta.offset" |
| | | source="offset" |
| | | validate={required()} |
| | | /> */} |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <NumberInput |
| | | label="table.field.sta.hight" |
| | | source="hight" |
| | | validate={required()} |
| | | /> |
| | | <NumberInput |
| | | label="table.field.sta.depth" |
| | | source="depth" |
| | | validate={required()} |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | {/* <NumberInput |
| | | label="table.field.sta.occCnt" |
| | | source="occCnt" |
| | |
| | | <NumberInput |
| | | label="table.field.sta.rsvInCnt" |
| | | source="rsvInCnt" |
| | | // InputProps={{ readOnly: true }} |
| | | // disabled |
| | | // InputProps={{ readOnly: true }} |
| | | // disabled |
| | | /> |
| | | <NumberInput |
| | | label="table.field.sta.rsvOutCnt" |
| | | source="rsvOutCnt" |
| | | // InputProps={{ readOnly: true }} |
| | | // disabled |
| | | // InputProps={{ readOnly: true }} |
| | | // disabled |
| | | /> |
| | | </Stack> |
| | | </Grid> |