|
@@ -2808,6 +2808,8 @@ export default {
|
|
|
this.$set(buyFree[item], 'purchaseRebatePrice', buyFree[item].purchaseAmount)
|
|
|
// 把买的库区赋值给赠的库区上
|
|
|
this.$set(buyFree[item], 'storageId', list[item].storageId)
|
|
|
+ // 把买的库存赋值给赠的库存上
|
|
|
+ this.$set(buyFree[item], 'storageQuantity', list[item].storageQuantity)
|
|
|
|
|
|
this.maxGoodsNum++
|
|
|
delete buyFree[item].id
|