Commit 52f5a0ef authored by 沈良进's avatar 沈良进

save

parent 0c22ad89
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
</div> </div>
</td> </td>
<td> <td>
<div class="fz16 fbold linkspan" @click="goUrl('roomReservationsDetails',item,outItem,'订房详情')"> <div class="fz16 fbold linkspan" @click="goUrl([131,14, 90].includes(item.LineId) ? 'roomReservationsDetails' : 'roomReservationsDetailsNew',item,outItem,'订房详情')">
<span style="color: #4BCA81;" v-if="item.HotelResult==1"></span> <span style="color: #4BCA81;" v-if="item.HotelResult==1"></span>
<span class="colorE95252" v-else>{{item.HotelResult=='-1'?"x":"O"}}</span> <span class="colorE95252" v-else>{{item.HotelResult=='-1'?"x":"O"}}</span>
</div> </div>
...@@ -387,6 +387,9 @@ ...@@ -387,6 +387,9 @@
<span class="colorE95252" v-else>{{item.LeaderIsApply=='0'?"x":"O"}}</span> <span class="colorE95252" v-else>{{item.LeaderIsApply=='0'?"x":"O"}}</span>
</div> </div>
</td> </td>
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
<span>{{item.OfferId}}</span>
</td>
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0' style="width: 150px;"> <td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0' style="width: 150px;">
<el-popover width="100" trigger="click" popper-class="DMC_HotelPop"> <el-popover width="100" trigger="click" popper-class="DMC_HotelPop">
<table style="width: 100%;" border="0" cellspacing="1" class="dmcTotalTable"> <table style="width: 100%;" border="0" cellspacing="1" class="dmcTotalTable">
......
...@@ -379,6 +379,9 @@ ...@@ -379,6 +379,9 @@
<span class="colorE95252" v-else>{{item.LeaderIsApply=='0'?"x":"O"}}</span> <span class="colorE95252" v-else>{{item.LeaderIsApply=='0'?"x":"O"}}</span>
</div> </div>
</td> </td>
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
<span>{{item.OfferId}}</span>
</td>
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0' style="width: 150px;"> <td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0' style="width: 150px;">
<el-popover width="100" trigger="click" popper-class="DMC_HotelPop"> <el-popover width="100" trigger="click" popper-class="DMC_HotelPop">
<table style="width: 100%;" border="0" cellspacing="1" class="dmcTotalTable"> <table style="width: 100%;" border="0" cellspacing="1" class="dmcTotalTable">
......
...@@ -1361,6 +1361,14 @@ export default { ...@@ -1361,6 +1361,14 @@ export default {
title: '订房管理详情' title: '订房管理详情'
}, },
}, },
{
path: '/roomReservationsDetailsNew', //订房管理详情新版
name: 'roomReservationsDetailsNew',
component: resolve => require(['@/components/Hotel/roomReservationsDetailsNew'], resolve),
meta: {
title: '订房管理详情'
},
},
{ {
path: '/roomReservationsDetails_swt', //订房管理详情 swt旅行社 path: '/roomReservationsDetails_swt', //订房管理详情 swt旅行社
name: 'roomReservationsDetails_swt', name: 'roomReservationsDetails_swt',
......
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