Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
CRM
Commits
eb91c1e4
Commit
eb91c1e4
authored
Apr 26, 2022
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/crm
into master
parents
4170b11f
c2b9030e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
30 deletions
+17
-30
Agreement.vue
src/components/guestManagement/Agreement.vue
+17
-30
No files found.
src/components/guestManagement/Agreement.vue
View file @
eb91c1e4
...
...
@@ -74,42 +74,32 @@
row-class-name=
"font-size-12"
>
<el-table-column
fixed
prop=
"CreateByName"
label=
"下单人"
label=
"订单号"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
OrderId
}}
<!--
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
OrderId
}}
</p>
-->
</
template
>
</el-table-column>
<el-table-column
fixed
label=
"业务员"
show-overflow-tooltip
>
show-overflow-tooltip
:width=
"120"
>
<
template
slot-scope=
"scope"
>
<p>
{{
scope
.
row
.
EnterName
}}
</p>
<p>
{{
scope
.
row
.
CreateTime
}}
</p>
</
template
>
</el-table-column>
<el-table-column
fixed
label=
"订单号"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
OrderId
}}
<!--
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
OrderId
}}
</p>
-->
</
template
>
</el-table-column>
<el-table-column
label=
"起始
地址
"
show-overflow-tooltip
>
label=
"起始
城市
"
show-overflow-tooltip
:width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
StartCityName
}}
——
{{
scope
.
row
.
EndCityName
}}
<p>
人数:
{{
scope
.
row
.
GuestCount
}}
人
</p>
<p>
{{
scope
.
row
.
StartCityName
}}
->
{{
scope
.
row
.
EndCityName
}}
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
"GuestCount"
label=
"客人数"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"订单金额"
label=
"应收"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<p
@
click=
"editOrderAmount(scope.row)"
class=
"cp"
...
...
@@ -135,15 +125,7 @@
label=
"成本"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BackMoney
}}
<i
v-if=
"scope.row.OrderStatus!=1"
@
click=
"makeAdocument(scope.row,3)"
class=
"iconfont iconjia- numIcon"
></i>
</
template
>
</el-table-column>
<el-table-column
prop=
"PayMoney"
label=
"付款"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
PayMoney
}}
{{
scope
.
row
.
PayMoney
}}
<i
v-if=
"scope.row.OrderStatus!=1"
@
click=
"makeAdocument(scope.row,3)"
class=
"iconfont iconjia- numIcon"
></i>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -201,6 +183,11 @@
label=
"退款单据"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"CreateByName"
label=
"创建人"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
...
...
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