Переглянути джерело

1.资产统计报表调整

GouGengquan 3 місяців тому
батько
коміт
a384b1755a
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/views/statistical/assets/customerEfficiency.vue

+ 2 - 2
src/views/statistical/assets/customerEfficiency.vue

@@ -40,7 +40,7 @@
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
                                     <el-link v-if="row.currentPeriodOrderVolume > 0"
-                                        @click="setListQueryParms('order', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
+                                        @click="setListQueryParms('marketOrder', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
                                     <span v-else>{{ row.currentPeriodOrderVolume }}</span>
@@ -226,7 +226,7 @@
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
                                     <el-link v-if="row.currentPeriodOrderVolume > 0"
-                                        @click="setListQueryParms('order', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
+                                        @click="setListQueryParms('marketOrder', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
                                     <span v-else>{{ row.currentPeriodOrderVolume }}</span>