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
9e14f757
Commit
9e14f757
authored
Aug 31, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
09d3a58e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
fxOrderProfitLossList.vue
...ents/FinancialModule/ReportForm/fxOrderProfitLossList.vue
+15
-4
No files found.
src/components/FinancialModule/ReportForm/fxOrderProfitLossList.vue
View file @
9e14f757
...
...
@@ -100,7 +100,15 @@
</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=
"180"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"订单号"
prop=
"OrderNo"
width=
"200"
:show-overflow-tooltip=
'true'
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
OrderNo
}}
<el-tooltip
class=
"item"
effect=
"dark"
content=
"已取消"
placement=
"top"
v-if=
"scope.row.OrderStatus==7"
style=
""
>
<i
class=
"el-tooltip el-icon-info"
style=
"color: #FF4048"
></i>
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
label=
"规格"
width=
"200"
:show-overflow-tooltip=
'true'
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
GoodsName
}}{{
scope
.
row
.
Specification
}}
...
...
@@ -130,16 +138,19 @@
{{
scope
.
row
.
AllPrice
+
scope
.
row
.
YSMoney
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"营业成本"
align=
"center"
>
<el-table-column
label=
"手续费"
prop=
"ServiceCharge"
width=
"80"
></el-table-column>
<el-table-column
label=
"采购成本"
prop=
"CostMoney"
></el-table-column>
<el-table-column
label=
"运费支出"
prop=
"GoodsFreight"
></el-table-column>
<!-- <el-table-column label="已付成本" prop="PaidCostMoney" ></el-table-column> -->
<el-table-column
label=
"总返佣"
prop=
"FXCommission"
>
<
template
slot-scope=
"scope"
>
<span
@
click=
"showFXCommission(scope.row)"
style=
" color: #409EFF;cursor:pointer"
>
{{
scope
.
row
.
FXCommission
}}
</span>
<span
v-if=
"scope.row.OrderNo=='小计'"
>
{{
scope
.
row
.
FXCommission
}}
</span>
<span
v-else
@
click=
"showFXCommission(scope.row)"
style=
" color: #409EFF;cursor:pointer"
>
{{
scope
.
row
.
FXCommission
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"已返佣"
prop=
"RemitFXCommission"
width=
"70"
></el-table-column>
...
...
@@ -172,7 +183,7 @@
</
template
>
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
layout=
"prev, pager, next"
:total=
"count"
>
</el-pagination>
<el-dialog
title=
"查看返佣"
:visible
.
sync=
"czjfDig"
width=
"900px"
>
...
...
@@ -222,7 +233,7 @@
value
:
''
,
msg
:
{
pageIndex
:
1
,
pageSize
:
1
0
,
pageSize
:
1
5
,
SupplierId
:
0
,
StartDate
:
''
,
EndDate
:
''
,
...
...
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