| | |
| | | taskNum: "", |
| | | palletCode: "", |
| | | roadway: "", |
| | | taskType: "", |
| | | taskState: "", |
| | | sourceAddress: "", |
| | | targetAddress: "", |
| | | currentAddress: "", |
| | |
| | | [ |
| | | { title: "任务号", field: "taskNum", type: "int" }, |
| | | { title: "托盘编号", field: "palletCode", type: "like" }, |
| | | { title: "任务类型", field: "taskType", type: "int" }, |
| | | { title: "任务状态", field: "taskState", type: "int" }, |
| | | { |
| | | title: "任务类型", |
| | | field: "taskType", |
| | | type: "selectList", |
| | | dataKey: "taskType", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "任务状态", |
| | | field: "taskState", |
| | | type: "selectList", |
| | | dataKey: "taskState", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "起始地址", field: "sourceAddress", type: "like" }, |
| | |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "taskType", data: [] }, |
| | | }, |
| | | { |
| | | field: "taskState", |
| | |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "taskState", data: [] }, |
| | | }, |
| | | { |
| | | field: "sourceAddress", |