|
@@ -230,8 +230,8 @@ export default {
|
|
|
i.type = item.subType
|
|
i.type = item.subType
|
|
|
console.log(item.subType);
|
|
console.log(item.subType);
|
|
|
i.typeName = this.typeList.find(i => i.value == item.subType).label
|
|
i.typeName = this.typeList.find(i => i.value == item.subType).label
|
|
|
- item.singlePrice = item.discountSinglePrice
|
|
|
|
|
- item.totalPrice = item.discountTotalPrice
|
|
|
|
|
|
|
+ // i.singlePrice = item.discountSinglePrice
|
|
|
|
|
+ i.totalPrice = i.discountTotalPrice
|
|
|
})
|
|
})
|
|
|
this.tableForm.detailList.push(...item.detailList)
|
|
this.tableForm.detailList.push(...item.detailList)
|
|
|
})
|
|
})
|