Commit 4a53a313 authored by 吴春's avatar 吴春

领队用款页面入汤税修改

parent 52f106ce
...@@ -1040,12 +1040,18 @@ ...@@ -1040,12 +1040,18 @@
} else { } else {
totalPrice += item.UnitPrice * (item.BookNum - item.HotelDiscount) * (coefficient - item.RebateRatio / totalPrice += item.UnitPrice * (item.BookNum - item.HotelDiscount) * (coefficient - item.RebateRatio /
100); 100);
}
if((obj.OPState==1||obj.DMCState==1)&&item.HouseType!=6){
totalPrice += item.BookNum * obj.InTangTax;
} }
} else { } else {
totalPrice += 0; totalPrice += 0;
} }
}) })
totalPrice += obj.ParkFee + obj.CityTax + obj.InTangTax; totalPrice += obj.ParkFee + obj.CityTax ;
return this.moneyFormat(totalPrice) return this.moneyFormat(totalPrice)
}, },
diningTotalPrice(sObj, obj) { diningTotalPrice(sObj, obj) {
......
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