snow 1 gadu atpakaļ
vecāks
revīzija
e76e17c26b

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.html


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.3548e9d2.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.4e50a7d0.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.0fab540e.js


BIN
dist/static/js/app.0fab540e.js.gz


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.600b0ae7.js


BIN
dist/static/js/app.600b0ae7.js.gz


+ 1 - 1
src/components/newResults/company-month.vue

@@ -187,7 +187,7 @@ export default {
   .search {
     height:36px;
     display: flex;
-    justify-content: end;
+    justify-content: flex-end;
     padding:0px 10px;
     margin-top:10px
   }

+ 1 - 1
src/components/newResults/company.vue

@@ -339,7 +339,7 @@ export default {
   .search {
     height: 36px;
     display: flex;
-    justify-content: end;
+    justify-content: flex-end;
     padding: 0px 10px;
     margin-top: 10px
   }

+ 5 - 13
src/components/newResults/department.vue

@@ -22,9 +22,7 @@
       :disabled="isEmpty"
         class="fr picker" 
         v-model="daytime" 
-        :picker-options="{
-          disbaledData(time) { return time.getTime() > Date.now(); } 
-          }" 
+        :picker-options="{disbaledData(time) { return time.getTime() > Date.now(); }}" 
         placeholder="选择日期"
         style=";width:150px" 
         value-format="yyyy-MM-dd" 
@@ -208,21 +206,15 @@ export default {
           }
         });
 
-        this.total = list.reduce((prev,current) => {
+        this.total = list.reduce((prev, current) => 
+          {
             const { total_tips = 0, day = 0, month = 0 } = current;
             return {  total_tips: addition(total_tips,prev.total_tips), month: addition(month,prev.month), day: addition(day, prev.day) }
           },
-          { 
-            total_tips: 0, 
-            month: 0, 
-            day: 0
-          }
+          { total_tips: 0, month: 0, day: 0 }
         )
 
-
         let mapDepart = ["百辰","泓源","普润","平台"]
-
-
         list = mapDepart.map(d => list.find(({ depart }) => depart === d))
         const mapToDepartment = { 百辰:"客服部@百辰荣达", 泓源:"网络部@泓源广诚", 普润:"	项目部@普润心堂", 平台:"	平台部@万宇恒通" }
 
@@ -263,7 +255,7 @@ export default {
   .search {
     height:36px;
     display: flex;
-    justify-content: end;
+    justify-content: flex-end;
     padding:0px 10px;
     margin-top:10px
   }

+ 1 - 1
src/pages/index.vue

@@ -20,7 +20,7 @@ export default {
         {label:'3.应收账款', link:'/?path=accountsReceivable'},
         {label:'4.订单情况', link:'/?path=newReport'},
         {label:'5.发货情况', link:'/?path=stock'},
-        {label:'新业绩报表-测试',link:'/?path=newResults'}
+        {label:'2024新业绩报表-测试',link:'/?path=newResults'}
       ]
     }
   },

+ 0 - 1
src/pages/results.vue

@@ -39,7 +39,6 @@ export default {
       const openid = getOpenid()
       const code = getParameterByName('code')
       const result = await asyncRequest.userinfo({ ...( openid ? { openid } :  { code }) })
-
       // const result ={
       // "code": 0,
       // "message": "获取成功",

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels