| | |
| | | <DateInput label='common.time.before' source="timeEnd" alwaysOn />, |
| | | |
| | | // <TextInput source="uuid" label="table.field.task.uuid" />, |
| | | <ReferenceInput source="busId" label="table.field.task.busId" reference="bus"> |
| | | <AutocompleteInput label="table.field.task.busId" optionText="seqNum" filterToQuery={(val) => ({ seqNum: val })} /> |
| | | <ReferenceInput source="busId" label="table.field.task.busId" reference="bus" > |
| | | <AutocompleteInput label="table.field.task.busId" optionText="busNo" filterToQuery={(val) => ({ seqNum: val })} /> |
| | | </ReferenceInput>, |
| | | <TextInput source="seqNum" label="table.field.task.seqNum" />, |
| | | <NumberInput source="priority" label="table.field.task.priority" />, |