Commit c92a4733 authored by 沈良进's avatar 沈良进

save

parent a601f109
...@@ -995,7 +995,6 @@ ...@@ -995,7 +995,6 @@
if (subItem.CurrencyId == 0) { if (subItem.CurrencyId == 0) {
subItem.CurrencyId = 3; subItem.CurrencyId = 3;
} }
this.calculationPrice(subItem);
subItem.OrderDetailsList.forEach((x, index1) => { subItem.OrderDetailsList.forEach((x, index1) => {
x.HouseTypeCount = x.HouseTypeCount.toString(); x.HouseTypeCount = x.HouseTypeCount.toString();
x.UnitPrice = x.UnitPrice.toString(); x.UnitPrice = x.UnitPrice.toString();
...@@ -1005,8 +1004,7 @@ ...@@ -1005,8 +1004,7 @@
subItem.ReserveNo = this.$route.query.NewCombinationNum; subItem.ReserveNo = this.$route.query.NewCombinationNum;
} }
subItem.OrderDetailsList = subItem.OrderDetailsList.filter(item => item.HouseType === 2) subItem.OrderDetailsList = subItem.OrderDetailsList.filter(item => item.HouseType === 2)
console.log('subItem.OrderDetailsList', subItem.OrderDetailsList, subItem.OrderDetailsList this.calculationPrice(subItem);
.filter(item => item.HouseType === 2))
subItem.isShowPop = false; subItem.isShowPop = false;
subItem.ckedHotelName = ""; subItem.ckedHotelName = "";
//遍历手配 //遍历手配
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment