Commit f5d93dba authored by 华国豪's avatar 华国豪 🙄

禁止跳转旅客名单

parent 6018a522
......@@ -1869,7 +1869,7 @@
<el-tooltip effect="dark" content="更多" placement="top-start" style="float:left">
<el-popover width='100' trigger="hover">
<div class="groupTourOrder_more">
<div @click="goToPassenger(item)">旅客名单</div>
<div @click="">旅客名单</div>
<div @click="toTrip(item)">出团通知书({{SetNoticeMsg.OutNotice==1?'OK':'暂定'}})</div>
<div v-if="isEditOrderCreate==1" @click="getSalerInfo(item)">修改业务员</div>
<div @click='zhuanLoading = true,OPRemarkMsg.OrderId = item.OrderId'>OP备注</div>
......@@ -1896,7 +1896,7 @@
<span class="RL-remarkTitle" v-if="item.GuestList.length>0">名单:</span>
<p class="RL-redType RL-remarkCon" v-if="item.GuestList.length>0">
<span style="color:blue !important" v-for="(childItem) in item.GuestList"
@click="goToPassenger(childItem, 2)">{{childItem.userName}}</span>
@click="">{{childItem.userName}}</span>
<!-- <span style="color:blue !important" v-for="(childItem) in item.GuestList"
@click="goUrl('TravelPassengerList',msg.TCID,childItem.OrderId,'旅客名单')">{{childItem.userName}}</span> -->
</p>
......@@ -3568,7 +3568,7 @@
SetShouSunClick(OrderId, GuestNum) {
this.shousunDialog = true;
this.SetShouSunGuestNum = GuestNum
this.$nextTick(() => {
this.$nextTick(() => {
this.$refs.childShou.getShouSunList(OrderId);
})
},
......
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