z8018
2025-12-17 20a71f4bafb8cda355948cc061827b8d4752966f
项目代码/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;