snow 1 gadu atpakaļ
vecāks
revīzija
90f188cdff

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.9223ae3e.css


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


BIN
dist/static/js/app.7872b339.js.gz


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


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


+ 8 - 8
src/components/newResults/department.vue

@@ -273,14 +273,14 @@ export default {
 
       if (res.code === 0 && res.data && res.data.length > 0) {
         // 非万宇 营业目标重取
-        if (this.companyNo !== "GS2203161855277894") {
-          const r = await asyncRequest.companyEveryMonth({ daytime: this.daytime, companyNo: this.companyNo });
-          const { total_tips, companyName } = r.data[0] || {};
-          res.data.forEach(item => {
-            const index = companyName.indexOf(item.depart);
-            item.total_tips = (index === -1 && !(item.depart === "普润" && this.companyNo === "GS2304031312553746")) ? '0.00' : total_tips;
-          })
-        }
+        // if (this.companyNo !== "GS2203161855277894") {
+        //   const r = await asyncRequest.companyEveryMonth({ daytime: this.daytime, companyNo: this.companyNo });
+        //   const { total_tips, companyName } = r.data[0] || {};
+        //   res.data.forEach(item => {
+        //     const index = companyName.indexOf(item.depart);
+        //     item.total_tips = (index === -1 && !(item.depart === "普润" && this.companyNo === "GS2304031312553746")) ? '0.00' : total_tips;
+        //   })
+        // }
 
         let list = (res.data || [])
           .map(({ depart, msale_total, mth_total, sale_total, th_total, total_tips, mzy_sale_total, mchannel_sale_total, channel_cost_total, zy_cost_total, mzy_cost_total, mchannel_cost_total }) => {

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