|
@@ -374,6 +374,7 @@
|
|
productCode:this.detail.productCode,
|
|
productCode:this.detail.productCode,
|
|
qty: this.qty,
|
|
qty: this.qty,
|
|
price:this.detail.price,
|
|
price:this.detail.price,
|
|
|
|
+ promoSn: this.detail.promoSn
|
|
}]}).then(res => {
|
|
}]}).then(res => {
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
if(res.status == 200){
|
|
if(res.status == 200){
|
|
@@ -382,7 +383,8 @@
|
|
productSn:item.productSn,
|
|
productSn:item.productSn,
|
|
productCode: item.productCode,
|
|
productCode: item.productCode,
|
|
qty: item.qty,
|
|
qty: item.qty,
|
|
- price:item.price
|
|
|
|
|
|
+ price:item.price,
|
|
|
|
+ promoSn: item.promoSn
|
|
}
|
|
}
|
|
})
|
|
})
|
|
const removeList = res.data.removeList.map(item => item.productCode)
|
|
const removeList = res.data.removeList.map(item => item.productCode)
|