| | |
| | | }, |
| | | ], |
| | | [ |
| | | |
| | | { |
| | | title: "ç©æç¼ç ", |
| | | field: "materielCode", |
| | | type: "select", |
| | | data: [], |
| | | required: true, |
| | | type: "string", |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "éè´åå·", |
| | | field: "purchaseOrderNo", |
| | | type: "select", |
| | | data: [], |
| | | required: true, |
| | | type: "string", |
| | | }, |
| | | ], |
| | | [ |
| | |
| | | palletCode: "", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [{ title: "æ¹æ¬¡å·", field: "lotNo", type: "like" }], |
| | | [ |
| | | { title: "éè´åå·", field: "purchaseOrderNo", type: "like" }, |
| | | { title: "ç©æç¼å·", field: "materielCode", type: "like" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | | { |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "materielName", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "warehouseId", |
| | | title: "ä»åº", |
| | | type: "string", |