|  |  | 
 |  |  |  | 
 |  |  | const filters = [ | 
 |  |  |     <SearchInput source="condition" alwaysOn />, | 
 |  |  |     <DateInput label='common.time.after' source="timeStart" alwaysOn />, | 
 |  |  |     <DateInput label='common.time.before' source="timeEnd" alwaysOn />, | 
 |  |  |  | 
 |  |  |     <DateInput label='common.time.after' source="timeStart" />, | 
 |  |  |     <DateInput label='common.time.before' source="timeEnd" />, | 
 |  |  |     <NumberInput source="waveId" label="table.field.waveItem.waveId" />, | 
 |  |  |     <TextInput source="waveCode" label="table.field.waveItem.waveCode" />, | 
 |  |  |     <NumberInput source="matnrId" label="table.field.waveItem.matnrId" />, | 
 |  |  | 
 |  |  |     <TextInput source="fieldsIndex" label="table.field.waveItem.fieldsIndex" />, | 
 |  |  |     <NumberInput source="anfme" label="table.field.waveItem.anfme" />, | 
 |  |  |     <NumberInput source="workQty" label="table.field.waveItem.workQty" />, | 
 |  |  |  | 
 |  |  |     <TextInput label="common.field.memo" source="memo" />, | 
 |  |  |     <SelectInput | 
 |  |  |         label="common.field.status" | 
 |  |  | 
 |  |  |  | 
 |  |  | const WaveItemList = () => { | 
 |  |  |     const translate = useTranslate(); | 
 |  |  |  | 
 |  |  |     const [createDialog, setCreateDialog] = useState(false); | 
 |  |  |     const [drawerVal, setDrawerVal] = useState(false); | 
 |  |  |  | 
 |  |  | 
 |  |  |                     <TextField source="fieldsIndex" label="table.field.waveItem.fieldsIndex" /> | 
 |  |  |                     <NumberField source="anfme" label="table.field.waveItem.anfme" /> | 
 |  |  |                     <NumberField source="workQty" label="table.field.waveItem.workQty" /> | 
 |  |  |  | 
 |  |  |                     <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> | 
 |  |  |                         <TextField source="nickname" /> | 
 |  |  |                     </ReferenceField> |