| | |
| | | // 鏍规嵁鏉$爜鍒楄〃鑾峰彇璇︾粏鏁版嵁 |
| | | async fetchUnpalletMaterialDetails() { |
| | | try { |
| | | const response = await http.post('/api/InboundOrder/UnPalletGroupBarcode?orderNo=' + this.docNo, {}); |
| | | const response = await http.post('/api/InboundOrder/UnPalletGroupBarcode?orderNo=' + this.orderNo, {}); |
| | | if (response.status && Array.isArray(response.data)) { |
| | | this.unpalletMaterials = response.data; |
| | | this.unpalletBarcodes = response.data.map(item => item.barcode || ''); |
| | |
| | | }); |
| | | this.orderNo = materialData[0].orderNo; |
| | | await this.fetchStockStatistics(materialData[0].orderNo); |
| | | await this.fetchUnpalletMaterialDetails(); |
| | | // 娓呯┖鐗╂枡杈撳叆妗嗗苟淇濇寔鑱氱劍 |
| | | this.barcode = ''; |
| | | this.scanCode = ''; // 娓呯┖鎵爜缂撳瓨 |