|
@@ -24,8 +24,8 @@
|
|
:disabled="exportStatus">导出
|
|
:disabled="exportStatus">导出
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
- <el-table :data="totalEfficiency" fit stripe highlight-current-row
|
|
|
|
- :header-row-style="{ color: '#333333', 'font-size': '14px' }" style=" width: 100%; float: right;
|
|
|
|
|
|
+ <el-table :data="totalEfficiency" :header-row-style="{ color: '#333333' }"
|
|
|
|
+ :header-cell-style="{ 'text-align': 'center' }" :cell-style="{ 'text-align': 'center' }" style=" width: 100%; float: right;
|
|
border-left: 1px solid #ebeced;
|
|
border-left: 1px solid #ebeced;
|
|
border-right: 1px solid #ebeced;
|
|
border-right: 1px solid #ebeced;
|
|
color: #333333; font-size: 14px;">
|
|
color: #333333; font-size: 14px;">
|
|
@@ -35,7 +35,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="来单量">
|
|
<el-table-column label="来单量">
|
|
- <el-table-column label="当期来单量">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodOrderVolume > 0"
|
|
<el-link v-if="row.currentPeriodOrderVolume > 0"
|
|
@click="setListQueryParms('order', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@click="setListQueryParms('order', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@@ -44,19 +44,19 @@
|
|
<span v-else>{{ row.currentPeriodOrderVolume }}</span>
|
|
<span v-else>{{ row.currentPeriodOrderVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYOrderVolume }}</span>
|
|
<span>{{ row.YoYOrderVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQOrderVolume }}</span>
|
|
<span>{{ row.QoQOrderVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="预评(意见书)">
|
|
<el-table-column label="预评(意见书)">
|
|
- <el-table-column label="当期出具数量">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodStatementVolume > 0"
|
|
<el-link v-if="row.currentPeriodStatementVolume > 0"
|
|
@click="setListQueryParms('statement', row.clienteleContactId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@click="setListQueryParms('statement', row.clienteleContactId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@@ -65,19 +65,19 @@
|
|
<span v-else>{{ row.currentPeriodStatementVolume }}</span>
|
|
<span v-else>{{ row.currentPeriodStatementVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYStatementVolume }}</span>
|
|
<span>{{ row.YoYStatementVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQStatementVolume }}</span>
|
|
<span>{{ row.QoQStatementVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="报告(咨询报告、评估报告、意见函)">
|
|
|
|
- <el-table-column label="当期出具数量">
|
|
|
|
|
|
+ <el-table-column label="报告(咨询、评估、意见函)">
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodReportVolume > 0"
|
|
<el-link v-if="row.currentPeriodReportVolume > 0"
|
|
@click="setListQueryParms('report', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@click="setListQueryParms('report', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@@ -86,19 +86,19 @@
|
|
<span v-else>{{ row.currentPeriodReportVolume }}</span>
|
|
<span v-else>{{ row.currentPeriodReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYReportVolume }}</span>
|
|
<span>{{ row.YoYReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQReportVolume }}</span>
|
|
<span>{{ row.QoQReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="应收款">
|
|
<el-table-column label="应收款">
|
|
- <el-table-column label="当期应收款">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodShouldAmountSum > 0"
|
|
<el-link v-if="row.currentPeriodShouldAmountSum > 0"
|
|
@click="setListQueryParms('should', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@click="setListQueryParms('should', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@@ -107,19 +107,19 @@
|
|
<span v-else>{{ row.currentPeriodShouldAmountSum }}</span>
|
|
<span v-else>{{ row.currentPeriodShouldAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYShouldAmountSum }}</span>
|
|
<span>{{ row.YoYShouldAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQShouldAmountSum }}</span>
|
|
<span>{{ row.QoQShouldAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="实收款">
|
|
<el-table-column label="实收款">
|
|
- <el-table-column label="当期实收款">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodRealAmountSum > 0"
|
|
<el-link v-if="row.currentPeriodRealAmountSum > 0"
|
|
@click="setListQueryParms('real', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@click="setListQueryParms('real', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
|
|
@@ -128,12 +128,12 @@
|
|
<span v-else>{{ row.currentPeriodRealAmountSum }}</span>
|
|
<span v-else>{{ row.currentPeriodRealAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYRealAmountSum }}</span>
|
|
<span>{{ row.YoYRealAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQRealAmountSum }}</span>
|
|
<span>{{ row.QoQRealAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -145,34 +145,34 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="出单率">
|
|
<el-table-column label="出单率">
|
|
- <el-table-column label="当期率(%)">
|
|
|
|
|
|
+ <el-table-column label="当期(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.currentPeriodOrderHasReportVolume }}</span>
|
|
<span>{{ row.currentPeriodOrderHasReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYOrderHasReportVolume }}</span>
|
|
<span>{{ row.YoYOrderHasReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQOrderHasReportVolume }}</span>
|
|
<span>{{ row.QoQOrderHasReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="收费折扣率">
|
|
<el-table-column label="收费折扣率">
|
|
- <el-table-column label="当期折扣率(%)">
|
|
|
|
|
|
+ <el-table-column label="当期(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.currentDiscountVolume }}</span>
|
|
<span>{{ row.currentDiscountVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比折扣率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYDiscountVolume }}</span>
|
|
<span>{{ row.YoYDiscountVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比折扣率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQDiscountVolume }}</span>
|
|
<span>{{ row.QoQDiscountVolume }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -203,7 +203,8 @@
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
<el-table :data="managerEfficiency" fit stripe highlight-current-row
|
|
<el-table :data="managerEfficiency" fit stripe highlight-current-row
|
|
- :header-row-style="{ color: '#333333', 'font-size': '14px' }" style=" width: 100%; float: right;
|
|
|
|
|
|
+ :header-row-style="{ color: '#333333' }" :header-cell-style="{ 'text-align': 'center' }"
|
|
|
|
+ :cell-style="{ 'text-align': 'center' }" style=" width: 100%; float: right;
|
|
border-left: 1px solid #ebeced;
|
|
border-left: 1px solid #ebeced;
|
|
border-right: 1px solid #ebeced;
|
|
border-right: 1px solid #ebeced;
|
|
color: #333333; font-size: 14px;">
|
|
color: #333333; font-size: 14px;">
|
|
@@ -218,7 +219,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="来单量">
|
|
<el-table-column label="来单量">
|
|
- <el-table-column label="当期来单量">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodOrderVolume > 0"
|
|
<el-link v-if="row.currentPeriodOrderVolume > 0"
|
|
@click="setListQueryParms('order', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@click="setListQueryParms('order', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@@ -227,19 +228,19 @@
|
|
<span v-else>{{ row.currentPeriodOrderVolume }}</span>
|
|
<span v-else>{{ row.currentPeriodOrderVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYOrderVolume }}</span>
|
|
<span>{{ row.YoYOrderVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQOrderVolume }}</span>
|
|
<span>{{ row.QoQOrderVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="预评(意见书)">
|
|
<el-table-column label="预评(意见书)">
|
|
- <el-table-column label="当期出具数量">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodStatementVolume > 0"
|
|
<el-link v-if="row.currentPeriodStatementVolume > 0"
|
|
@click="setListQueryParms('statement', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@click="setListQueryParms('statement', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@@ -248,19 +249,19 @@
|
|
<span v-else>{{ row.currentPeriodStatementVolume }}</span>
|
|
<span v-else>{{ row.currentPeriodStatementVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYStatementVolume }}</span>
|
|
<span>{{ row.YoYStatementVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQStatementVolume }}</span>
|
|
<span>{{ row.QoQStatementVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="报告(咨询报告、评估报告、意见函)">
|
|
|
|
- <el-table-column label="当期出具数量">
|
|
|
|
|
|
+ <el-table-column label="报告(咨询、评估、意见函)">
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodReportVolume > 0"
|
|
<el-link v-if="row.currentPeriodReportVolume > 0"
|
|
@click="setListQueryParms('report', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@click="setListQueryParms('report', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@@ -269,19 +270,19 @@
|
|
<span v-else>{{ row.currentPeriodReportVolume }}</span>
|
|
<span v-else>{{ row.currentPeriodReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYReportVolume }}</span>
|
|
<span>{{ row.YoYReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQReportVolume }}</span>
|
|
<span>{{ row.QoQReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="应收款">
|
|
<el-table-column label="应收款">
|
|
- <el-table-column label="当期应收款">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodShouldAmountSum > 0"
|
|
<el-link v-if="row.currentPeriodShouldAmountSum > 0"
|
|
@click="setListQueryParms('should', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@click="setListQueryParms('should', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@@ -290,19 +291,19 @@
|
|
<span v-else>{{ row.currentPeriodShouldAmountSum }}</span>
|
|
<span v-else>{{ row.currentPeriodShouldAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYShouldAmountSum }}</span>
|
|
<span>{{ row.YoYShouldAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQShouldAmountSum }}</span>
|
|
<span>{{ row.QoQShouldAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="实收款">
|
|
<el-table-column label="实收款">
|
|
- <el-table-column label="当期实收款">
|
|
|
|
|
|
+ <el-table-column label="当期">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<el-link v-if="row.currentPeriodRealAmountSum > 0"
|
|
<el-link v-if="row.currentPeriodRealAmountSum > 0"
|
|
@click="setListQueryParms('real', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@click="setListQueryParms('real', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
|
|
@@ -311,12 +312,12 @@
|
|
<span v-else>{{ row.currentPeriodRealAmountSum }}</span>
|
|
<span v-else>{{ row.currentPeriodRealAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYRealAmountSum }}</span>
|
|
<span>{{ row.YoYRealAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQRealAmountSum }}</span>
|
|
<span>{{ row.QoQRealAmountSum }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -328,34 +329,34 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="出单率">
|
|
<el-table-column label="出单率">
|
|
- <el-table-column label="当期出单率(%)">
|
|
|
|
|
|
+ <el-table-column label="当期(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.currentPeriodOrderHasReportVolume }}</span>
|
|
<span>{{ row.currentPeriodOrderHasReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYOrderHasReportVolume }}</span>
|
|
<span>{{ row.YoYOrderHasReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比增减率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQOrderHasReportVolume }}</span>
|
|
<span>{{ row.QoQOrderHasReportVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="收费折扣率">
|
|
<el-table-column label="收费折扣率">
|
|
- <el-table-column label="当期折扣率(%)">
|
|
|
|
|
|
+ <el-table-column label="当期(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.currentDiscountVolume }}</span>
|
|
<span>{{ row.currentDiscountVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="同比折扣率(%)">
|
|
|
|
|
|
+ <el-table-column label="同比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.YoYDiscountVolume }}</span>
|
|
<span>{{ row.YoYDiscountVolume }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="环比折扣率(%)">
|
|
|
|
|
|
+ <el-table-column label="环比(%)">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.QoQDiscountVolume }}</span>
|
|
<span>{{ row.QoQDiscountVolume }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -366,8 +367,7 @@
|
|
</el-tabs>
|
|
</el-tabs>
|
|
</div>
|
|
</div>
|
|
<el-dialog title="资产订单列表" :visible.sync="dialogVisible" width="70%" @open="getAssetsEvaEffDetailVO()">
|
|
<el-dialog title="资产订单列表" :visible.sync="dialogVisible" width="70%" @open="getAssetsEvaEffDetailVO()">
|
|
- <y-page-list-layout :get-page-list="getAssetsEvaEffDetailVO" :page-list="pageData"
|
|
|
|
- :page-para="listQueryDetail">
|
|
|
|
|
|
+ <y-page-list-layout :get-page-list="getAssetsEvaEffDetailVO" :page-list="pageData" :page-para="listQueryDetail">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
<el-button class="filter-item" round type="info" @click="exportAssetsEvaEffDetail()">导出
|
|
<el-button class="filter-item" round type="info" @click="exportAssetsEvaEffDetail()">导出
|
|
</el-button>
|
|
</el-button>
|
|
@@ -552,7 +552,7 @@ export default {
|
|
},
|
|
},
|
|
exportStatus: true,
|
|
exportStatus: true,
|
|
totalEfficiency: [],
|
|
totalEfficiency: [],
|
|
- managerEfficiency:[],
|
|
|
|
|
|
+ managerEfficiency: [],
|
|
pageData: { records: [] },
|
|
pageData: { records: [] },
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -692,7 +692,7 @@ export default {
|
|
this.listQueryDetail.endTime = endTime;
|
|
this.listQueryDetail.endTime = endTime;
|
|
if (clienteleContactId) {
|
|
if (clienteleContactId) {
|
|
this.listQueryDetail.clienteleContactId = clienteleContactId;
|
|
this.listQueryDetail.clienteleContactId = clienteleContactId;
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
this.listQueryDetail.clienteleContactId = null;
|
|
this.listQueryDetail.clienteleContactId = null;
|
|
}
|
|
}
|
|
},
|
|
},
|