Commit 7655f0c7 authored by 黄奎's avatar 黄奎

页面修改

parent 711ac494
......@@ -1056,11 +1056,12 @@
this.getConvertMoney(this.OtherPrice.SalesCommissionMoney) +
this.getConvertMoney(this.OtherPrice.TripMoney) +
this.getConvertMoney(this.OtherPrice.GuidePeopleMoney) +
this.getConvertMoney(this.OtherPrice.AirTicketMoeny) +
this.getConvertMoney(this.OtherPrice.KBMoney) +
this.getConvertMoney(this.OtherPrice.VisaMoney) * this.getCurrencyMoney(
this.OtherPrice.VisaMoneyCurrencyId
);
// this.getConvertMoney(this.OtherPrice.AirTicketMoeny) +
return totalMoney;
},
//获取系列列表
......@@ -1264,14 +1265,14 @@
that.getConvertMoney(x.InlandTrafficMoney) +
that.getConvertMoney(x.OtherMoney)
).toFixed(0);
x.TotalMoney = (
Number(that.getLocalTotalMoney(x.PeopleNumber)) +
Number( that.getCostTotalMoney()) +
Number( that.getConvertMoney(x.SubtotalMoney) )
//房餐车景点价格
var trip= Number(that.getLocalTotalMoney(x.PeopleNumber));
//其他价格
var otherPrice= Number(that.getCostTotalMoney())
x.TotalMoney = ( trip+otherPrice+
Number(that.getConvertMoney(x.SubtotalMoney))
).toFixed(0);
// + that.getCurrencyNumberTotalMoney(x.PeopleNumber)
console.log("x.TotalMoney", x.TotalMoney);
});
},
//价格转换器
......
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