| | |
| | | { title: "ç©æç¼å·", field: "materielCode", type: 'like' }, |
| | | { title: "ç©æåç§°", field: "materielName", type: 'like' }, |
| | | { title: "åæ®ç¼å·", field: "orderNo", type: 'like' }, |
| | | |
| | | ], [ |
| | | { title: "æçå·", field: "palletCode", type: 'like' }, |
| | | { title: "æ¹æ¬¡", field: "batchNo", type: 'like' }, |
| | | { title: "æ¡ç ", field: "barcode", type: 'like' }, |
| | | ], |
| | | [ |
| | | { title: "åºåç¶æ", field: "status", type: 'select', dataKey: "stockStatusEmun", data: [] }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | | title: "è´§ä½ç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "materielCode", |
| | | title: "ç©æç¼å·", |
| | | type: "string", |