|
@@ -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
|
|
|
}
|