| | |
| | | ]); |
| | | const columns = ref([ |
| | | { field: "taskId", title: "TaskId", type: "int", width: 90, hidden: true, readonly: true, require: true, align: "left", }, |
| | | { field: "taskNum", title: "ä»»å¡å·", type: "int", width: 90, align: "left", }, |
| | | { field: "palletCode", title: "æçå·", type: "string", width: 90, align: "left", bind: { key: "agvareaEnum", data: {} } }, |
| | | { field: "roadway", title: "å··é", type: "string", width: 90, align: "left", }, |
| | | { field: "taskNum", title: "ä»»å¡å·", type: "int", width: 75, align: "left", }, |
| | | { field: "palletCode", title: "æçå·", type: "string", width: 150, align: "left", }, |
| | | { field: "roadway", title: "å··é", type: "string", width: 60, align: "left", }, |
| | | { field: "floor", title: "楼å±", type: "string", width: 60, align: "left", }, |
| | | { field: "taskType", title: "ä»»å¡ç±»å", type: "int", width: 90, align: "left", bind: { key: "taskType", data: [] }, }, |
| | | { field: "taskState", title: "ä»»å¡ç¶æ", type: "int", width: 150, align: "left", bind: { key: "taskState", data: [] }, }, |
| | | { field: "sourceAddress", title: "èµ·å§å°å", type: "int", width: 120, align: "left", bind: { key: "location", data: [] }, }, |
| | | { field: "targetAddress", title: "ç®æ å°å", type: "string", width: 120, align: "left", bind: { key: "location", data: [] }, }, |
| | | { field: "currentAddress", title: "å½åä½ç½®", type: "string", width: 120, align: "left", bind: { key: "location", data: [] }, hidden: true, }, |
| | | { field: "nextAddress", title: "ä¸ä¸ä½ç½®", type: "string", width: 120, align: "left", bind: { key: "location", data: [] }, hidden: true, }, |
| | | { field: "sourceAddress", title: "èµ·å§å°å", type: "int", width: 120, align: "left", }, |
| | | { field: "targetAddress", 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: "string", width: 90, align: "left", hidden: true, }, |
| | | { field: "grade", title: "ä¼å
级", type: "int", width: 80, align: "left", }, |
| | | { field: "rgvName", title: "RGVåç§°", type: "string", width: 100, align: "left", }, |
| | | { field: "dispatchertime", title: "ä»»å¡ä¸åæ¶é´", type: "datetime", width: 150, align: "left", }, |
| | | { field: "wMSId", title: "WMSä»»å¡ä¸»é®", type: "int", width: 120, align: "left", hidden: true, }, |
| | | { field: "creater", title: "å建人", type: "string", width: 90, align: "left", }, |
| | |
| | | { field: "modifier", title: "ä¿®æ¹äºº", type: "string", width: 100, align: "left", }, |
| | | { field: "modifyDate", title: "ä¿®æ¹æ¶é´", type: "datetime", width: 160, align: "left", }, |
| | | { field: "remark", title: "夿³¨", type: "string", width: 100, align: "left", hidden: true, }, |
| | | |
| | | ]); |
| | | const detail = ref({ |
| | | cnName: "", |