Commit 8fcbe5b5 authored by zhengke's avatar zhengke

no message

parent 9c04ae10
...@@ -311,6 +311,10 @@ ...@@ -311,6 +311,10 @@
.illustrate-right:hover{ .illustrate-right:hover{
text-decoration: underline; text-decoration: underline;
} }
.fygsbumen-box-right{
cursor: pointer;
text-decoration: underline;
}
</style> </style>
<template> <template>
...@@ -362,6 +366,9 @@ ...@@ -362,6 +366,9 @@
@click="clickAirTicketOrder"> @click="clickAirTicketOrder">
机票单号:{{GetDetail.ReFinanceId}} 机票单号:{{GetDetail.ReFinanceId}}
</div> </div>
<div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class="illustrate-right fygsbumen-box-right"
@click="ImpressionTicketDetails('ImpressionTicketUserDetails')">查看详情</div>
</div> </div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <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"> <tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
...@@ -1550,6 +1557,18 @@ export default { ...@@ -1550,6 +1557,18 @@ export default {
}, },
methods:{ methods:{
// 印象票务制单详情
ImpressionTicketDetails(path){
this.$router.push({
path: path,
query: {
PeriodsId: this.GetDetail.ReFinanceId,
EmpIds:this.GetDetail.RelevanceFrId,
blank: 'y',
tab: '期数详情'
}
});
},
// 点击机票订单跳转CRM自动登录 // 点击机票订单跳转CRM自动登录
clickAirTicketOrder(){ clickAirTicketOrder(){
let href let href
......
...@@ -381,6 +381,10 @@ ...@@ -381,6 +381,10 @@
.illustrate-right:hover{ .illustrate-right:hover{
text-decoration: underline; text-decoration: underline;
} }
.fygsbumen-box-right{
cursor: pointer;
text-decoration: underline;
}
</style> </style>
<template> <template>
...@@ -431,6 +435,9 @@ ...@@ -431,6 +435,9 @@
@click="clickAirTicketOrder"> @click="clickAirTicketOrder">
机票单号:{{GetDetail.ReFinanceId}} 机票单号:{{GetDetail.ReFinanceId}}
</div> </div>
<div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class="illustrate-right fygsbumen-box-right"
@click="ImpressionTicketDetails('ImpressionTicketUserDetails')">查看详情</div>
</div> </div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <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 { ...@@ -1015,6 +1022,18 @@ export default {
} }
}, },
methods:{ methods:{
// 印象票务制单详情
ImpressionTicketDetails(path){
this.$router.push({
path: path,
query: {
PeriodsId: this.GetDetail.ReFinanceId,
EmpIds:this.GetDetail.RelevanceFrId,
blank: 'y',
tab: '期数详情'
}
});
},
// 点击机票订单跳转CRM自动登录 // 点击机票订单跳转CRM自动登录
clickAirTicketOrder(){ clickAirTicketOrder(){
let href 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