| | |
| | | export const columns = [ |
| | | { |
| | | type: 'seq', |
| | | width: 60, |
| | | title: '序号', |
| | | }, |
| | | { |
| | | field: 'taskNo', |
| | | title: '任务号', |
| | | }, |
| | | { |
| | | field: 'taskTypeDesc', |
| | | title: '任务类型', |
| | | }, |
| | | { |
| | | field: 'taskLevel', |
| | | title: '任务等级', |
| | | }, |
| | | { |
| | | field: 'taskStatusDesc', |
| | | title: '任务状态', |
| | | }, |
| | | { |
| | | field: 'containerNo', |
| | | title: '托盘编号', |
| | | }, |
| | | { |
| | | field: 'sourcePlace', |
| | | title: '起始库位', |
| | | }, |
| | | { |
| | | field: 'toPlace', |
| | | title: '目标库位', |
| | | }, |
| | | { |
| | | field: 'aisle', |
| | | title: '巷道', |
| | | }, |
| | | { |
| | | field: 'dodeviceId', |
| | | title: '堆垛机ID', |
| | | }, |
| | | { |
| | | field: 'dodevicetype', |
| | | title: '设备类型', |
| | | }, |
| | | { |
| | | field: 'taskDodeviceStatus', |
| | | title: '设备任务状态', |
| | | }, |
| | | { |
| | | field: 'isRead', |
| | | title: 'WCS是否可以读取', |
| | | }, |
| | | { |
| | | field: 'sonTaskTypeDesc', |
| | | title: '子任务类型', |
| | | }, |
| | | { |
| | | field: 'sourceOrderNo', |
| | | title: '来源单据号', |
| | | }, |
| | | { |
| | | field: 'isNextTask', |
| | | title: '下个任务是否生成成功', |
| | | }, |
| | | { |
| | | field: 'mutableParam1', |
| | | title: '可变变量1', |
| | | }, |
| | | { |
| | | field: 'mutableParam2', |
| | | title: '可变变量2', |
| | | }, |
| | | { |
| | | field: 'mutableParam3', |
| | | title: '可变变量3', |
| | | }, |
| | | { |
| | | field: 'sort', |
| | | title: '排序', |
| | | }, |
| | | { |
| | | field: 'creationTime', |
| | | title: '', |
| | | }, |
| | | { |
| | | field: 'deletionTime', |
| | | title: '', |
| | | }, |
| | | ] |
| | | export const columns = [ |
| | | { |
| | | type: 'seq', |
| | | width: 60, |
| | | title: '序号', |
| | | }, |
| | | { |
| | | field: 'taskNo', |
| | | title: '任务号', |
| | | }, |
| | | { |
| | | field: 'taskTypeDesc', |
| | | title: '任务类型', |
| | | }, |
| | | { |
| | | field: 'taskStatusDesc', |
| | | title: '任务状态', |
| | | }, |
| | | { |
| | | field: 'containerNo', |
| | | title: '托盘编号', |
| | | }, |
| | | { |
| | | field: 'sourcePlace', |
| | | title: '起始库位', |
| | | }, |
| | | { |
| | | field: 'toPlace', |
| | | title: '目标库位', |
| | | }, |
| | | { |
| | | field: 'aisle', |
| | | title: '巷道', |
| | | }, |
| | | // { |
| | | // field: 'dodeviceId', |
| | | // title: '堆垛机ID', |
| | | // }, |
| | | { |
| | | field: 'dodevicetype', |
| | | title: '设备类型', |
| | | }, |
| | | { |
| | | field: 'taskDodeviceStatus', |
| | | title: '设备状态', |
| | | }, |
| | | { |
| | | field: 'isRead', |
| | | title: 'WCS可读取', |
| | | formatter: ({ cellValue }) => 12222, |
| | | }, |
| | | { |
| | | field: 'sonTaskTypeDesc', |
| | | title: '子任务类型', |
| | | }, |
| | | { |
| | | field: 'sourceOrderNo', |
| | | title: '来源单号', |
| | | }, |
| | | // { |
| | | // field: 'isNextTask', |
| | | // title: '下个任务是否生成成功', |
| | | // }, |
| | | { |
| | | field: 'taskLevel', |
| | | title: '任务等级', |
| | | }, |
| | | // { |
| | | // field: 'mutableParam1', |
| | | // title: '可变变量1', |
| | | // }, |
| | | // { |
| | | // field: 'mutableParam2', |
| | | // title: '可变变量2', |
| | | // }, |
| | | // { |
| | | // field: 'mutableParam3', |
| | | // title: '可变变量3', |
| | | // }, |
| | | // { |
| | | // field: 'sort', |
| | | // title: '排序', |
| | | // }, |
| | | { |
| | | field: 'creationTime', |
| | | title: '创建时间', |
| | | }, |
| | | ] |