Commit 04cb8ae6 authored by 黄奎's avatar 黄奎

页面修改

parent 2933919e
...@@ -1213,10 +1213,10 @@ ...@@ -1213,10 +1213,10 @@
getDayXiaoJi(type, currencyType) { getDayXiaoJi(type, currencyType) {
var xiaoJi = 0; var xiaoJi = 0;
if (this.dayCostPrice && this.dayCostPrice.length > 0) { if (this.dayCostPrice && this.dayCostPrice.length > 0) {
this.dayCostPrice.forEach(item => { this.dayCostPrice.forEach((item,index) => {
var currencyRate = 1; var currencyRate = 1;
if (currencyType == 2) { if (currencyType == 2) {
currencyRate = this.getCurrencyMoney(item.CurrencyId); currencyRate = this.getCurrencyMoney(item.CurrencyId);
} }
//酒店 //酒店
if (type == 1) { if (type == 1) {
......
...@@ -233,12 +233,11 @@ ...@@ -233,12 +233,11 @@
</span> </span>
</div> </div>
<div class="mb bold"><span class="item-title">{{$t('leader.leader_registraNum')}}:</span><span> <div class="mb bold"><span class="item-title">{{$t('leader.leader_registraNum')}}:</span><span>
{{item.OrderGuestNum}} </span></div> {{item.OrderGuestNum}} </span>
<div class="mb bold"><span class="item-title">{{$t('ground.lddaoyou')}}:</span><span> <span class="TCL-redType" v-if="item.OrderLeaderGuestNum>=1">+{{item.OrderLeaderGuestNum}}</span>
{{item.LeaderNum}} </span></div> </div>
<div class="mb bold" v-if="item.BindNum > 0 && item.TicketList&&item.TicketList.length>0"><span <div class="mb bold" v-if="item.BindNum > 0 && item.TicketList&&item.TicketList.length>0"><span
class="item-title">{{$t('Operation.Op_bindNum')}}:</span><span> class="item-title">{{$t('Operation.Op_bindNum')}}:</span><span>
<el-popover width="550" trigger="click"> <el-popover width="550" trigger="click">
<table width="100%" class="singeRowTable" border="0" cellspacing="0" cellpadding="0"> <table width="100%" class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
......
...@@ -2200,6 +2200,14 @@ export default { ...@@ -2200,6 +2200,14 @@ export default {
title: '日本车行预订统计表' title: '日本车行预订统计表'
}, },
}, },
{
path: '/HPTripPlan', //和平用车
name: 'HPTripPlan',
component: resolve => require(['@/components/busManagement/HPTripPlan'], resolve),
meta: {
title: '日本车行预订统计表'
},
},
{ {
path: '/JapanBusMonthFStatistics', //用車單統計(財務單據) path: '/JapanBusMonthFStatistics', //用車單統計(財務單據)
name: 'JapanBusMonthFStatistics', name: 'JapanBusMonthFStatistics',
......
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