项目代码/WIDESEA_WMSClient/src/extension/inbound/extend/Pallet.vue
@@ -371,7 +371,7 @@ this.sumLoading = true; this.sumError = ''; try { const response = await http.post('/api/InboundOrder/UnPalletQuantity?orderNo=' + this.docNo, {}); const response = await http.post('/api/InboundOrder/UnPalletQuantity?orderNo=' + this.orderNo, {}); if (response.data) { this.totalStockSum = response.data.stockSumQuantity || 0; this.totalStockCount = response.data.stockCount || 0;