| | |
| | | |
| | | const filters = [ |
| | | // <SearchInput source="condition" alwaysOn />, |
| | | <TextInput source="groupId" label="table.field.action.groupId" alwaysOn resettable />, |
| | | <ReferenceInput source="agvId" label="table.field.action.agvId" reference="agv" alwaysOn> |
| | | <AutocompleteInput label="table.field.action.agvId" optionText="uuid" filterToQuery={(val) => ({ uuid: val })} /> |
| | | </ReferenceInput>, |
| | | <TextInput source="groupId" label="table.field.action.groupId" alwaysOn resettable />, |
| | | <ReferenceInput source="busId" label="table.field.action.busId" reference="bus"> |
| | | <AutocompleteInput label="table.field.action.busId" optionText="busNo" filterToQuery={(val) => ({ seqNum: val })} /> |
| | | </ReferenceInput>, |