| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ä»»å¡å·", field: "taskNum", type: "int" }, |
| | | { title: "æçç¼å·", field: "palletCode", type: "text" }, |
| | | { title: "æ»æ©å·", field: "palletCode", type: "text" }, |
| | | { title: "PVIç ", field: "pvi", type: "text" }, |
| | | { |
| | | title: "ä»»å¡ç±»å", |
| | | field: "taskType", |
| | | type: "selectList", |
| | | dataKey: "taskType", |
| | | data: [], |
| | | }, |
| | | } |
| | | ], |
| | | [ |
| | | |
| | | { |
| | | title: "ä»»å¡ç¶æ", |
| | | field: "taskState", |
| | |
| | | dataKey: "taskState", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "èµ·å§å°å", field: "sourceAddress", type: "text" }, |
| | | { title: "ç®æ å°å", field: "targetAddress", type: "text" }, |
| | | { title: "å½åä½ç½®", field: "currentAddress", type: "text" }, |
| | | { title: "ä¸ä¸ä½ç½®", field: "nextAddress", type: "text" }, |
| | | // { title: "å½åä½ç½®", field: "currentAddress", type: "text" }, |
| | | // { title: "ä¸ä¸ä½ç½®", field: "nextAddress", type: "text" }, |
| | | ], |
| | | [ |
| | | { title: "å··éå·", field: "roadway", type: "text" }, |
| | | { "title": "ç产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] }, |
| | | // { "title": "ç产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] }, |
| | | { title: "å建人", field: "creater", type: "text" }, |
| | | { title: "宿æ¶é´", field: "createDate", type: "datetime" }, |
| | | ], |
| | |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | | title: "æ»æ©å·", |
| | | type: "string", |
| | | width: 200, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "pvi", |
| | | title: "PVIç ", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "productionLine", |
| | | title: "产线", |
| | | type: "string", |
| | | width: 70, |
| | | align: "left", |
| | | bind: { key: "ProductionLine", data: [] } |
| | | }, |
| | | { |
| | | field: "exceptionMessage", |