| | |
| | | <ReferenceInput source="locSts" label="table.field.loc.locSts" reference="locSts" alwaysOn> |
| | | <AutocompleteInput label="table.field.loc.locSts" optionText="name" filterToQuery={(val) => ({ name: val })} /> |
| | | </ReferenceInput>, |
| | | <NumberInput source="row" label="table.field.loc.row" alwaysOn />, |
| | | <NumberInput source="bay" label="table.field.loc.bay" alwaysOn />, |
| | | <NumberInput source="lev" label="table.field.loc.lev" alwaysOn />, |
| | | <NumberInput source="rowNo" label="table.field.loc.rowNo" alwaysOn />, |
| | | <NumberInput source="bayNo" label="table.field.loc.bayNo" alwaysOn />, |
| | | <NumberInput source="levNo" label="table.field.loc.levNo" alwaysOn />, |
| | | <ReferenceInput source="code" label="table.field.loc.code" reference="code"> |
| | | <AutocompleteInput label="table.field.loc.code" optionText="data" filterToQuery={(val) => ({ data: val })} /> |
| | | </ReferenceInput>, |
| | |
| | | <ReferenceField source="locSts" label="table.field.loc.locSts" reference="locSts" link={false} sortable={true}> |
| | | <TextField source="name" /> |
| | | </ReferenceField> |
| | | <NumberField source="row" label="table.field.loc.row" /> |
| | | <NumberField source="bay" label="table.field.loc.bay" /> |
| | | <NumberField source="lev" label="table.field.loc.lev" /> |
| | | <NumberField source="rowNo" label="table.field.loc.rowNo" /> |
| | | <NumberField source="bayNo" label="table.field.loc.bayNo" /> |
| | | <NumberField source="levNo" label="table.field.loc.levNo" /> |
| | | <NumberField source="offset" label="table.field.loc.offset" /> |
| | | <FunctionField |
| | | label="table.field.loc.compDirect" |