| | |
| | | { title: "创建人", field: "creater", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "任务类型",field: "taskType",type: "selectList",dataKey: "taskType",data: [],}, |
| | | { title: "任务类型",field: "taskType",type: "selectList",dataKey: "taskTypeEnum",data: [],}, |
| | | { title: "任务状态",field: "taskStatus",type: "selectList",dataKey: "taskStatusEnum",data: [],}, |
| | | { title: "巷道号", field: "roadway", type: "like" }, |
| | | ], |
| | |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "taskType", data: [] }, |
| | | bind: { key: "taskTypeEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "taskStatus", |
| | |
| | | width: 220, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "currentAddress", |
| | | // title: "当前位置", |
| | | // type: "string", |
| | | // width: 120, |
| | | // align: "left", |
| | | // }, |
| | | // { |
| | | // field: "nextAddress", |
| | | // title: "下一位置", |
| | | // type: "string", |
| | | // width: 120, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "currentAddress", |
| | | title: "当前位置", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "nextAddress", |
| | | title: "下一位置", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "exceptionMessage", |
| | | title: "异常信息", |
| | |
| | | type: "int", |
| | | width: 80, |
| | | align: "left", |
| | | bind: { key: "locationDepth", data: [] }, |
| | | }, |
| | | { |
| | | field: "dispatchertime", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | hidden:true, |
| | | // hidden:true, |
| | | }, |
| | | { |
| | | field: "wMSId", |