| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" }, |
| | | { title: "æçç¼å·", field: "palletCode" ,type:'string'}, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode",type:'string' }, |
| | | { title: "å··éç¼å·", field: "roadway",type:'string' }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | readonly: true, |
| | | require: true, |
| | | align: "left", |
| | | }, |
| | | },{ |
| | | field: "warehouseId", |
| | | title: "ä»åºç¼å·", |
| | | type: "int", |
| | | width: 80, |
| | | align: "left", |
| | | bind: { key: "warehouseEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | },{ |
| | | field: "roadway", |
| | | title: "å··éå·", |
| | | type: "string", |
| | | width: 70, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | | title: "è´§ä½ç¼å·", |
| | | type: "string", |