dengjunjie
2025-01-13 e7037a128a61a6f8d3095960ead68a65dd6d69f2
´úÂë¹ÜÀí/»´°²PDA/pages/stash/QueryData.vue
@@ -13,6 +13,7 @@
               <view class="uni-list-box">
                  <view class="uni-content">
                     <view class="uni-title-sub uni-ellipsis-2">托盘号:{{stockInfoBarcode}}</view>
                     <view class="uni-title-sub uni-ellipsis-2">总数量:{{Summmary}}</view>
                  </view>
               </view>
            </template>
@@ -45,6 +46,7 @@
            // stockInfo: [],
            stockInfoDetail: [],
            barcode: '',
            Summmary: 0,
            barcodefocus: false,
            warehouseId: 0,
            stockInfoBarcode: '',
@@ -71,6 +73,10 @@
                        this.stockInfoBarcode = res.data.palletCode,
                           // this.stockInfo = res.data,
                           this.stockInfoDetail = res.data.details
                           //获取总数量
                           this.stockInfoDetail.forEach(item => {
                              this.Summmary+= item.stockQuantity;
                           });
                     } else {
                        this.$refs.uToast.show({
                           // title: "未找到托盘信息",