shish 3 лет назад
Родитель
Сommit
513c2fd3f0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/pagesPurchase/addCgConfirm.vue

+ 1 - 1
hdApp/src/pagesPurchase/addCgConfirm.vue

@@ -148,7 +148,7 @@ export default {
 				let num = Number(item.bigCount)>0 ? Number(item.bigCount) : Number(item.smallCount)
 				let unitPrice = item.userPrice ? item.userPrice : 0
 				let current = {productId:item.id,bigNum:item.bigCount,smallNum:item.smallCount,classId:item.classId,num:num,
-				itemId:item.itemId,property:item.property,unitType:unitType,unitPrice:unitPrice}
+				itemId:item.itemId,property:item.property,unitType:unitType,unitPrice:unitPrice,userPrice:unitPrice,bigUnit:item.bigUnit,smallUnit:item.smallUnit}
 				product.push(current)
 			})
 			let options = {sendCost:this.sendCost, ghsId:this.ghsId, modifyPrice: this.modifyPrice, product:JSON.stringify(product), payMode:this.payMode}