Commit 53973007 authored by youjie's avatar youjie

no message

parent 325dc9eb
......@@ -506,6 +506,7 @@
if (this.$route.query.hotelId) {
this.msg.HotelId = Number(this.$route.query.hotelId);
}
this.msg.TCNUM = this.$route.query.TCNUM?this.$route.query.TCNUM:'';
if (this.$route.query.dateStr) {
this.msg.DateStr = this.$route.query.dateStr;
}
......
......@@ -49,7 +49,8 @@
<el-table :data="scope.row.subList[index].UseList" border>
<el-table-column prop="TCID" :label="`团队编号`" width="100">
<template slot-scope="{row}">
<span>
<span class="hotel-roomQuery"
@click="OpenNewPage('roomQuery',{hotelId:scope.row.HotelId,dateStr:scope.row.subList[index].DateStr,TCNUM:row.TCNUM})">
{{row.TCID}}
</span>
</template>
......@@ -71,8 +72,7 @@
</template> -->
</div>
<span slot="reference" style=""
class="hotel-roomQuery"
@click.stop="OpenNewPage('roomQuery',{hotelId:scope.row.HotelId,dateStr:scope.row.subList[index].DateStr})">{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}}</span>
>{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}}</span>
</el-popover>
</div>
<div class="Hotel_kong Com_hoteldiv">
......
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