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

页面修改

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