| | |
| | | url: "/Task/", |
| | | sortName: "CreateDate", |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const editFormFields = ref({ |
| | | palletCode: "", |
| | | taskType:"", |
| | | sourceAddress: "", |
| | | targetAddress: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | ]); |
| | | 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", |
| | | }, |
| | | { |