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
b5fc4bf0
Commit
b5fc4bf0
authored
Sep 13, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d6fbd592
f57d4a8a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
253 additions
and
207 deletions
+253
-207
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+1
-0
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-0
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+1
-0
tripmap.vue
...omponents/newTravelmanager/TravelGroupControl/tripmap.vue
+249
-207
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
b5fc4bf0
...
...
@@ -350,6 +350,7 @@
</p>
<p
v-if=
"item.lureEmpName"
>
引流人:{{ item.lureEmpName }}
</p>
<p>
{{ $t("hotel.hotel_StartTeam") }}:{{ item.startDate }}
</p>
<p>
{{item.status==1?"未结团":(item.status==2?"已结团 ":(item.status==5?"待结团审核":""))}}{{item.status==2?item.outGroupAuditDate:""}}
</p>
<p
v-if=
"item.tradeWay == 1"
>
{{ item.platformOrder }}
</p>
<!-- <p v-if="item.commissionMoney" style="color: red;">
{{ $t("salesModule.CommissionNum") }}:{{ item.commissionMoney }}
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
b5fc4bf0
...
...
@@ -1692,6 +1692,7 @@
"
>
{{
item
.
tcnum
}}
</p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%"
>
{{
item
.
commissionSPeopleName
}}
</p>
...
...
@@ -1700,6 +1701,7 @@
{{
$t
(
"hotel.hotel_StartTeam"
)
}}
:
{{
item
.
startDate
}}
</p>
<p>
{{
$t
(
"restaurant.res_oderTime"
)
}}
:
{{
item
.
createDate
}}
</p>
<p>
{{
item
.
status
==
1
?
"未结团"
:(
item
.
status
==
2
?
"已结团 "
:(
item
.
status
==
5
?
"待结团审核"
:
""
))
}}{{
item
.
status
==
2
?
item
.
outGroupAuditDate
:
""
}}
</p>
<p
v-if=
"item.tradeWay == 1"
>
{{
item
.
platformOrder
}}
</p>
<p
v-if=
"item.commissionMoney"
style=
"color: red;cursor: pointer;"
>
<span
style=
"float: left;"
>
{{
$t
(
"salesModule.Commission"
)
}}
:
</span>
...
...
src/components/myOrdersAllType/components/OrderList.vue
View file @
b5fc4bf0
...
...
@@ -19,6 +19,7 @@
<p
class=
" fz14"
:class=
"
{'cursor-pointer c059FF6':scope.row.OrderType==2}"
@click="scope.row.OrderType==2?goTuanDetails(scope.row):''">
{{
scope
.
row
.
TCNUM
}}
</p>
<p>
出发日期:
{{
scope
.
row
.
StartDate
}}
</p>
<p
v-if=
"scope.row.OrderType==2"
>
{{
scope
.
row
.
Status
==
1
?
"未结团"
:(
scope
.
row
.
Status
==
2
?
"已结团 "
:(
scope
.
row
.
Status
==
5
?
"待结团审核"
:
""
))
}}{{
scope
.
row
.
Status
==
2
?
scope
.
row
.
OutGroupAuditDate
:
""
}}
</p>
</div>
</
template
>
</el-table-column>
...
...
src/components/newTravelmanager/TravelGroupControl/tripmap.vue
View file @
b5fc4bf0
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