|
|
@@ -245,6 +245,15 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
+ v-else-if="column.id === 20 || column.id === 21 || column.id === 22 || column.id === 23"
|
|
|
+ :prop="column.field"
|
|
|
+ :label="column.name"
|
|
|
+ :width="column.width"
|
|
|
+ align="center"
|
|
|
+ header-align="center"
|
|
|
+ show-overflow-tooltip>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
v-else-if="column.id == 14"
|
|
|
:label="column.name"
|
|
|
:prop="column.field"
|
|
|
@@ -477,6 +486,18 @@ const defaultItems = [
|
|
|
name: '欠款金额', id: 19, field: 'chargeMoney', width: '80'
|
|
|
},
|
|
|
{
|
|
|
+ name: '外发金额', id: 20, field: 'outMoneyTotal', width: '80'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '外发运费', id: 21, field: 'outSendMoney', width: '80'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '毛利', id: 22, field: 'orderGrossProfit', width: '80'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '毛利率(%)', id: 23, field: 'orderGrossProfitRate', width: '80'
|
|
|
+ },
|
|
|
+ {
|
|
|
name: '联数', id: 8, field: 'receiptsCount', width: '100'
|
|
|
},
|
|
|
{
|