| | |
| | | readOnly |
| | | /> |
| | | <TextInput |
| | | label="table.field.task.barcode" |
| | | source="barcode" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <NumberInput |
| | | label="table.field.task.sort" |
| | | source="sort" |
| | | readOnly |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | label="table.field.task.orgLoc" |
| | | source="orgLoc" |
| | | readOnly |
| | |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | label="table.field.task.targSite" |
| | | source="targSite" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <TextInput |
| | | label="table.field.task.barcode" |
| | | source="barcode" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <NumberInput |
| | | label="table.field.task.sort" |
| | | source="sort" |
| | | readOnly |
| | | /> |
| | | </Stack> |
| | | </Grid> |