| | |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | <TextInput |
| | | label="table.field.funcSta.type" |
| | | <SelectInput |
| | | source="type" |
| | | label="table.field.funcSta.type" |
| | | choices={[ |
| | | { id: 'CHARGE', name: 'page.funcSta.enums.type.charge' }, |
| | | { id: 'STANDBY', name: 'page.funcSta.enums.type.standby' }, |
| | | ]} |
| | | parse={v => v} |
| | | /> |
| | | </Grid> |
| | |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | <TextInput |
| | | label="table.field.funcSta.state" |
| | | <SelectInput |
| | | source="state" |
| | | label="table.field.funcSta.state" |
| | | choices={[ |
| | | { id: 'IDLE', name: 'page.funcSta.enums.state.idle' }, |
| | | { id: 'OCCUPIED', name: 'page.funcSta.enums.state.occupied' }, |
| | | ]} |
| | | parse={v => v} |
| | | /> |
| | | </Grid> |
| | | |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | {/* <Grid item xs={6} display="flex" gap={1}> |
| | | <StatusSelectInput /> |
| | | </Grid> |
| | | </Grid> */} |
| | | <Grid item xs={12} display="flex" gap={1}> |
| | | <Stack direction="column" spacing={1} width={'100%'}> |
| | | <MemoInput /> |