| | |
| | | url: "/Task/", |
| | | sortName: "CreateDate", |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const editFormFields = ref({ |
| | | taskNum:"", |
| | | palletCode: "", |
| | | roadway: "", |
| | | taskType:"", |
| | | taskState:"", |
| | | wmsId:"", |
| | | sourceAddress: "", |
| | | targetAddress: "", |
| | | currentAddress: "", |
| | | nextAddress: "", |
| | | creater: "", |
| | | createDate: "", |
| | | grade: "", |
| | | productionLine:"" |
| | | }); |
| | | const editFormOptions = ref([[{ title: "优先级", field: "grade", type: "int" },]]); |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | | palletCode: "", |
| | |
| | | title: "产线", |
| | | type: "string", |
| | | width: 70, |
| | | align: "left", |
| | | align: "left", |
| | | bind: { key: "ProductionLine", data: [] } |
| | | }, |
| | | { |
| | | field: "exceptionMessage", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "wMSId", |
| | | field: "wmsId", |
| | | title: "WMS任务主键", |
| | | type: "int", |
| | | width: 120, |