Commit 0fe18d63 authored by zhengke's avatar zhengke

增加团机位统计

parent 8755d912
......@@ -1157,7 +1157,7 @@
.TicketManager .TICK_Code {
position: absolute;
left: 27px;
top: 5px;
top: 0;
}
.TicketManager .TCID_cont {
......
......@@ -602,7 +602,7 @@
.TravelMyTicket .vmiddle {
display: flex;
align-items: Center;
height: 78px;
/* height: 78px; */
}
.TM_AirUrl {
......
......@@ -589,8 +589,8 @@
text-indent: 20px;
}
.Ticket_TCID {
margin-right: 2px;
.Ticket_TCIDTMA {
margin:2px 2px 0 0;
}
.TravelticketManager .disClick {
......@@ -841,7 +841,7 @@
<div class="TCID_cont PingFangSC">
{{$t('fnc.tuanqi')}}
<span v-show="item.PriceList.length==0">{{$t('pub.noMsg')}}</span>
<span class="Ticket_TCID" v-for="subItem in item.PriceList">
<span class="Ticket_TCIDTMA" v-for="subItem in item.PriceList">
<a style="color:blue;cursor:pointer" @click='goUrlT("TravelControlList",subItem.TCNUM,"团控列表")'>
({{subItem.TCID}}){{subItem.TCNUM}} </a>
&nbsp;</span>
......
This diff is collapsed.
......@@ -2066,6 +2066,14 @@ export default {
title: '简易报表'
},
},
{
path: '/PleaseStatistics', //团机位统计
name: 'PleaseStatistics',
component: resolve => require(['@/components/TravelManager/TravelList/PleaseStatistics'], resolve),
meta: {
title: '团机位统计'
},
},
{
path: '/RegistrationStatisticsv2', //团控系统-简易报表(销售)
name: 'RegistrationStatisticsv2',
......
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