| | |
| | | taskStatus: "", |
| | | taskType: "", |
| | | sourceAddress: "", |
| | | rfidCode:"", |
| | | targetAddress: "", |
| | | currentAddress: "", |
| | | nextAddress: "", |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ä»»å¡å·", field: "taskNum", type: "int" }, |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { title: "å建人", field: "creater", type: "like" }, |
| | | { title: "æ¡ç (æç)ç¼å·", field: "palletCode", type: "like" }, |
| | | { title: "RFIDç¼å·", field: "rfidCode", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "ä»»å¡ç±»å",field: "taskType",type: "selectList",dataKey: "taskType",data: [],}, |
| | |
| | | { title: "å建æ¶é´", field: "createDate", type: "datetime" }, |
| | | ], |
| | | [ |
| | | { title: "æå±ä»åº", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],} |
| | | { title: "æå±ä»åº", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],}, |
| | | { title: "å建人", field: "creater", type: "like" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | field: "taskNum", |
| | | title: "ä»»å¡å·", |
| | | type: "int", |
| | | width: 120, |
| | | width: 110, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | | title: "æ¡ç (æç)ç¼å·", |
| | | type: "string", |
| | | width: 160, |
| | | width: 170, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "rfidCode", |
| | | title: "RFIDç¼å·", |
| | | type: "string", |
| | | width: 170, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "roadway", |
| | | title: "å··éå·", |
| | | type: "string", |
| | | width: 120, |
| | | width: 130, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "taskType", |
| | | title: "ä»»å¡ç±»å", |
| | | type: "int", |
| | | width: 120, |
| | | width: 130, |
| | | align: "left", |
| | | bind: { key: "taskType", data: [] }, |
| | | }, |