snow 1 年之前
父节点
当前提交
90f188cdff

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.9223ae3e.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.7872b339.js


二进制
dist/static/js/app.7872b339.js.gz


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.e1fe21d5.js


二进制
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 }) => {

部分文件因为文件数量过多而无法显示