| | |
| | | field: "taskNum", |
| | | title: "任务号", |
| | | type: "int", |
| | | width: 60, |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "托盘编号", |
| | | type: "string", |
| | | width: 150, |
| | | width: 200, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "taskState", |
| | | title: "任务状态", |
| | | type: "int", |
| | | width: 90, |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "taskState", data: [] }, |
| | | }, |
| | |
| | | field: "currentAddress", |
| | | title: "当前位置", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "nextAddress", |
| | | title: "下一位置", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |