|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const filters = [ | 
|---|
|  |  |  | <SearchInput source="condition" alwaysOn />, | 
|---|
|  |  |  | <DateInput label='common.time.after' source="timeStart" alwaysOn />, | 
|---|
|  |  |  | <DateInput label='common.time.before' source="timeEnd" alwaysOn />, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <NumberInput source="ispectId" label="table.field.qlyIsptItem.ispectId" />, | 
|---|
|  |  |  | <TextInput source="matnrCode" label="table.field.qlyIsptItem.matnrCode" />, | 
|---|
|  |  |  | 
|---|
|  |  |  | 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.qlyIsptItem"} | 
|---|
|  |  |  | empty={<EmptyData onClick={() => { setCreateDialog(true) }} />} | 
|---|
|  |  |  | 
|---|
|  |  |  | preferenceKey='qlyIsptItem' | 
|---|
|  |  |  | bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} | 
|---|
|  |  |  | rowClick={(id, resource, record) => false} | 
|---|
|  |  |  | expand={() => <QlyIsptItemPanel />} | 
|---|
|  |  |  | expandSingle={true} | 
|---|
|  |  |  | omit={['id', 'createTime', 'createBy', 'memo']} | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <NumberField source="id" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | <TextField source="splrBatch" label="table.field.qlyIsptItem.splrBatch" /> | 
|---|
|  |  |  | <TextField source="stockBatch" label="table.field.qlyIsptItem.stockBatch" /> | 
|---|
|  |  |  | <NumberField source="rcptQty" label="table.field.qlyIsptItem.rcptQty" /> | 
|---|
|  |  |  | <NumberField source="isptResult$" label="table.field.qlyIsptItem.isptResult" /> | 
|---|
|  |  |  | <NumberField source="dlyQty" label="table.field.qlyIsptItem.dlyQty" /> | 
|---|
|  |  |  | <NumberField source="disQty" label="table.field.qlyIsptItem.disQty" /> | 
|---|
|  |  |  | <NumberField source="safeQty" label="table.field.qlyIsptItem.safeQty" /> | 
|---|