| | |
| | | bulkActionButtons={false} |
| | | rowClick={false} |
| | | expandSingle={true} |
| | | omit={['id', 'createTime', 'createBy$', 'memo', 'rleStatus$']} |
| | | omit={['id', 'createTime', 'createBy$', 'memo']} |
| | | > |
| | | <NumberField source="id" /> |
| | | <TextField source="code" label="table.field.outStock.code" /> |
| | | <TextField source="poCode" label="table.field.outStock.poCode" /> |
| | | <TextField source="type$" label="table.field.outStock.type" /> |
| | | <TextField cellClassName="wkType" source="wkType$" label="table.field.outStock.wkType" /> |
| | | <NumberField source="anfme" label="table.field.outStock.anfme" /> |
| | | <NumberField source="workQty" label="table.field.outStock.workQty" /> |
| | | <NumberField source="qty" label="table.field.outStock.qty" /> |
| | | <TextField source="logisNo" label="table.field.outStock.logisNo" /> |
| | | <TextField source="rleStatus$" label="table.field.outStock.rleStatus" sortable={false} /> |
| | | <TextField source="code" label="table.field.transferOrder.code" /> |
| | | <TextField source="poCode" label="table.field.transferOrder.poCode" /> |
| | | <TextField source="type$" label="table.field.transferOrder.type" /> |
| | | <TextField cellClassName="wkType" source="wkType$" label="table.field.transferOrder.wkType" /> |
| | | <NumberField source="anfme" label="table.field.transferOrder.anfme" /> |
| | | <NumberField source="workQty" label="table.field.transferOrder.workQty" /> |
| | | <NumberField source="qty" label="table.field.transferOrder.qty" /> |
| | | <TextField source="updateBy$" label="common.field.updateBy" /> |
| | | <DateField source="updateTime" label="common.field.updateTime" showTime /> |
| | | <TextField source="createBy$" label="common.field.createBy" /> |