Commit 69b72e70 authored by 黄奎's avatar 黄奎

页面修改

parent c93f5ae4
......@@ -197,8 +197,7 @@
</div>
</td>
<td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'>
<p @click="goUrlT('productQuery',item.TCNUMS,'产品查询')"
style="cursor:pointer;text-decoration:underline;">
<p @click="goToTravelList(item)" style="cursor:pointer;text-decoration:underline;">
{{item.TCNUMS}}({{item.TCIDS}})
</p>
</td>
......@@ -218,7 +217,8 @@
{{item.CommonReport.HouseStatistics.RealityRoomNum}}
</td>
<td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'>
<p title="点击跳转到酒店操作页面" @click="goRoomDetails(item,outItem,'订房详情')" style="cursor:pointer;text-decoration:underline;color:red;font-weight:bold;">
<p title="点击跳转到酒店操作页面" @click="goRoomDetails(item,outItem,'订房详情')"
style="cursor:pointer;text-decoration:underline;color:red;font-weight:bold;">
{{$t('fnc.xiangqing')}}</p>
</td>
<td :rowspan="subItem.HotelOrderList.length" v-if='thirdIndex==0'>
......@@ -348,6 +348,28 @@
}
})
},
//跳转到团控列表
goToTravelList(item) {
var qMsg = {
TCID: item.TCID,
tcmun: item.TCNUMS,
blank: 'y',
tab: "团控列表"
};
var path = "TravelControlList";
if (item.TeamType == 1) {
path = "TravelControlListSale";
qMsg.tab = "小包团列表";
}
if (item.TeamType == 2) {
path = "oneDayTrip";
qMsg.tab = "当地游列表";
}
this.$router.push({
name: path,
query: qMsg
})
},
goUrlT(path, obj, title) {
this.$router.push({
name: path,
......
......@@ -343,7 +343,7 @@
<tr>
<td width="80" align="right">驳回原因:</td>
<td>
<el-input type='textarea' v-model='auditMsg.AuditContractReason' maxlength='50'></el-input>
<el-input type='textarea' v-model='auditMsg.AuditContractReason' maxlength='100'></el-input>
</td>
</tr>
</table>
......
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