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
f57d4a8a
Commit
f57d4a8a
authored
Sep 13, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3f8dccdc
5ea1dcd1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
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
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
f57d4a8a
...
...
@@ -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 @
f57d4a8a
...
...
@@ -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 @
f57d4a8a
...
...
@@ -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>
...
...
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