| | |
| | | } |
| | | |
| | | const filters = [ |
| | | <SearchInput source="q" alwaysOn />, |
| | | // <SearchInput source="q" alwaysOn />, |
| | | <ReferenceInput source="agvId" label="table.field.segment.agvId" reference="agv" alwaysOn> |
| | | <AutocompleteInput label="table.field.segment.agvId" optionText="uuid" filterToQuery={(val) => ({ uuid: val })} /> |
| | | </ReferenceInput>, |
| | | <TextInput source="groupNo" label="table.field.segment.groupId" />, |
| | | ]; |
| | | |
| | | const MissionLayout = () => { |
| | |
| | | <ListToolbar filters={filters} actions={( |
| | | <TopToolbar> |
| | | <FilterButton /> |
| | | <SelectColumnsButton preferenceKey='locSts' /> |
| | | </TopToolbar> |
| | | )} /> |
| | | <Card> |