add:销售合计统计运费+打包费;售后扣平台款字段,增加增加统计售后“打包运费(散户)”字段
| | |
| | | </el-col> |
| | | <el-col :span="4" class="mb-10"> |
| | | <el-card> |
| | | <div class="statistic-title">销售合计(实付)</div> |
| | | <div class="statistic-num">{{ statistic.totalAmount || 0 }}</div> |
| | | </el-card> |
| | | </el-col> |
| | | <el-col :span="4" class="mb-10"> |
| | | <el-card> |
| | | <div class="statistic-title">底价合计</div> |
| | | <div class="statistic-num"> |
| | | {{ statistic.orderSupplierPriceAmount || 0 }} |
| | |
| | | fixed: 'left', |
| | | }, |
| | | { label: '销售额', prop: 'orderTotal', minWidth: 120 }, |
| | | { label: '销售额(实际支付)', prop: 'totalAmount', minWidth: 120 }, |
| | | { |
| | | label: '花农底价', |
| | | prop: 'orderSupplierPriceAmount', |