|  |  | 
 |  |  |     <DateInput label='common.time.before' source="timeEnd" alwaysOn />, | 
 |  |  |  | 
 |  |  |     <TextInput source="code" label="table.field.qlyInspect.code" />, | 
 |  |  |     <TextInput source="name" label="table.field.qlyInspect.name" />, | 
 |  |  |     <TextInput source="wkType" label="table.field.qlyInspect.wkType" />, | 
 |  |  |     <NumberInput source="safeQty" label="table.field.qlyInspect.safeQty" />, | 
 |  |  |     <NumberInput source="dlyQty" label="table.field.qlyInspect.dlyQty" />, | 
 |  |  |     <NumberInput source="rcptQty" label="table.field.qlyInspect.rcptQty" />, | 
 |  |  |     <NumberInput source="isptQty" label="table.field.qlyInspect.isptQty" />, | 
 |  |  |  | 
 |  |  |     <TextInput label="common.field.memo" source="memo" />, | 
 |  |  |     <SelectInput | 
 |  |  | 
 |  |  |                         theme.transitions.create(['all'], { | 
 |  |  |                             duration: theme.transitions.duration.enteringScreen, | 
 |  |  |                         }), | 
 |  |  |                     marginRight: !!drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, | 
 |  |  |                     marginRight: drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, | 
 |  |  |                 }} | 
 |  |  |                 title={"menu.qlyInspect"} | 
 |  |  |                 empty={<EmptyData onClick={() => { setCreateDialog(true) }} />} | 
 |  |  | 
 |  |  |                     preferenceKey='qlyInspect' | 
 |  |  |                     bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} | 
 |  |  |                     rowClick={(id, resource, record) => false} | 
 |  |  |                     expand={() => <QlyInspectPanel />} | 
 |  |  |                     expandSingle={true} | 
 |  |  |                     omit={['id', 'createTime', 'createBy', 'memo']} | 
 |  |  |                 > | 
 |  |  |                     <NumberField source="id" /> | 
 |  |  |                     <TextField source="code" label="table.field.qlyInspect.code" /> | 
 |  |  |                     <TextField source="name" label="table.field.qlyInspect.name" /> | 
 |  |  |                     <TextField source="wkType" label="table.field.qlyInspect.wkType" /> | 
 |  |  |                     <NumberField source="safeQty" label="table.field.qlyInspect.safeQty" /> | 
 |  |  |                     <NumberField source="dlyQty" label="table.field.qlyInspect.dlyQty" /> | 
 |  |  |                     <NumberField source="rcptQty" label="table.field.qlyInspect.rcptQty" /> | 
 |  |  |                     <NumberField source="isptQty" label="table.field.qlyInspect.isptQty" /> | 
 |  |  |  | 
 |  |  |                     <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> | 
 |  |  |                         <TextField source="nickname" /> |