| | |
| | | // { |
| | | // field: 'dodeviceId', |
| | | // title: '堆垛机ID', |
| | | // width: 100, |
| | | // }, |
| | | { |
| | | field: 'dodevicetype', |
| | | title: '设备类型', |
| | | }, |
| | | { |
| | | field: 'taskDodeviceStatus', |
| | | title: '设备状态', |
| | | }, |
| | | { |
| | | field: 'isRead', |
| | | title: 'WCS可读', |
| | | }, |
| | | { |
| | | field: 'taskLevel', |
| | | title: '优先级', |
| | | title: 'WCS可读取', |
| | | }, |
| | | { |
| | | field: 'sonTaskTypeDesc', |
| | |
| | | field: 'sourceOrderNo', |
| | | title: '来源单号', |
| | | }, |
| | | // { |
| | | // field: 'isNextTask', |
| | | // title: '下个任务是否生成成功', |
| | | // }, |
| | | { |
| | | field: 'isNextTask', |
| | | title: '后续任务', |
| | | field: 'taskLevel', |
| | | title: '任务等级', |
| | | }, |
| | | { |
| | | field: 'dodevicetype', |
| | | title: '设备类型', |
| | | }, |
| | | |
| | | // { |
| | | // field: 'mutableParam1', |
| | | // title: '可变变量1', |
| | | // }, |
| | | // { |
| | | // field: 'mutableParam2', |
| | | // title: '可变变量2', |
| | | // }, |
| | | // { |
| | | // field: 'mutableParam3', |
| | | // title: '可变变量3', |
| | | // }, |
| | | // { |
| | | // field: 'sort', |
| | | // title: '排序', |
| | | // }, |
| | | { |
| | | field: 'creationTime', |
| | | title: '创建时间', |
| | | }, |
| | | // { |
| | | // field: 'sort', |
| | | // title: '排序', |
| | | // width: 80, |
| | | // }, |
| | | // // 以下为次要信息放在最后 |
| | | // { |
| | | // field: 'mutableParam1', |
| | | // title: '变量1', |
| | | // width: 100, |
| | | // showOverflow: true, // 长文本显示省略号 |
| | | // }, |
| | | // { |
| | | // field: 'mutableParam2', |
| | | // title: '变量2', |
| | | // width: 100, |
| | | // showOverflow: true, |
| | | // }, |
| | | // { |
| | | // field: 'mutableParam3', |
| | | // title: '变量3', |
| | | // width: 100, |
| | | // showOverflow: true, |
| | | // }, |
| | | ] |