| | |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | taskNum:"", |
| | | palletCode:"", |
| | | taskType:"", |
| | | taskState:"", |
| | | sourceAddress:"", |
| | | currentAddress:"", |
| | | nextAddress:"", |
| | | targetAddress:"", |
| | | roadway:"", |
| | | creater:"", |
| | | CreateDate:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "ä»»å¡å·", "field": "taskNum", "type": "text" }, |
| | | { "title": "æçå·", "field": "palletCode", "type": "text" }, |
| | | { "title": "ä»»å¡å·", "field": "taskNum", "type": "like" }, |
| | | { "title": "车轮æ¡ç ", "field": "palletCode", "type": "like" }, |
| | | { "title": "ä»»å¡ç±»å", "field": "taskType", "type": "select", dataKey: "TaskType", data: [] }, |
| | | { "title": "ä»»å¡ç¶æ", "field": "taskState", "type": "select", dataKey: "TaskStatus", data: [] }, |
| | | |
| | |
| | | ], |
| | | [ |
| | | { "title": "å··é", "field": "roadway", type: "text" }, |
| | | { "title": "task_CZInfo", "field": "车轴", type: "text" }, |
| | | { "title": "å建人", "field": "creater", type: "text" }, |
| | | { "title": "å建æ¶é´", "field": "createDate", type: "datetime" }, |
| | | { "title": "å建æ¶é´", "field": "CreateDate", type: "datetime" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([{ field: 'TaskId', title: '主é®', type: 'string', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | { field: 'taskNum', title: 'ä»»å¡å·', type: 'int', width: 110, align: 'left', sort: true }, |
| | | { field: 'palletCode', title: 'æ¡ç ', type: 'string', width: 150, align: 'left' }, |
| | | { field: 'palletCode', title: '车轮æ¡ç ', type: 'string', width: 150, align: 'left' }, |
| | | { 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' }, |