| | |
| | | { field: 'nextAddress', title: '下一位置', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'targetAddress', title: '目标位置', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'grade', title: '优先级', type: 'int', width: 60, align: 'left' }, |
| | | { field: 'productionLine', title: '产线', type: 'string', width: 70, align: 'left' }, |
| | | { field: 'productionLine', title: '产线', type: 'string', width: 70, align: 'left', bind: { key: "ProductionLine", data: [] } }, |
| | | { field: 'processCode', title: '工序', type: 'string', width: 90, align: 'left' }, |
| | | { field: 'dispatchertime', title: '任务下发时间', type: 'datetime', width: 150, align: 'left', sort: true }, |
| | | { field: 'remark', title: '备注', type: 'string', width: 110, align: 'left',hidden: true, }, |