| | |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "palletCode", |
| | | // title: "鎵樼洏缂栧彿", |
| | | // type: "string", |
| | | // width: 200, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "roadway", |
| | | title: "鍖哄煙", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind:{key:"agvareaEnum",data:{}} |
| | | }, |
| | | { |
| | | field: "agvName", |
| | | title: "AGV缂栧彿", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind:{key:"agvareaEnum",data:{}} |
| | | }, |
| | | { |
| | | field: "taskType", |
| | |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "agvStationEnum", data: [] }, |
| | | bind: { key: "taskType", data: [] }, |
| | | }, |
| | | { |
| | | field: "taskState", |
| | |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "location", data: [] }, |
| | | }, |
| | | { |
| | | field: "targetAddress", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "location", data: [] }, |
| | | }, |
| | | { |
| | | field: "currentAddress", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "location", data: [] }, |
| | | hidden:true, |
| | | }, |
| | | { |
| | | field: "nextAddress", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "location", data: [] }, |
| | | hidden:true, |
| | | }, |
| | | { |
| | | field: "exceptionMessage", |