| | |
| | | warehouseStock: 'Instant Inventory', |
| | | deviceBind: 'Device Bind', |
| | | tasks: 'Tasks', |
| | | locItem: 'Loc Items', |
| | | wave: 'Wave Manage', |
| | | basStation: 'BasStation', |
| | | basContainer: 'BasContainer', |
| | |
| | | length: "length", |
| | | width: "width", |
| | | height: "height", |
| | | isHalf: 'Box Status', |
| | | row: "Row", |
| | | col: "Col", |
| | | lev: "Lev", |
| | |
| | | isptResult: 'Ispt Result', |
| | | unit: "unit", |
| | | anfme: "anfme", |
| | | qty: 'Qty', |
| | | batch: "batch", |
| | | spec: "spec", |
| | | model: "model", |
| | |
| | | start: 'Start', |
| | | stopPub: 'Stop Pub', |
| | | pause: 'Pause', |
| | | pausePub: 'Stop Auto Pub', |
| | | subzone: 'subzone', |
| | | bindmatnr: 'bind matnr', |
| | | bindloc: 'bind loc', |
| | |
| | | taskItemLog: '任务明细历史档', |
| | | stock: '入出库历史', |
| | | stockItem: '单据明细', |
| | | locItem: '库存明细', |
| | | locPreview: '库位明细', |
| | | histories: '历史档', |
| | | wareWork: '仓库作业', |
| | |
| | | length: "长", |
| | | width: "宽", |
| | | height: "高", |
| | | isHalf: '料箱状态', |
| | | row: "排", |
| | | col: "列", |
| | | lev: "层", |
| | |
| | | matnrCode: "物料编码", |
| | | unit: "单位", |
| | | anfme: "数量", |
| | | qty: '已拣数量', |
| | | batch: "批次", |
| | | spec: "规格", |
| | | model: "型号", |
| | |
| | | batch: '批量操作', |
| | | confirm: '确认', |
| | | start: '自动下发', |
| | | autoStartLocs: '自动跑库', |
| | | autoStartLocs: '自动执行任务', |
| | | init: "初始化", |
| | | stopPub: '终止下发', |
| | | pause: '暂停', |
| | | pausePub: '暂停自动执行任务', |
| | | pick: '拣料', |
| | | check: '盘点', |
| | | bulkExport: "批量导出", |
| | |
| | | <Box display="flex"> |
| | | <List |
| | | resource="taskItem" |
| | | queryOptions={{ refetchInterval: 5000 }} |
| | | sx={{ |
| | | flexGrow: 1, |
| | | transition: (theme) => |
| | |
| | | <TextField source="matnrCode" label="table.field.taskItem.matnrCode" />, |
| | | <TextField source="unit" label="table.field.taskItem.unit" />, |
| | | <NumberField source="anfme" label="table.field.taskItem.anfme" />, |
| | | <NumberField source="qty" label="table.field.taskItem.qty" />, |
| | | <TextField source="platOrderCode" label="table.field.asnOrderItem.platOrderCode" />, |
| | | <TextField source="platWorkCode" label="table.field.asnOrderItem.platWorkCode" />, |
| | | <TextField source="projectCode" label="table.field.asnOrderItem.projectCode" />, |
| | |
| | | rowClick={false} |
| | | // expand={() => <TaskItemPanel />} |
| | | expandSingle={true} |
| | | omit={['id', 'createTime', 'createBy', 'memo', 'taskId', 'orderId', 'orderItemId', 'matnrId', 'platWorkCode', 'projectCode','statusBool']} |
| | | omit={['id', 'createTime', 'createBy', 'memo', 'taskId', 'orderId', 'orderItemId', 'matnrId', 'platWorkCode', 'projectCode', 'statusBool']} |
| | | > |
| | | {columns.map((column) => column)} |
| | | </StyledDatagrid>} |