| | |
| | | |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | | lJTaskNum: "", |
| | | palletCode: "", |
| | | roadway: "", |
| | | sourceAddress: "", |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ä»»å¡å·", field: "taskNum", type: "int" }, |
| | | { title: "ä»»å¡å·", field: "lJTaskNum", type: "int" }, |
| | | { title: "å
°åä»»å¡å·", field: "taskNum", type: "int" }, |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { |
| | | title: "ä»»å¡ç±»å", |
| | |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "lJTaskNum", |
| | | title: "å
°åä»»å¡å·", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | | title: "å建人", |
| | | type: "string", |