liuhj před 5 měsíci
rodič
revize
2cd244fabd

+ 2 - 0
src/components/MCR/Marketingamount.vue

@@ -558,6 +558,7 @@ export default {
         },
         },
         //公司切换
         //公司切换
         CompanySwitching(val){
         CompanySwitching(val){
+            this.currentPage=1;
             this.yamount=0.00;
             this.yamount=0.00;
             this.yratio=0.00;
             this.yratio=0.00;
             this.qamount=0.00;
             this.qamount=0.00;
@@ -606,6 +607,7 @@ export default {
         },
         },
         //员工切换
         //员工切换
         EmployeeSwitching(val){
         EmployeeSwitching(val){
+            this.currentPage=1;
             this.PostMarketingSalesGroupList(this.years,1)
             this.PostMarketingSalesGroupList(this.years,1)
         },
         },
         //季度切换
         //季度切换

+ 21 - 0
src/components/Resource/PerformanceT.vue

@@ -0,0 +1,21 @@
+<template>
+    <div class="PerformanceT-all">
+        jixiao
+    </div>
+</template>
+<script>
+export default {
+    
+}
+</script>
+<style>
+.PerformanceT-all {
+    background-color: #fff;
+    padding: 10px;
+    box-shadow: 0 0 5px #0005;
+    border-radius: 10px;
+    min-height: 830px;
+}
+</style>
+
+

+ 6 - 0
src/router/index.js

@@ -126,6 +126,7 @@ import SuppliesInventory from '@/components/OP/SuppliesInventory';
 import CardReconciliation from '@/components/Finance/CardReconciliation';
 import CardReconciliation from '@/components/Finance/CardReconciliation';
 import EvaluationForm from '@/components/EvaluationForm'
 import EvaluationForm from '@/components/EvaluationForm'
 import TranslatorBase from '@/components/Resource/TranslatorBase'
 import TranslatorBase from '@/components/Resource/TranslatorBase'
+import PerformanceT from '@/components/Resource/PerformanceT'
 
 
 Vue.use(Router)
 Vue.use(Router)
 
 
@@ -757,6 +758,11 @@ export default new Router({
           name: 'TranslatorBase',
           name: 'TranslatorBase',
           component: TranslatorBase
           component: TranslatorBase
         },
         },
+        {
+          path: '/home/PerformanceT',
+          name: 'PerformanceT',
+          component: PerformanceT
+        },
       ]
       ]
     },
     },
     {
     {