Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
bdfc2f49
Commit
bdfc2f49
authored
Jul 27, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增领队可以设置联运
parent
92d74621
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+31
-1
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
bdfc2f49
...
...
@@ -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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment