Commit a46a29b3 authored by 黄奎's avatar 黄奎

页面修改

parent 7b4b6da2
...@@ -2181,11 +2181,14 @@ ...@@ -2181,11 +2181,14 @@
USPrice_Single = parseFloat(subUSPrice) / parseFloat(this.postData.GuestNum); USPrice_Single = parseFloat(subUSPrice) / parseFloat(this.postData.GuestNum);
} }
this.ZaZhiSum.USPriceSingle = USPrice_Single.toFixed(2); this.ZaZhiSum.USPriceSingle = USPrice_Single.toFixed(2);
this.ZaZhiSum.VNDPriceSum=subVNDPrice.toFixed(2);
var VNDPrice_Single = 0; var VNDPrice_Single = 0;
if (this.postData.GuestNum > 0) { if (this.postData.GuestNum > 0) {
VNDPrice_Single = parseFloat(subVNDPrice) / parseFloat(this.postData.GuestNum); VNDPrice_Single = parseFloat(subVNDPrice) / parseFloat(this.postData.GuestNum);
} }
this.ZaZhiSum.VNDPriceSingle = VNDPrice_Single.toFixed(2); this.ZaZhiSum.VNDPriceSingle = VNDPrice_Single.toFixed(2);
this.ZaZhiSum.USTotalSum = totalUSPrice.toFixed(2); this.ZaZhiSum.USTotalSum = totalUSPrice.toFixed(2);
this.ZaZhiSum.VNDTotalSum = totalVNDPrice.toFixed(2); this.ZaZhiSum.VNDTotalSum = totalVNDPrice.toFixed(2);
} }
......
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