Commit 6fecfde4 authored by 黄奎's avatar 黄奎

酒店操作默认币种为日元

parent 53ee5824
......@@ -731,6 +731,11 @@
Name: subItem.NewHotelName,
ID: subItem.NewHotelId
});
//默认成日元
if(subItem.CurrencyId==0)
{
subItem.CurrencyId=3;
}
this.calculationPrice(subItem);
subItem.OrderDetailsList.forEach((x, index1) => {
x.HouseTypeCount = x.HouseTypeCount.toString();
......
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