Commit b2488947 authored by youjie's avatar youjie

no message

parent bf22a39e
......@@ -376,7 +376,7 @@
<div v-if="GetDetail.OtherType==66" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails('SingleticketOrderListOP')">{{'单项门票订单:'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==67" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails('SingleCarOrderListOP')">{{'单项车订单:'+GetDetail.ReFinanceId}}</div>
@click="ImpressionSingleDetails('CharterOrderListOP')">{{'单项车订单:'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==63" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleCommissionDetails('ServiceCommissiondetails',1)">{{'单项销售提成详情'}}</div>
......@@ -1630,12 +1630,13 @@ export default {
},
// 单项酒店订单
ImpressionSingleDetails(path){
if(this.GetDetail.OtherType==67){
if((this.GetDetail.RelevanceFrId==''||this.GetDetail.RelevanceFrId==null)&&this.GetDetail.OtherType==67){
this.GetCarList(path)
}else{
this.$router.push({
path: path,
query: {
OrderType: this.GetDetail.RelevanceFrId,//1接机 2送机 3包车
OrderId: this.GetDetail.ReFinanceId,
blank: 'y'
}
......
......@@ -448,7 +448,7 @@
<div v-if="GetDetail.OtherType==66" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails('SingleticketOrderListOP')">{{'单项门票订单:'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==67" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails('SingleCarOrderListOP')">{{'单项车订单:'+GetDetail.ReFinanceId}}</div>
@click="ImpressionSingleDetails('CharterOrderListOP')">{{'单项车订单:'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==63" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleCommissionDetails('ServiceCommissiondetails',1)">{{'单项销售提成详情'}}</div>
......@@ -1100,12 +1100,13 @@ export default {
},
// 单项酒店订单
ImpressionSingleDetails(path){
if(this.GetDetail.OtherType==67){
if((this.GetDetail.RelevanceFrId==''||this.GetDetail.RelevanceFrId==null)&&this.GetDetail.OtherType==67){
this.GetCarList(path)
}else{
this.$router.push({
path: path,
query: {
OrderType: this.GetDetail.RelevanceFrId,//1接机 2送机 3包车
OrderId: this.GetDetail.ReFinanceId,
blank: 'y'
}
......
......@@ -967,6 +967,7 @@ export default {
this.msg.ReFinanceId = this.tradeObj.ReFinanceId?this.tradeObj.ReFinanceId:0;
this.msg.ReFinanceId2 = this.tradeObj.ReFinanceId2?this.tradeObj.ReFinanceId2:0;
this.msg.MatchFrId = this.tradeObj.MatchFrId?this.tradeObj.MatchFrId:0;
this.msg.RelevanceFrId = this.tradeObj.RelevanceFrId?this.tradeObj.RelevanceFrId:0;//1接机 2送机 3包车
}
// crm自动登陆传过来的参数
if(this.crmOrderObj){
......
......@@ -822,7 +822,8 @@
// EmpIds:'',
OtherType: 61,
ReFinanceId: "",
ReFinanceId2: ""
ReFinanceId2: "",
RelevanceFrId: "",// 1接机 2送机 3包车
},
userInfo: {},
msg: {
......@@ -1035,6 +1036,7 @@
}else{
type = num
}
this.BillMakingMsg.RelevanceFrId = row.OrderType//1接机 2送机 3包车
this.BillMakingMsg.ReFinanceId = row.OrderId;
this.BillMakingMsg.ReFinanceId2 = num;
this.BillMakingMsg.OtherType = 67;
......
......@@ -234,8 +234,7 @@
<div class="groupTourOrder_count">
<el-row :gutter="20">
<template v-for="(item,index) in SummaryList">
<!-- groupTourOrder_count_col -->
<el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="6" class="">
<el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="6">
<div class="groupTourOrder_count_item HT_total">
<div>
<span>{{item.CurrencyName}}</span>
......
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