|  |  |  | 
|---|
|  |  |  | filterToQuery={(val) => ({ name: val })} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ReferenceInput> | 
|---|
|  |  |  | <ReferenceInput | 
|---|
|  |  |  | {/* <ReferenceInput | 
|---|
|  |  |  | source="agvId" | 
|---|
|  |  |  | reference="agv" | 
|---|
|  |  |  | perPage={REFERENCE_INPUT_PAGESIZE} | 
|---|
|  |  |  | 
|---|
|  |  |  | optionText="uuid" | 
|---|
|  |  |  | filterToQuery={(val) => ({ uuid: val })} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ReferenceInput> | 
|---|
|  |  |  | </ReferenceInput> */} | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  | <Stack direction='row' gap={2}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | 
|---|
|  |  |  | { id: 'STANDBY', name: 'page.funcSta.enums.type.standby' }, | 
|---|
|  |  |  | ]} | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | required | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ReferenceInput | 
|---|
|  |  |  | source="code" | 
|---|
|  |  |  | 
|---|
|  |  |  | source="angle" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <SelectInput | 
|---|
|  |  |  | {/* <SelectInput | 
|---|
|  |  |  | source="state" | 
|---|
|  |  |  | label="table.field.funcSta.state" | 
|---|
|  |  |  | choices={[ | 
|---|
|  |  |  | 
|---|
|  |  |  | { id: 'OCCUPIED', name: 'page.funcSta.enums.state.occupied' }, | 
|---|
|  |  |  | ]} | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | disabled | 
|---|
|  |  |  | /> */} | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | <Grid item xs={12} md={4}> | 
|---|