فهرست منبع

市场部统计数据标蓝

wucl 5 ماه پیش
والد
کامیت
a4901a8e36

+ 10 - 10
src/views/statistical/assets/marketEfficiency.vue

@@ -40,7 +40,7 @@
                         <el-table-column label="下单量">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodOrderVolume > 0"
+                                    <el-link  style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"
                                         @click="setListQueryParms('order', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
@@ -61,7 +61,7 @@
                         <el-table-column label="预评(意见书)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodStatementVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodStatementVolume > 0"
                                         @click="setListQueryParms('statement', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodStatementVolume }}
                                     </el-link>
@@ -82,7 +82,7 @@
                         <el-table-column label="报告(咨询、评估、意见函)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodReportVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodReportVolume > 0"
                                         @click="setListQueryParms('report', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodReportVolume }}
                                     </el-link>
@@ -103,7 +103,7 @@
                         <el-table-column label="应收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodShouldAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodShouldAmountSum > 0"
                                         @click="setListQueryParms('should', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodShouldAmountSum }}
                                     </el-link>
@@ -124,7 +124,7 @@
                         <el-table-column label="实收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodRealAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodRealAmountSum > 0"
                                         @click="setListQueryParms('real', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodRealAmountSum }}
                                     </el-link>
@@ -224,7 +224,7 @@
                         <el-table-column label="接单数">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodOrderVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"
                                         @click="setListQueryParms('order', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
@@ -245,7 +245,7 @@
                         <el-table-column label="预评(意见书)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodStatementVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodStatementVolume > 0"
                                         @click="setListQueryParms('statement', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodStatementVolume }}
                                     </el-link>
@@ -266,7 +266,7 @@
                         <el-table-column label="报告(咨询、评估、意见函)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodReportVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodReportVolume > 0"
                                         @click="setListQueryParms('report', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodReportVolume }}
                                     </el-link>
@@ -287,7 +287,7 @@
                         <el-table-column label="应收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodShouldAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodShouldAmountSum > 0"
                                         @click="setListQueryParms('should', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodShouldAmountSum }}
                                     </el-link>
@@ -308,7 +308,7 @@
                         <el-table-column label="实收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodRealAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodRealAmountSum > 0"
                                         @click="setListQueryParms('real', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodRealAmountSum }}
                                     </el-link>

+ 12 - 12
src/views/statistical/major/marketEfficiency.vue

@@ -40,7 +40,7 @@
                         <el-table-column label="下单量">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodOrderVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"
                                         @click="setListQueryParms('order', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
@@ -61,7 +61,7 @@
                         <el-table-column label="预评(意见书)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodStatementVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodStatementVolume > 0"
                                         @click="setListQueryParms('statement', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodStatementVolume }}
                                     </el-link>
@@ -82,7 +82,7 @@
                         <el-table-column label="报告(咨询、评估、意见函)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodReportVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodReportVolume > 0"
                                         @click="setListQueryParms('report', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodReportVolume }}
                                     </el-link>
@@ -103,7 +103,7 @@
                         <el-table-column label="应收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodShouldAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodShouldAmountSum > 0"
                                         @click="setListQueryParms('should', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodShouldAmountSum }}
                                     </el-link>
@@ -124,7 +124,7 @@
                         <el-table-column label="实收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodRealAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodRealAmountSum > 0"
                                         @click="setListQueryParms('real', row.departmentId, listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                         {{ row.currentPeriodRealAmountSum }}
                                     </el-link>
@@ -224,7 +224,7 @@
                         <el-table-column label="接单数">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodOrderVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"
                                         @click="setListQueryParms('order', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
@@ -245,7 +245,7 @@
                         <el-table-column label="预评(意见书)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodStatementVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodStatementVolume > 0"
                                         @click="setListQueryParms('statement', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodStatementVolume }}
                                     </el-link>
@@ -266,7 +266,7 @@
                         <el-table-column label="报告(咨询、评估、意见函)">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodReportVolume > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodReportVolume > 0"
                                         @click="setListQueryParms('report', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodReportVolume }}
                                     </el-link>
