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