Commit 8fcbe5b5 authored by zhengke's avatar zhengke

no message

parent 9c04ae10
......@@ -311,6 +311,10 @@
.illustrate-right:hover{
text-decoration: underline;
}
.fygsbumen-box-right{
cursor: pointer;
text-decoration: underline;
}
</style>
<template>
......@@ -344,7 +348,7 @@
</template>
<div class="_explain">
<div class="illustrate-text">
<p class="illustrate-left">附加说明:<span class="fr" v-if="GetDetail.ComplainID > 0" @click="goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> <span style="color:#000">投诉单号:</span>
<p class="illustrate-left">附加说明:<span class="fr" v-if="GetDetail.ComplainID > 0" @click="goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> <span style="color:#000">投诉单号:</span>
<span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span>
<span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl(GetDetail)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">提成详情</span>
<span v-if="CostTypeState" @click="GourlCostType('VisitRecord',1)" style="margin:0 10px;cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">拜访记录</span>
......@@ -362,6 +366,9 @@
@click="clickAirTicketOrder">
机票单号:{{GetDetail.ReFinanceId}}
</div>
<div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class="illustrate-right fygsbumen-box-right"
@click="ImpressionTicketDetails('ImpressionTicketUserDetails')">查看详情</div>
</div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
<tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
......@@ -1550,6 +1557,18 @@ export default {
},
methods:{
// 印象票务制单详情
ImpressionTicketDetails(path){
this.$router.push({
path: path,
query: {
PeriodsId: this.GetDetail.ReFinanceId,
EmpIds:this.GetDetail.RelevanceFrId,
blank: 'y',
tab: '期数详情'
}
});
},
// 点击机票订单跳转CRM自动登录
clickAirTicketOrder(){
let href
......
......@@ -381,6 +381,10 @@
.illustrate-right:hover{
text-decoration: underline;
}
.fygsbumen-box-right{
cursor: pointer;
text-decoration: underline;
}
</style>
<template>
......@@ -431,6 +435,9 @@
@click="clickAirTicketOrder">
机票单号:{{GetDetail.ReFinanceId}}
</div>
<div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class="illustrate-right fygsbumen-box-right"
@click="ImpressionTicketDetails('ImpressionTicketUserDetails')">查看详情</div>
</div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
......@@ -1015,6 +1022,18 @@ export default {
}
},
methods:{
// 印象票务制单详情
ImpressionTicketDetails(path){
this.$router.push({
path: path,
query: {
PeriodsId: this.GetDetail.ReFinanceId,
EmpIds:this.GetDetail.RelevanceFrId,
blank: 'y',
tab: '期数详情'
}
});
},
// 点击机票订单跳转CRM自动登录
clickAirTicketOrder(){
let href
......
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