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>
......@@ -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