|
@@ -71,15 +71,15 @@
|
|
|
<template slot-scope="scope">{{ scope.row.type }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="当月销售(净)" align="center" min-width="105px">
|
|
|
+ <el-table-column label="当月销售(已减退货)" align="center" min-width="105px">
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSale,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="当月销售" align="center" min-width="105px">
|
|
|
+ <el-table-column label="当月销售(未减退货)" align="center" min-width="105px">
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSaleNotReturn,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="销售退货" align="center" min-width="105px">
|
|
|
+ <el-table-column label="当月退货" align="center" min-width="105px">
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthReturn,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -87,7 +87,7 @@
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSaleAmount,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="当月成本(净)" align="center" min-width="105px">
|
|
|
+ <el-table-column label="当月成本(已减退货)" align="center" min-width="105px">
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthCost,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|