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
61f5b204
Commit
61f5b204
authored
Aug 22, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1579ce0b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
7 deletions
+32
-7
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+11
-2
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+5
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+13
-3
TripDownLoadCommon.vue
src/components/commonPage/TripDownLoadCommon.vue
+1
-0
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+2
-0
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
61f5b204
...
...
@@ -2266,7 +2266,11 @@
<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)"
<!--
<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;"
>
{{
$t
(
"Operation.Op_teamNotice"
)
}}
(
{{
item
.
outNotice
==
1
?
"OK"
:
"暂定"
}}
)
</a>
...
...
@@ -2521,6 +2525,7 @@
cityId
:
0
,
orderId
:
0
,
unionfid
:
0
,
//订单旅客联运编号(rb_airticket_union表Id)
GuestIds
:
''
,
},
userId
:
""
,
customerId
:
""
,
...
...
@@ -3247,15 +3252,19 @@
);
}
},
toTrip
:
function
(
obj
,
TicketUnionId
)
{
toTrip
:
function
(
obj
,
TicketUnionId
,
GuestIds
)
{
this
.
tripObj
.
tcid
=
obj
.
tcid
;
this
.
tripObj
.
configId
=
obj
.
configId
;
this
.
tripObj
.
orderId
=
obj
.
orderId
;
this
.
tripObj
.
cityId
=
obj
.
startCityId
;
this
.
tripObj
.
GuestIds
=
GuestIds
;
this
.
tripObj
.
unionfid
=
0
;
if
(
TicketUnionId
)
{
this
.
tripObj
.
unionfid
=
TicketUnionId
;
}
this
.
travelControlTripLayerShow
=
true
;
console
.
log
(
"this.tripObj"
,
this
.
tripObj
);
},
hideTripDown
()
{
this
.
travelControlTripLayerShow
=
false
;
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
61f5b204
...
...
@@ -2478,7 +2478,7 @@
{{
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
)"
<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;"
>
{{
$t
(
"Operation.Op_teamNotice"
)
}}
(
{{
item
.
outNotice
==
1
?
"OK"
:
"暂定"
}}
)
</a>
...
...
@@ -3334,6 +3334,7 @@
cityId
:
0
,
orderId
:
0
,
unionfid
:
0
,
//订单旅客联运编号(rb_airticket_union表Id)
GuestIds
:
''
,
},
userId
:
""
,
customerId
:
""
,
...
...
@@ -4174,11 +4175,13 @@
);
}
},
toTrip
:
function
(
obj
,
TicketUnionId
)
{
toTrip
:
function
(
obj
,
TicketUnionId
,
GuestIds
)
{
this
.
tripObj
.
tcid
=
obj
.
tcid
;
this
.
tripObj
.
configId
=
obj
.
configId
;
this
.
tripObj
.
orderId
=
obj
.
orderId
;
this
.
tripObj
.
cityId
=
obj
.
startCityId
;
this
.
tripObj
.
unionfid
=
0
;
this
.
tripObj
.
GuestIds
=
GuestIds
;
if
(
TicketUnionId
)
{
this
.
tripObj
.
unionfid
=
TicketUnionId
;
}
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
61f5b204
...
...
@@ -2182,7 +2182,7 @@
<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
)"
<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;"
>
{{
$t
(
"Operation.Op_teamNotice"
)
}}
(
{{
SetNoticeMsg
.
OutNotice
==
1
?
"OK"
:
"暂定"
...
...
@@ -2800,12 +2800,19 @@
{{
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"
<
!--
<
a
v-if=
"uItem.TicketUnionId&&uItem.TicketUnionId>0"
@
click=
"toTrip(childItem,uItem.TicketUnionId)"
style=
"cursor:pointer;text-decoration:underline;color:green;"
>
{{
$t
(
"Operation.Op_teamNotice"
)
}}
(
{{
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>
<br
/>
<template
v-for=
"(sfItem,sfIndex) in uItem.GuestFlightList"
>
...
...
@@ -4095,6 +4102,7 @@
orderId
:
0
,
unionfid
:
0
,
//订单旅客联运编号(rb_airticket_union表Id)
isopOperation
:
true
,
GuestIds
:
''
,
},
employeeMsg
:
{
BranchId
:
"-1"
,
...
...
@@ -5196,11 +5204,13 @@
},
});
},
toTrip
:
function
(
obj
,
TicketUnionId
)
{
toTrip
:
function
(
obj
,
TicketUnionId
,
GuestIds
)
{
this
.
tripObj
.
tcid
=
obj
.
TCID
;
this
.
tripObj
.
configId
=
obj
.
ConfigId
;
this
.
tripObj
.
orderId
=
obj
.
OrderId
;
this
.
tripObj
.
cityId
=
obj
.
DepartureCityId
;
this
.
tripObj
.
unionfid
=
0
;
this
.
tripObj
.
GuestIds
=
GuestIds
;
if
(
TicketUnionId
)
{
this
.
tripObj
.
unionfid
=
TicketUnionId
;
}
...
...
src/components/commonPage/TripDownLoadCommon.vue
View file @
61f5b204
...
...
@@ -181,6 +181,7 @@
tcid
:
obj
.
tcid
,
orderId
:
obj
.
orderId
,
unionfid
:
unionfid
,
GuestIds
:
obj
.
GuestIds
,
vshowA
:
this
.
TripLayer
.
vshowA
,
vshowB
:
this
.
TripLayer
.
vshowB
,
vshowC
:
this
.
TripLayer
.
vshowC
,
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
61f5b204
...
...
@@ -581,6 +581,7 @@
tcid
:
this
.
$route
.
query
.
tcid
,
orderId
:
this
.
$route
.
query
.
orderId
,
unionfid
:
this
.
$route
.
query
.
unionfid
,
GuestIds
:
this
.
$route
.
query
.
GuestIds
,
//是否显示基础信息
isShowBase
:
this
.
vshowA
?
1
:
0
,
//是否显示航班
...
...
@@ -827,6 +828,7 @@
orderId
:
this
.
$route
.
query
.
orderId
,
isClick
:
this
.
isClick
,
//不算统计
unionfid
:
unionfid
,
GuestIds
:
this
.
$route
.
query
.
GuestIds
,
},
res
=>
{
this
.
pdfLoading
=
false
;
this
.
loadingText
=
""
;
...
...
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