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
7d532885
Commit
7d532885
authored
1 year ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
df235522
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
61 additions
and
13 deletions
+61
-13
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+17
-4
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+15
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+14
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+15
-3
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
7d532885
...
...
@@ -566,7 +566,7 @@
</td>
</tr>
<tr>
<td
colspan=
"4"
class=
"groupTourOrder_remarks"
style=
"height: 40px"
>
<td
colspan=
"4"
style=
"height: 40px"
>
<div
v-if=
"item.gatherAddress"
style=
"font-size: 14px;"
>
<span
style=
"color: rgb(26, 168, 107);"
>
集合地:
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
{{ item.gatherAddress }}
</span>
...
...
@@ -616,9 +616,22 @@
<span
style=
"color: red;"
>
联运备注:
</span>
<span
style=
"color: red;"
>
{{ item.unionRemark }}
</span>
</div>
<p
v-if=
"item.airticketUnionNotes||item.configNum>0"
style=
"color: red;font-size:10px;margin-top:5px;"
>
票务备注:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
</p>
<div
v-if=
"item.flightName||item.backFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
<
template
v-if=
"item.flightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
{{
item
.
flightName
.
startDateStr
}}
{{
item
.
flightName
.
flight_number
}}
{{
item
.
flightName
.
departureTime
}}
-
{{
item
.
flightName
.
arrivalTime
}}
{{
item
.
flightName
.
dName
}}
-
{{
item
.
flightName
.
aName
}}
</span>
</
template
>
<
template
v-if=
"item.backFlightName"
>
<br
/>
<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
>
</div>
</td>
<td
colspan=
"4"
class=
"groupTourOrder_remarks"
style=
"height: 40px"
>
<div>
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
7d532885
...
...
@@ -2231,10 +2231,21 @@
</div>
<p
v-if=
"item.unionRemark"
style=
"color: red;font-size:10px;margin-top:5px;"
>
联运备注:{{ item.unionRemark }}
</p>
<p
v-if=
"item.airticketUnionNotes||item.configNum>0"
style=
"color: red;font-size:10px;margin-top:5px;"
>
票务备注:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
</p>
<div
v-if=
"item.flightName||item.backFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
<
template
v-if=
"item.flightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
{{
item
.
flightName
.
startDateStr
}}
{{
item
.
flightName
.
flight_number
}}
{{
item
.
flightName
.
departureTime
}}
-
{{
item
.
flightName
.
arrivalTime
}}
{{
item
.
flightName
.
dName
}}
-
{{
item
.
flightName
.
aName
}}
</span>
</
template
>
<
template
v-if=
"item.backFlightName"
>
<br
/>
<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
>
</div>
</td>
<td
colspan=
"4"
class=
"groupTourOrder_remarks"
style=
"height: 40px"
>
<div>
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
7d532885
...
...
@@ -2433,8 +2433,20 @@
<span>
联运备注:{{ item.unionRemark }}
</span>
</div>
<div
v-if=
"item.airticketUnionNotes||item.configNum>0"
style=
"color: red"
>
票务备注:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
<div
v-if=
"item.flightName||item.backFlightName"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}
</span>
<
template
v-if=
"item.flightName"
>
<br
/>
<span
style=
"color:blue;"
>
去程:
{{
item
.
flightName
.
startDateStr
}}
{{
item
.
flightName
.
flight_number
}}
{{
item
.
flightName
.
departureTime
}}
-
{{
item
.
flightName
.
arrivalTime
}}
{{
item
.
flightName
.
dName
}}
-
{{
item
.
flightName
.
aName
}}
</span>
</
template
>
<
template
v-if=
"item.backFlightName"
>
<br
/>
<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
>
</div>
</div>
<div
style=
"
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
7d532885
...
...
@@ -2697,8 +2697,21 @@
childItem.UnionRemark
}}
</span>
</div>
<div
v-if=
"childItem.
AirticketUnionNotes||childItem.ConfigNum>0
"
>
<div
v-if=
"childItem.
FlightName||childItem.BackFlightName
"
>
联运信息:
<span
style=
"color: red"
>
已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}
</span>
<
template
v-if=
"childItem.FlightName"
>
<br
/>
<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;"
>
回程:
{{
childItem
.
BackFlightName
.
StartDateStr
}}
{{
childItem
.
BackFlightName
.
Flight_number
}}
{{
childItem
.
BackFlightName
.
DepartureTime
}}
-
{{
childItem
.
BackFlightName
.
ArrivalTime
}}
{{
childItem
.
BackFlightName
.
DName
}}
-
{{
childItem
.
BackFlightName
.
AName
}}
</span>
</
template
>
</div>
</div>
</td>
...
...
@@ -5921,7 +5934,6 @@
"sellorder_get_GetOrderListByTCID"
,
msg
,
(
res
)
=>
{
console
.
log
(
"sellorder_get_GetOrderListByTCID"
,
res
);
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
OrderDataList
=
res
.
data
.
data
;
...
...
This diff is collapsed.
Click to expand it.
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