Commit 53fdc9d8 authored by 黄奎's avatar 黄奎

11

parent 902f90a2
...@@ -262,8 +262,13 @@ ...@@ -262,8 +262,13 @@
<p class="ckStyle" :class="{ckStyleOther:dayItem.day.getMonth()+1 != currentMonth}">{{dayItem.day.getDate()}} <p class="ckStyle" :class="{ckStyleOther:dayItem.day.getMonth()+1 != currentMonth}">{{dayItem.day.getDate()}}
</p> </p>
<div> <div>
<p v-for="item in dayItem.dayValue"> <p v-for="(item,subIndex) in dayItem.dayValue" :key="`d_`+index+`s_`+subIndex" style="padding-bottom:10px;">
<span class="text_underLine">{{item.TicketName}}{{item.TicketNum}}</span> <el-tooltip class="item" effect="dark"
:content="`地接团号:`+item.BookGroup+`,公司团号:`+item.TCNUM+`(`+item.TCID+`),总机位:`+item.TotalSeatNum" placement="top">
<span class="text_underLine">
{{item.TicketName}}{{item.TicketNum}}
</span>
</el-tooltip>
</p> </p>
</div> </div>
</li> </li>
...@@ -431,7 +436,7 @@ ...@@ -431,7 +436,7 @@
this.Info(this.$t('sm.qxzjingdian')); this.Info(this.$t('sm.qxzjingdian'));
return; return;
} }
let url=""; let url = "";
//单门票下载 //单门票下载
if (this.msg.CouponsId > 0) { if (this.msg.CouponsId > 0) {
url = 'ticketcouponsorder_post_DownLoadScenicMonthStatistics' url = 'ticketcouponsorder_post_DownLoadScenicMonthStatistics'
......
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