| | |
| | | sortName: "TaskId" |
| | | }); |
| | | const editFormFields = ref({ |
| | | taskState:"" |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { "title": "ä»»å¡ç¶æ", "field": "taskState", type: "select", dataKey: "TaskStatus", data: [] }, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | taskNum:"", |
| | | palletCode:"", |
| | | taskType:"", |
| | | taskState:"", |
| | | sourceAddress:"", |
| | | currentAddress:"", |
| | | nextAddress:"", |
| | | targetAddress:"", |
| | | roadway:"", |
| | | creater:"", |
| | | createDate:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | |
| | | { field: 'palletCode', title: '车轮æ¡ç ', type: 'string', width: 180, align: 'left' }, |
| | | { field: 'carType', title: '车å', type: 'string', width: 75, align: 'left' }, |
| | | { field: 'wheels_gkcc', title: 'æ¯ååå¼', type: 'string', width: 90, align: 'left' }, |
| | | { field: 'wheelsNewOrOld', title: 'æ°/æ§', type: 'string', width: 70, align: 'left' }, |
| | | //{ field: 'wheelsNewOrOld', title: 'æ°/æ§', type: 'string', width: 70, align: 'left' }, |
| | | { field: 'wheelsNewOrOld', title: 'æ°æ§ç±»å', type: 'string', width: 100, align: 'left',bind: { key: "NewOld", data: [] }} , |
| | | { field: 'pnboundNo', title: 'åæ®å·', type: 'string', width: 110, align: 'left',hidden:true }, |
| | | { field: 'groupID', title: 'åºåID', type: 'int', width: 110, hidden: true, align: 'left' }, |
| | | { field: 'groupDetailId', title: 'ç»çæç»ID', type: 'int', width: 110, hidden: true, align: 'left' }, |