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

领队用款页面入汤税修改

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