| | |
| | | type: "string", |
| | | }, |
| | | ], |
| | | |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | materielCode: "", |
| | | materielName: "", |
| | | batchNo: "", |
| | | supplyCode:"", |
| | | warehouseCode:"" |
| | | supplyCode: "", |
| | | warehouseCode: "" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ç©æç¼å·", field: "materielCode" ,type:'like'}, |
| | | { title: "ç©æåç§°", field: "materielName" ,type:'like'}, |
| | | { title: "æ¹æ¬¡å·", field: "batchNo" ,type:'like'}, |
| | | { title: "ä¾åºåç¼å·", field: "supplyCode" ,type:'like'}, |
| | | { title: "ä»åºå·", field: "warehouseCode" ,type:'like'}, |
| | | { title: "ç©æç¼å·", field: "materielCode", type: 'like' }, |
| | | { title: "ç©æåç§°", field: "materielName", type: 'like' }, |
| | | { title: "æ¹æ¬¡å·", field: "batchNo", type: 'like' }, |
| | | { title: "ä¾åºåç¼å·", field: "supplyCode", type: 'like' }, |
| | | ], |
| | | [ |
| | | { title: "ä»åº", field: "warehouseCode", type: 'select', dataKey: "warehouse", data: [] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { |
| | |
| | | field: "materielCode", |
| | | title: "ç©æç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "materielInfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | | title: "æ¹æ¬¡å·", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | bind: { key: "wareHouse", data: [] }, |
| | | }, |
| | | { |
| | | field: "stockQuantity", |
| | | title: "åºåæ°é", |