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
25420239
Commit
25420239
authored
Jun 20, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
cff2bfcc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
7 deletions
+18
-7
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+4
-1
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+3
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+5
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+6
-3
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
25420239
...
...
@@ -617,7 +617,10 @@
<span
style=
"color: red;"
>
{{ item.unionRemark }}
</span>
</div>
<div
v-if=
"item.flightName||item.backFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}2
<span
v-if=
"item.isSure==1"
style=
"color:rgb(71, 191, 140)"
>
【OK】
</span>
<span
v-else
>
【暂定】
</span>
</span>
<
template
v-if=
"item.flightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
25420239
...
...
@@ -2232,7 +2232,9 @@
<p
v-if=
"item.unionRemark"
style=
"color: red;font-size:10px;margin-top:5px;"
>
联运备注:{{ item.unionRemark }}
</p>
<div
v-if=
"item.flightName||item.backFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
<span
v-if=
"item.isSure==1"
style=
"color:rgb(71, 191, 140)"
>
【OK】
</span>
<span
v-else
>
【暂定】
</span>
</span>
<
template
v-if=
"item.flightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
{{
item
.
flightName
.
startDateStr
}}
{{
item
.
flightName
.
flight_number
}}
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
25420239
...
...
@@ -2434,7 +2434,9 @@
</div>
<div
v-if=
"item.flightName||item.backFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
<span
v-if=
"item.isSure==1"
style=
"color:rgb(71, 191, 140)"
>
【OK】
</span>
<span
v-else
>
【暂定】
</span>
</span>
<
template
v-if=
"item.flightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
{{
item
.
flightName
.
startDateStr
}}
{{
item
.
flightName
.
flight_number
}}
...
...
@@ -2443,7 +2445,8 @@
</
template
>
<
template
v-if=
"item.backFlightName"
>
<br
/>
<span
style=
"color:blue;"
>
回程:
{{
item
.
backFlightName
.
startDateStr
}}
{{
item
.
backFlightName
.
flight_number
}}
<span
style=
"color:blue;"
>
回程:
{{
item
.
backFlightName
.
startDateStr
}}
{{
item
.
backFlightName
.
flight_number
}}
{{
item
.
backFlightName
.
departureTime
}}
-
{{
item
.
backFlightName
.
arrivalTime
}}
{{
item
.
backFlightName
.
dName
}}
-
{{
item
.
backFlightName
.
aName
}}
</span>
</
template
>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
25420239
...
...
@@ -2698,16 +2698,19 @@
}}
</span>
</div>
<div
v-if=
"childItem.FlightName||childItem.BackFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}
</span>
联运信息:
<span
style=
"color: red"
>
已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}
<span
v-if=
"childItem.IsSure==1"
style=
"color:rgb(71, 191, 140)"
>
【OK】
</span>
<span
v-else
>
【暂定】
</span>
</span>
<
template
v-if=
"childItem.FlightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
{{
childItem
.
FlightName
.
StartDateStr
}}
{{
childItem
.
FlightName
.
Flight_number
}}
<span
style=
"color:blue;"
>
去程:
{{
childItem
.
FlightName
.
StartDateStr
}}
{{
childItem
.
FlightName
.
Flight_number
}}
{{
childItem
.
FlightName
.
DepartureTime
}}
-
{{
childItem
.
FlightName
.
ArrivalTime
}}
{{
childItem
.
FlightName
.
DName
}}
-
{{
childItem
.
FlightName
.
AName
}}
</span>
</
template
>
<
template
v-if=
"childItem.BackFlightName"
>
<br
/>
<span
style=
"color:blue;"
>
回程:
<span
style=
"color:blue;"
>
回程:
{{
childItem
.
BackFlightName
.
StartDateStr
}}
{{
childItem
.
BackFlightName
.
Flight_number
}}
{{
childItem
.
BackFlightName
.
DepartureTime
}}
-
{{
childItem
.
BackFlightName
.
ArrivalTime
}}
{{
childItem
.
BackFlightName
.
DName
}}
-
{{
childItem
.
BackFlightName
.
AName
}}
</span>
...
...
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