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
0df721ab
Commit
0df721ab
authored
Jul 03, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9693ec28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
OrderProfitLossList.vue
...onents/FinancialModule/ReportForm/OrderProfitLossList.vue
+13
-13
No files found.
src/components/FinancialModule/ReportForm/OrderProfitLossList.vue
View file @
0df721ab
...
...
@@ -52,7 +52,7 @@
<div
class=
"Subtotal_item"
style=
"margin:15px"
>
<div
style=
'width:100%;border-bottom:1px solid #f2f2f2'
>
<i
class=
"iconfont icon-qian groupTourOrder_count_green"
></i>
<i
class=
"iconfont icon-qian groupTourOrder_count_green"
style=
"font-size:12px"
></i>
<span
class=
'Subtotal_t'
>
营业收入
</span>
</div>
<div><span
class=
'Subtotal_t'
>
结算款:
</span>
¥
{{
OrderProfitLoss
.
TotalFinal_Price
}}
</div>
...
...
@@ -63,7 +63,7 @@
</div>
<div
class=
"Subtotal_item"
style=
"margin:15px"
>
<div
style=
'width:100%;border-bottom:1px solid #f2f2f2'
>
<i
class=
"iconfont icon-qian groupTourOrder_count_green"
></i>
<i
class=
"iconfont icon-qian groupTourOrder_count_green"
style=
"font-size:12px"
></i>
<span
class=
'Subtotal_t'
>
营业成本
</span>
</div>
<div
class=
"ProfitLoss"
>
...
...
@@ -98,7 +98,7 @@
</div>
<el-table
:data=
"tableData"
v-loading=
"loading"
header-cell-class-name=
"headClass"
style=
"width: 100%"
border
>
<el-table-column
label=
"商品信息"
align=
"center"
>
<el-table-column
label=
"订单号"
prop=
"OrderNo"
width=
"150"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"订单号"
prop=
"OrderNo"
width=
"150"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"规格"
width=
"100"
:show-overflow-tooltip=
'true'
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
GoodsName
}}{{
scope
.
row
.
Specification
}}
...
...
@@ -131,31 +131,31 @@
<el-table-column
label=
"商品运费摊销"
prop=
"GoodsFreight"
width=
"70"
></el-table-column>
<el-table-column
label=
"总公司返佣"
prop=
"GeneralAgentCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"总公司名称"
prop=
"GeneralAgentName"
width=
"70"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"总公司名称"
prop=
"GeneralAgentName"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"分公司返佣"
prop=
"BranchCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"分公司名称"
prop=
"BranchName"
width=
"70"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"分公司名称"
prop=
"BranchName"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"特一级返佣"
prop=
"SpecialCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"特一级名称"
prop=
"SpecialName"
width=
"70"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"特一级名称"
prop=
"SpecialName"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"一级返佣"
prop=
"OneCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"一级名称"
prop=
"OneUserName"
width=
"70"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"一级名称"
prop=
"OneUserName"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"二级返佣"
prop=
"TwoCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"二级名称"
prop=
"TwoUserName"
width=
"70"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"二级名称"
prop=
"TwoUserName"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"其他"
prop=
"OtherPrice"
width=
"70"
></el-table-column>
<el-table-column
label=
"合计"
prop=
"ALLCommission"
width=
"70"
></el-table-column>
</el-table-column>
<el-table-column
prop=
"Paid"
label=
"已付"
></el-table-column>
<el-table-column
prop=
"NoPaid"
label=
"应付"
></el-table-column>
<el-table-column
prop=
"GrossProfit"
label=
"毛利"
></el-table-column>
<el-table-column
prop=
"GrossProfitRate"
label=
"毛利率"
></el-table-column>
<el-table-column
prop=
"Paid"
label=
"已付"
width=
"70"
></el-table-column>
<el-table-column
prop=
"NoPaid"
label=
"应付"
width=
"70"
></el-table-column>
<el-table-column
prop=
"GrossProfit"
label=
"毛利"
width=
"70"
></el-table-column>
<el-table-column
prop=
"GrossProfitRate"
label=
"毛利率"
width=
"70"
></el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
</el-pagination>
</div>
</div>
</template>
<
script
>
...
...
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