Browse Source

修改bug

chenrui 2 năm trước cách đây
mục cha
commit
d673739448
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/common/partList.vue

+ 1 - 1
pages/common/partList.vue

@@ -145,7 +145,7 @@
 					}else if(_this.pageType=='replenishmentDetailc'){  // 补货详情-已取消
 						this.totalNums = this.totalNums + item.qty
 					}else if(_this.pageType=='shuntBackDetail'){  // 调回详情-已完成
-						this.totalNums = this.totalNums + item.qty
+						this.totalNums = this.totalNums + item.confirmQty
 					}else{
 						this.totalNums = this.totalNums + item.qty
 					}