|
@@ -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 }) => {
|