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
30525094
Commit
30525094
authored
Jul 01, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
损益的样式修改
parent
621dfb09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
20 deletions
+25
-20
OrderProfitLossList.vue
...onents/FinancialModule/ReportForm/OrderProfitLossList.vue
+25
-20
No files found.
src/components/FinancialModule/ReportForm/OrderProfitLossList.vue
View file @
30525094
...
@@ -28,23 +28,23 @@
...
@@ -28,23 +28,23 @@
<div
style=
"padding: 20px;background: #fff;margin-top: 10px"
>
<div
style=
"padding: 20px;background: #fff;margin-top: 10px"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
header-cell-class-name=
"headClass"
style=
"width: 100%"
border
>
<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=
"商品信息"
align=
"center"
>
<el-table-column
label=
"订单号"
prop=
"OrderNo"
width=
"
200"
fixed=
"left"
></el-table-column>
<el-table-column
label=
"订单号"
prop=
"OrderNo"
width=
"
150"
:show-overflow-tooltip=
'true'
></el-table-column>
<el-table-column
label=
"规格"
width=
"
300"
>
<el-table-column
label=
"规格"
width=
"
100"
:show-overflow-tooltip=
'true'
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
GoodsName
}}{{
scope
.
row
.
Specification
}}
{{
scope
.
row
.
GoodsName
}}{{
scope
.
row
.
Specification
}}
<!--
<p
v-for=
"(item,index) in scope.row.Specification "
:key=
"index"
>
{{
item
}}
</p>
-->
<!--
<p
v-for=
"(item,index) in scope.row.Specification "
:key=
"index"
>
{{
item
}}
</p>
-->
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"单价"
prop=
"Unit_Price"
></el-table-column>
<el-table-column
label=
"单价"
prop=
"Unit_Price"
width=
"70"
></el-table-column>
<el-table-column
label=
"数量"
prop=
"Number"
></el-table-column>
<el-table-column
label=
"数量"
prop=
"Number"
width=
"70"
></el-table-column>
<el-table-column
label=
"供应商"
prop=
"SupplierName"
></el-table-column>
<el-table-column
label=
"供应商"
prop=
"SupplierName"
width=
"150"
:show-overflow-tooltip=
'true'
></el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"营业收入"
align=
"center"
>
<el-table-column
label=
"营业收入"
align=
"center"
>
<el-table-column
label=
"结算款"
prop=
"Final_Price"
></el-table-column>
<el-table-column
label=
"结算款"
prop=
"Final_Price"
width=
"70"
></el-table-column>
<el-table-column
label=
"运费"
prop=
"FreightMoney"
></el-table-column>
<el-table-column
label=
"运费"
prop=
"FreightMoney"
width=
"70"
></el-table-column>
<el-table-column
label=
"已收"
prop=
"AllPrice"
></el-table-column>
<el-table-column
label=
"已收"
prop=
"AllPrice"
width=
"70"
></el-table-column>
<el-table-column
label=
"未收款"
>
<el-table-column
label=
"未收款"
width=
"70"
>
<!--结算款-已收-->
<!--结算款-已收-->
<!--暂时写为0-->
<!--暂时写为0-->
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -52,17 +52,17 @@
...
@@ -52,17 +52,17 @@
<p>
0
</p>
<p>
0
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"合计数"
prop=
"AllPrice"
></el-table-column>
<el-table-column
label=
"合计数"
prop=
"AllPrice"
width=
"70"
></el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"营业成本"
align=
"center"
>
<el-table-column
label=
"营业成本"
align=
"center"
>
<el-table-column
label=
"采购成本"
prop=
"CostMoney"
></el-table-column>
<el-table-column
label=
"采购成本"
prop=
"CostMoney"
width=
"70"
></el-table-column>
<el-table-column
label=
"包装费摊销"
prop=
"PackingMoney"
></el-table-column>
<el-table-column
label=
"包装费摊销"
prop=
"PackingMoney"
width=
"70"
></el-table-column>
<el-table-column
label=
"快递费"
prop=
"CostFreight"
></el-table-column>
<el-table-column
label=
"快递费"
prop=
"CostFreight"
width=
"70"
></el-table-column>
<el-table-column
label=
"商品运费摊销"
prop=
"GoodsFreight"
></el-table-column>
<el-table-column
label=
"商品运费摊销"
prop=
"GoodsFreight"
width=
"70"
></el-table-column>
<el-table-column
label=
"一级返佣"
prop=
"OneCommission"
></el-table-column>
<el-table-column
label=
"一级返佣"
prop=
"OneCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"二级返佣"
prop=
"TwoCommission"
></el-table-column>
<el-table-column
label=
"二级返佣"
prop=
"TwoCommission"
width=
"70"
></el-table-column>
<el-table-column
label=
"其他"
prop=
"OtherPrice"
></el-table-column>
<el-table-column
label=
"其他"
prop=
"OtherPrice"
width=
"70"
></el-table-column>
<el-table-column
label=
"合计"
prop=
"ALLCommission"
></el-table-column>
<el-table-column
label=
"合计"
prop=
"ALLCommission"
width=
"70"
></el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Paid"
label=
"已付"
></el-table-column>
<el-table-column
prop=
"Paid"
label=
"已付"
></el-table-column>
...
@@ -221,5 +221,10 @@
...
@@ -221,5 +221,10 @@
.OrderProfitLossList
.el-input__icon
{
.OrderProfitLossList
.el-input__icon
{
line-height
:
24px
;
line-height
:
24px
;
}
}
.OrderProfitLossList
.el-table
td
,
.el-table
th
{
padding
:
3px
0
;
}
.OrderProfitLossList
.el-table
{
font-size
:
13px
;
}
</
style
>
</
style
>
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