@@ -287,7 +287,7 @@
                         <el-table-column label="应收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodShouldAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodShouldAmountSum > 0"
                                         @click="setListQueryParms('should', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodShouldAmountSum }}
                                     </el-link>
@@ -308,7 +308,7 @@
                         <el-table-column label="实收款">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
-                                    <el-link v-if="row.currentPeriodRealAmountSum > 0"
+                                    <el-link style="color: #1890ff;" v-if="row.currentPeriodRealAmountSum > 0"
                                         @click="setListQueryParms('real', null, listQueryByManager.startTime, listQueryByManager.endTime, row.userId)">
                                         {{ row.currentPeriodRealAmountSum }}
                                     </el-link>
@@ -352,7 +352,7 @@
                 </el-tab-pane>
             </el-tabs>
         </div>
-        <el-dialog title="大中型订单列表" :visible.sync="dialogVisible" width="70%" @open="getMajorEfficiencyDetailVO()">
+        <el-dialog title="大中型订单列表" :visible.sync="dialogVisible" width="90%" @open="getMajorEfficiencyDetailVO()">
             <y-page-list-layout :get-page-list="getMajorEfficiencyDetailVO" :page-list="pageData" :page-para="listQueryDetail">
                 <template slot="left">
                     <el-button class="filter-item" round type="info" @click="exportMajorEvaEffDetail()">导出
@@ -365,7 +365,7 @@
                             <span>{{ row.orderId }}</span>
                         </template>
                     </el-table-column>
-                    <el-table-column label="项目名称" align="center">
+                    <el-table-column label="项目名称" align="center" show-overflow-tooltip>
                         <template slot-scope="{row}">
                             <span>{{ row.projectName }}</span>
                         </template>

+ 5 - 5
src/views/statistical/personal/departmentEfficiency.vue

@@ -34,7 +34,7 @@
                 <el-table-column label="接单数">
                     <el-table-column label="当期">
                         <template slot-scope="{row}">
-                            <el-link v-if="row.currentPeriodOrderVolume > 0"
+                            <el-link style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"
                                 @click="setListQueryParms(row.evaluateAim, 'order', listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                 {{ row.currentPeriodOrderVolume }}
                             </el-link>
@@ -55,7 +55,7 @@
                 <el-table-column label="预评">
                     <el-table-column label="当期">
                         <template slot-scope="{row}">
-                            <el-link v-if="row.currentPeriodStatementVolume > 0"
+                            <el-link style="color: #1890ff;" v-if="row.currentPeriodStatementVolume > 0"
                                 @click="setListQueryParms(row.evaluateAim, 'statement', listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                 {{ row.currentPeriodStatementVolume }}
                             </el-link>
@@ -77,7 +77,7 @@
                     <el-table-column label="当期">
                         <template slot-scope="{row}">
                             <!-- 报告包含了意见函复评函,所以是reportAndLetter -->
-                            <el-link v-if="row.currentPeriodReportVolume > 0"
+                            <el-link style="color: #1890ff;" v-if="row.currentPeriodReportVolume > 0"
                                 @click="setListQueryParms(row.evaluateAim, 'reportAndLetter', listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                 {{ row.currentPeriodReportVolume }}
                             </el-link>
@@ -98,7 +98,7 @@
                 <el-table-column label="应收款">
                     <el-table-column label="当期">
                         <template slot-scope="{row}">
-                            <el-link v-if="row.currentPeriodShouldAmountSum > 0"
+                            <el-link style="color: #1890ff;" v-if="row.currentPeriodShouldAmountSum > 0"
                                 @click="setListQueryParms(row.evaluateAim, 'should', listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                 {{ row.currentPeriodShouldAmountSum }}
                             </el-link>
@@ -119,7 +119,7 @@
                 <el-table-column label="实收款">
                     <el-table-column label="当期">
                         <template slot-scope="{row}">
-                            <el-link v-if="row.currentPeriodRealAmountSum > 0"
+                            <el-link style="color: #1890ff;" v-if="row.currentPeriodRealAmountSum > 0"
                                 @click="setListQueryParms(row.evaluateAim, 'real', listQueryByDepartment.startTime, listQueryByDepartment.endTime)">
                                 {{ row.currentPeriodRealAmountSum }}
                             </el-link>