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

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.dfab9089.css


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


BIN
dist/static/js/app.aaac8128.js.gz


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


BIN
dist/static/js/app.e5aeb780.js.gz


+ 15 - 18
src/components/newResults/company-month.vue

@@ -171,24 +171,21 @@ export default {
         })
       };
 
-      if(this.companyNo === ""){
-        result.data.forEach((item) => item.total_tips = 0);
-
-        for(const c of this.cp_companies.filter(({value}) => value !== "")){
-          const res = await asyncRequest.companyEvery({ year: (this.daytime.split('-'))[0], companyNo: c.value });
-          result.data = result.data.reduce((prev,curr,index) => {
-            return [
-              ...prev,
-              {
-                ...curr,
-                total_tips:Number(addition(Number(curr.total_tips).toFixed(2),Number(res.data[index].total_tips).toFixed(2))).toFixed(2)
-              }
-            ]
-          },[])
-
-
-        }
-      }
+      // if(this.companyNo === ""){
+      //   result.data.forEach((item) => item.total_tips = 0);
+      //   for(const c of this.cp_companies.filter(({value}) => value !== "")){
+      //     const res = await asyncRequest.companyEvery({ year: (this.daytime.split('-'))[0], companyNo: c.value });
+      //     result.data = result.data.reduce((prev,curr,index) => {
+      //       return [
+      //         ...prev,
+      //         {
+      //           ...curr,
+      //           total_tips:Number(addition(Number(curr.total_tips).toFixed(2),Number(res.data[index].total_tips).toFixed(2))).toFixed(2)
+      //         }
+      //       ]
+      //     },[])
+      //   }
+      // }
 
       
       switch(Number(result.code)){

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