| | |
| | | ], |
| | | [ |
| | | { title: "åºåç¶æ", field: "status", type: 'select', dataKey: "stockStatusEmun", data: [] }, |
| | | { title: "ä»åº", field: "warehouseCode", type: 'select', dataKey: "wareHouse", data: [] }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "warehouseCode", |
| | | title: "ä»åºå·", |
| | | type: "string", |
| | | width: 120, |
| | | width: 160, |
| | | align: "left", |
| | | bind: { key: "wareHouse", data: [] }, |
| | | }, |
| | | { |
| | | field: "barcode", |
| | |
| | | field: "stockQuantity", |
| | | title: "åºåæ°é", |
| | | type: "string", |
| | | width: 200, |
| | | width: 110, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "outboundQuantity", |
| | | title: "åºåºæ°é", |
| | | type: "string", |
| | | width: 120, |
| | | width: 110, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "status", |
| | |
| | | bind: { key: "stockStatusEmun", data: [] }, |
| | | }, |
| | | { |
| | | field: "validDate", |
| | | title: "æææ", |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | | title: "å建人", |
| | | type: "string", |