|
@@ -172,7 +172,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
align="center"
|
|
align="center"
|
|
|
width="110px"
|
|
width="110px"
|
|
|
- label="打包快递结算金额(按件2.8元)"
|
|
|
|
|
|
|
+ label="打包快递结算金额(按件2.55元)"
|
|
|
prop="settleLaborAmount">
|
|
prop="settleLaborAmount">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span style="color: green; font-weight: bold;font-size: 16px">+{{scope.row.settleLaborAmount }}</span>
|
|
<span style="color: green; font-weight: bold;font-size: 16px">+{{scope.row.settleLaborAmount }}</span>
|
|
@@ -198,10 +198,10 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
align="center"
|
|
align="center"
|
|
|
- label="物料结算金额"
|
|
|
|
|
- prop="settleMaterialAmount">
|
|
|
|
|
|
|
+ label="售后结算金额"
|
|
|
|
|
+ prop="settleAfterSalesAmount">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- <span style="color: red; font-weight: bold;font-size: 16px">-{{scope.row.settleMaterialAmount }}</span>
|
|
|
|
|
|
|
+ <span style="color: red; font-weight: bold;font-size: 16px">-{{scope.row.settleAfterSalesAmount }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
<el-table-column
|