Commit bdfc2f49 authored by 黄奎's avatar 黄奎

新增领队可以设置联运

parent 92d74621
......@@ -2135,6 +2135,36 @@
</div>
</td>
<td colspan="3">
<div>
<template v-if="item.OrderGuestFlightList&&item.OrderGuestFlightList.length>0">
<template v-for="(uItem,uIndex) in item.OrderGuestFlightList">
<div :key="uIndex+20000">
{{uItem.GuestNames}} 航班信息:
<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)"
style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{
SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定"
}})
</a>
<br />
<template v-for="(sfItem,sfIndex) in uItem.GuestFlightList">
<span style="color:blue;" :key="sfIndex+30000">
{{sfItem.FlightDateStr}} {{sfItem.Flight_number}}
{{sfItem.Departure_time}}-{{sfItem.Arrival_time}}
{{sfItem.DepartureName}} ({{sfItem.DIATA}})-{{sfItem.ArrivalCityName}}({{sfItem.AIATA}})
</span>
<br :key="sfIndex+40000" />
</template>
</div>
</template>
</template>
</div>
<div style="float: right">
<input type="button" value="设置联运" class="normalBtn"
style="display: block; padding: 0 15px; height: 25px" @click="ShowOrderUnion(item)" />
</div>
</td>
<td colspan="3" class="groupTourOrder_remarks" style="height: 40px">
<div class="clearfix RL-MARK">
......@@ -3987,7 +4017,7 @@
configId: 0,
cityId: 0,
orderId: 0,
unionfid: 0,//订单旅客联运编号(rb_airticket_union表Id)
unionfid: 0, //订单旅客联运编号(rb_airticket_union表Id)
isopOperation: true,
},
employeeMsg: {
......
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