| | |
| | | url: "/Task/", |
| | | sortName: "CreateDate", |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const editFormFields = ref({ |
| | | taskNum: "", |
| | | palletCode: "", |
| | | roadway: "", |
| | | taskType:"", |
| | | sourceAddress: "", |
| | | targetAddress: "", |
| | | currentAddress: "", |
| | | nextAddress: "", |
| | | creater: "", |
| | | createDate: "", |
| | | wmStaskid:"", |
| | | deviceuuid:"" |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [{ |
| | | title: "ä»»å¡ç¶æ", |
| | | field: "taskState", |
| | | type: "select", |
| | | dataKey: "taskState", |
| | | data: [], |
| | | },] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | | palletCode: "", |
| | |
| | | field: "taskNum", |
| | | title: "WCSä»»å¡å·", |
| | | type: "int", |
| | | width: 90, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "WMStaskid", |
| | | field: "wmStaskid", |
| | | title: "WMSä»»å¡å·", |
| | | type: "string", |
| | | width: 90, |
| | | width: 180, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "exceptionMessage", |
| | | title: "å¼å¸¸ä¿¡æ¯", |
| | | type: "string", |
| | | width: 90, |
| | | width: 200, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | // { |
| | | // field: "grade", |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "", data: [{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}] }, |
| | | }, |
| | | { |
| | | field: "createDate", |