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
c2b9030e
Commit
c2b9030e
authored
Apr 25, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
06be7898
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 @
c2b9030e
...
@@ -74,42 +74,32 @@
...
@@ -74,42 +74,32 @@
row-class-name=
"font-size-12"
>
row-class-name=
"font-size-12"
>
<el-table-column
<el-table-column
fixed
fixed
prop=
"CreateByName"
label=
"订单号"
label=
"下单人"
show-overflow-tooltip
>
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>
<el-table-column
<el-table-column
fixed
fixed
label=
"业务员"
label=
"业务员"
show-overflow-tooltip
>
show-overflow-tooltip
:width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<p>
{{
scope
.
row
.
EnterName
}}
</p>
<p>
{{
scope
.
row
.
EnterName
}}
</p>
<p>
{{
scope
.
row
.
CreateTime
}}
</p>
<p>
{{
scope
.
row
.
CreateTime
}}
</p>
</
template
>
</
template
>
</el-table-column>
</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
<el-table-column
label=
"起始
地址
"
label=
"起始
城市
"
show-overflow-tooltip
>
show-overflow-tooltip
:width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
StartCityName
}}
——
{{
scope
.
row
.
EndCityName
}}
<p>
人数:
{{
scope
.
row
.
GuestCount
}}
人
</p>
<p>
{{
scope
.
row
.
StartCityName
}}
->
{{
scope
.
row
.
EndCityName
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"GuestCount"
label=
"应收"
label=
"客人数"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"订单金额"
show-overflow-tooltip
>
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<p
@
click=
"editOrderAmount(scope.row)"
class=
"cp"
<p
@
click=
"editOrderAmount(scope.row)"
class=
"cp"
...
@@ -135,15 +125,7 @@
...
@@ -135,15 +125,7 @@
label=
"成本"
label=
"成本"
show-overflow-tooltip
>
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BackMoney
}}
<i
v-if=
"scope.row.OrderStatus!=1"
@
click=
"makeAdocument(scope.row,3)"
class=
"iconfont iconjia- numIcon"
></i>
{{
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
prop=
"PayMoney"
label=
"付款"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
PayMoney
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -201,6 +183,11 @@
...
@@ -201,6 +183,11 @@
label=
"退款单据"
label=
"退款单据"
show-overflow-tooltip
>
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CreateByName"
label=
"创建人"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
<el-table-column
fixed=
"right"
fixed=
"right"
label=
"操作"
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