Commit 61f5b204 authored by 吴春's avatar 吴春

1

parent 1579ce0b
...@@ -2266,7 +2266,11 @@ ...@@ -2266,7 +2266,11 @@
<div :key="uIndex+20000"> <div :key="uIndex+20000">
{{uItem.guestNames}} 航班信息: {{uItem.guestNames}} 航班信息:
<span v-if="uItem.isSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span v-else>【暂定】</span> <span v-if="uItem.isSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span v-else>【暂定】</span>
<a v-if="uItem.ticketUnionId&&uItem.ticketUnionId>0" @click="toTrip(item,uItem.ticketUnionId)" <!-- <a v-if="uItem.ticketUnionId&&uItem.ticketUnionId>0" @click="toTrip(item,uItem.ticketUnionId,uItem.GuestIds)"
style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{ item.outNotice == 1 ? "OK" : "暂定"}})
</a> -->
<a v-if="(item.orderGuestFlightList&&item.orderGuestFlightList.length>1&&item.outNotice == 1)||(uItem.ticketUnionId&&uItem.ticketUnionId>0)" @click="toTrip(item,uItem.ticketUnionId,uItem.guestIds)"
style="cursor:pointer;text-decoration:underline;color:green;"> style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{ item.outNotice == 1 ? "OK" : "暂定"}}) {{ $t("Operation.Op_teamNotice") }}({{ item.outNotice == 1 ? "OK" : "暂定"}})
</a> </a>
...@@ -2521,6 +2525,7 @@ ...@@ -2521,6 +2525,7 @@
cityId: 0, cityId: 0,
orderId: 0, orderId: 0,
unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id) unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id)
GuestIds:'',
}, },
userId: "", userId: "",
customerId: "", customerId: "",
...@@ -3247,15 +3252,19 @@ ...@@ -3247,15 +3252,19 @@
); );
} }
}, },
toTrip: function (obj, TicketUnionId) { toTrip: function (obj, TicketUnionId,GuestIds) {
this.tripObj.tcid = obj.tcid; this.tripObj.tcid = obj.tcid;
this.tripObj.configId = obj.configId; this.tripObj.configId = obj.configId;
this.tripObj.orderId = obj.orderId; this.tripObj.orderId = obj.orderId;
this.tripObj.cityId = obj.startCityId; this.tripObj.cityId = obj.startCityId;
this.tripObj.GuestIds =GuestIds;
this.tripObj.unionfid =0;
if (TicketUnionId) { if (TicketUnionId) {
this.tripObj.unionfid = TicketUnionId; this.tripObj.unionfid = TicketUnionId;
} }
this.travelControlTripLayerShow = true; this.travelControlTripLayerShow = true;
console.log("this.tripObj",this.tripObj);
}, },
hideTripDown() { hideTripDown() {
this.travelControlTripLayerShow = false; this.travelControlTripLayerShow = false;
......
...@@ -2478,7 +2478,7 @@ ...@@ -2478,7 +2478,7 @@
{{uItem.guestNames}} 航班信息: {{uItem.guestNames}} 航班信息:
<span v-if="uItem.isSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span <span v-if="uItem.isSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span
v-else>【暂定】</span> v-else>【暂定】</span>
<a v-if="uItem.ticketUnionId&&uItem.ticketUnionId>0" @click="toTrip(item,uItem.ticketUnionId)" <a v-if="(item.orderGuestFlightList&&item.orderGuestFlightList.length>1&&item.outNotice == 1)||(uItem.ticketUnionId&&uItem.ticketUnionId>0)" @click="toTrip(item,uItem.ticketUnionId,uItem.guestIds)"
style="cursor:pointer;text-decoration:underline;color:green;"> style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{ item.outNotice == 1 ? "OK" : "暂定"}}) {{ $t("Operation.Op_teamNotice") }}({{ item.outNotice == 1 ? "OK" : "暂定"}})
</a> </a>
...@@ -3334,6 +3334,7 @@ ...@@ -3334,6 +3334,7 @@
cityId: 0, cityId: 0,
orderId: 0, orderId: 0,
unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id) unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id)
GuestIds:'',
}, },
userId: "", userId: "",
customerId: "", customerId: "",
...@@ -4174,11 +4175,13 @@ ...@@ -4174,11 +4175,13 @@
); );
} }
}, },
toTrip: function (obj, TicketUnionId) { toTrip: function (obj, TicketUnionId,GuestIds) {
this.tripObj.tcid = obj.tcid; this.tripObj.tcid = obj.tcid;
this.tripObj.configId = obj.configId; this.tripObj.configId = obj.configId;
this.tripObj.orderId = obj.orderId; this.tripObj.orderId = obj.orderId;
this.tripObj.cityId = obj.startCityId; this.tripObj.cityId = obj.startCityId;
this.tripObj.unionfid =0;
this.tripObj.GuestIds =GuestIds;
if (TicketUnionId) { if (TicketUnionId) {
this.tripObj.unionfid = TicketUnionId; this.tripObj.unionfid = TicketUnionId;
} }
......
...@@ -2182,7 +2182,7 @@ ...@@ -2182,7 +2182,7 @@
<div :key="uIndex+20000"> <div :key="uIndex+20000">
{{uItem.GuestNames}} 航班信息: {{uItem.GuestNames}} 航班信息:
<span v-if="uItem.IsSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span v-else>【暂定】</span> <span v-if="uItem.IsSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span v-else>【暂定】</span>
<a v-if="uItem.TicketUnionId&&uItem.TicketUnionId>0" @click="toTrip(item,uItem.TicketUnionId)" <a v-if="(item.outNotice == 1&&childItem.OrderGuestFlightList&&childItem.OrderGuestFlightList.length>1)||(uItem.TicketUnionId&&uItem.TicketUnionId>0)" @click="toTrip(item,uItem.TicketUnionId,uItem.GuestIds)"
style="cursor:pointer;text-decoration:underline;color:green;"> style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{ {{ $t("Operation.Op_teamNotice") }}({{
SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定" SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定"
...@@ -2800,12 +2800,19 @@ ...@@ -2800,12 +2800,19 @@
{{uItem.GuestNames}} 航班信息: {{uItem.GuestNames}} 航班信息:
<span v-if="uItem.IsSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span <span v-if="uItem.IsSure==1" style="color:rgb(71, 191, 140)">【OK】</span> <span
v-else>【暂定】</span> v-else>【暂定】</span>
<a v-if="uItem.TicketUnionId&&uItem.TicketUnionId>0" <!-- <a v-if="uItem.TicketUnionId&&uItem.TicketUnionId>0"
@click="toTrip(childItem,uItem.TicketUnionId)" @click="toTrip(childItem,uItem.TicketUnionId)"
style="cursor:pointer;text-decoration:underline;color:green;"> style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{ {{ $t("Operation.Op_teamNotice") }}({{
SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定" SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定"
}}) }})
</a> -->
<a v-if="(item.outNotice == 1&&childItem.OrderGuestFlightList&&childItem.OrderGuestFlightList.length>1)||(uItem.TicketUnionId&&uItem.TicketUnionId>0)"
@click="toTrip(childItem,uItem.TicketUnionId,uItem.GuestIds)"
style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{
SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定"
}})
</a> </a>
<br /> <br />
<template v-for="(sfItem,sfIndex) in uItem.GuestFlightList"> <template v-for="(sfItem,sfIndex) in uItem.GuestFlightList">
...@@ -4095,6 +4102,7 @@ ...@@ -4095,6 +4102,7 @@
orderId: 0, orderId: 0,
unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id) unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id)
isopOperation: true, isopOperation: true,
GuestIds:'',
}, },
employeeMsg: { employeeMsg: {
BranchId: "-1", BranchId: "-1",
...@@ -5196,11 +5204,13 @@ ...@@ -5196,11 +5204,13 @@
}, },
}); });
}, },
toTrip: function (obj, TicketUnionId) { toTrip: function (obj, TicketUnionId,GuestIds) {
this.tripObj.tcid = obj.TCID; this.tripObj.tcid = obj.TCID;
this.tripObj.configId = obj.ConfigId; this.tripObj.configId = obj.ConfigId;
this.tripObj.orderId = obj.OrderId; this.tripObj.orderId = obj.OrderId;
this.tripObj.cityId = obj.DepartureCityId; this.tripObj.cityId = obj.DepartureCityId;
this.tripObj.unionfid =0;
this.tripObj.GuestIds =GuestIds;
if (TicketUnionId) { if (TicketUnionId) {
this.tripObj.unionfid = TicketUnionId; this.tripObj.unionfid = TicketUnionId;
} }
......
...@@ -181,6 +181,7 @@ ...@@ -181,6 +181,7 @@
tcid: obj.tcid, tcid: obj.tcid,
orderId: obj.orderId, orderId: obj.orderId,
unionfid: unionfid, unionfid: unionfid,
GuestIds:obj.GuestIds,
vshowA: this.TripLayer.vshowA, vshowA: this.TripLayer.vshowA,
vshowB: this.TripLayer.vshowB, vshowB: this.TripLayer.vshowB,
vshowC: this.TripLayer.vshowC, vshowC: this.TripLayer.vshowC,
......
...@@ -581,6 +581,7 @@ ...@@ -581,6 +581,7 @@
tcid: this.$route.query.tcid, tcid: this.$route.query.tcid,
orderId: this.$route.query.orderId, orderId: this.$route.query.orderId,
unionfid: this.$route.query.unionfid, unionfid: this.$route.query.unionfid,
GuestIds: this.$route.query.GuestIds,
//是否显示基础信息 //是否显示基础信息
isShowBase: this.vshowA ? 1 : 0, isShowBase: this.vshowA ? 1 : 0,
//是否显示航班 //是否显示航班
...@@ -827,6 +828,7 @@ ...@@ -827,6 +828,7 @@
orderId: this.$route.query.orderId, orderId: this.$route.query.orderId,
isClick: this.isClick, //不算统计 isClick: this.isClick, //不算统计
unionfid: unionfid, unionfid: unionfid,
GuestIds:this.$route.query.GuestIds,
}, res => { }, res => {
this.pdfLoading = false; this.pdfLoading = false;
this.loadingText = ""; this.loadingText = "";
......
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