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
4d577c05
Commit
4d577c05
authored
Jun 01, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
a9c589be
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5562 additions
and
7998 deletions
+5562
-7998
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+1029
-1438
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+4
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+5
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4524
-6559
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
4d577c05
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
4d577c05
...
...
@@ -2231,6 +2231,10 @@
</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>
</td>
<td
colspan=
"4"
class=
"groupTourOrder_remarks"
style=
"height: 40px"
>
<div>
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
4d577c05
...
...
@@ -2432,6 +2432,10 @@
<div
v-if=
"item.unionRemark"
style=
"color: red"
>
<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>
</div>
<div
style=
"
float: right;
...
...
@@ -4618,7 +4622,7 @@
}
else
{
this
.
remarksMsg
.
OrderId
=
obj
.
orderId
;
this
.
remarksMsg
.
Remarks
=
obj
.
remarks
;
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
isShowLayerRemarks
=
true
;
}
},
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
4d577c05
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