| | |
| | | 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", |