@@ -158,6 +158,7 @@ | |||||
:canvas2d="true" | :canvas2d="true" | ||||
canvasId="wangxiaohuaerlingeryilingwuyib88" | canvasId="wangxiaohuaerlingeryilingwuyib88" | ||||
background="none" | background="none" | ||||
:loadingType="0" | |||||
/> | /> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -268,12 +269,9 @@ | |||||
{name:'接待客户',zxl:'80'}, | {name:'接待客户',zxl:'80'}, | ||||
], | ], | ||||
chartData:{ | chartData:{ | ||||
"categories": ["维度1","维度2","维度3","维度4","维度5","维度6"], | |||||
"categories": [], | |||||
"series": [ | "series": [ | ||||
{ | |||||
"name": "成交量", | |||||
"data": [90,110,165,195,187,172] | |||||
} | |||||
] | ] | ||||
} | } | ||||
@@ -385,40 +383,40 @@ | |||||
}, | }, | ||||
// 获取销奖能力 | // 获取销奖能力 | ||||
getPowerList(){ | getPowerList(){ | ||||
this.chartData={ | |||||
categories:[], | |||||
series:[] | |||||
} | |||||
this.$u.post('/cusLvStatistics/groupComparisonMarketingAbility',{ | this.$u.post('/cusLvStatistics/groupComparisonMarketingAbility',{ | ||||
houseIds:this.houseId, | houseIds:this.houseId, | ||||
timeType:this.lastEndDate?null:this.activeTotal+'', | timeType:this.lastEndDate?null:this.activeTotal+'', | ||||
lastEndDate:this.lastEndDate, | lastEndDate:this.lastEndDate, | ||||
lastStartDate:this.lastStartDate | lastStartDate:this.lastStartDate | ||||
}) | }) | ||||
.then(res=>{ | |||||
// console.log(res,123) | |||||
// 处理数据 | |||||
// return | |||||
this.chartData={ | |||||
categories:[], | |||||
series:[] | |||||
} | |||||
.then(res=>{ | |||||
let allobj={ | let allobj={ | ||||
categories:[], | categories:[], | ||||
series:[] | series:[] | ||||
} | } | ||||
res.result.map((item,index)=>{ | |||||
let obj={ | |||||
name:item[0].houseName, | |||||
data:[] | |||||
} | |||||
item.map(item1=>{ | |||||
if(index==0){ | |||||
allobj.categories.push(item1.name) | |||||
if(res.result!=0){ | |||||
res.result.map((item,index)=>{ | |||||
let obj={ | |||||
name:item[0].houseName, | |||||
data:[] | |||||
} | } | ||||
obj.data.push(item1.avgExecutionRate) | |||||
item.map(item1=>{ | |||||
if(index==0){ | |||||
allobj.categories.push(item1.name) | |||||
} | |||||
obj.data.push(item1.avgExecutionRate) | |||||
}) | |||||
allobj.series.push(obj) | |||||
}) | }) | ||||
allobj.series.push(obj) | |||||
}) | |||||
// console.log(allobj) | |||||
this.chartData=allobj | |||||
this.$forceUpdate() | |||||
this.chartData=allobj | |||||
this.$forceUpdate() | |||||
} | |||||
}) | }) | ||||
}, | }, | ||||
//自定义时间 | //自定义时间 | ||||
@@ -130,6 +130,7 @@ | |||||
:canvas2d="true" | :canvas2d="true" | ||||
canvasId="wangxiaohuaerlingeryilinwuycsdx" | canvasId="wangxiaohuaerlingeryilinwuycsdx" | ||||
background="none" | background="none" | ||||
:loadingType="0" | |||||
/> | /> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -454,6 +455,10 @@ | |||||
}, | }, | ||||
// 获取销奖能力 | // 获取销奖能力 | ||||
getAwardList(){ | getAwardList(){ | ||||
this.chartData={ | |||||
categories:[], | |||||
series:[] | |||||
} | |||||
this.$u.post('/cusLvStatistics/employeeAnalysisLevel1Fraction',{ | this.$u.post('/cusLvStatistics/employeeAnalysisLevel1Fraction',{ | ||||
userA:this.staff1.value, | userA:this.staff1.value, | ||||
userB:this.staff2.value, | userB:this.staff2.value, | ||||
@@ -581,10 +581,10 @@ | |||||
color: '#7ED3F4' | color: '#7ED3F4' | ||||
}] | }] | ||||
} | } | ||||
data.lastValue.forEach((child, zxc) => { | |||||
data.startList.forEach((child, zxc) => { | |||||
that.lineOptsect.categories.push(child.statDate.substring(5, 10)) | that.lineOptsect.categories.push(child.statDate.substring(5, 10)) | ||||
}) | }) | ||||
that.lineOptsect.series[0].data = data.lastValue.map(item => item.fraction); | |||||
that.lineOptsect.series[0].data = data.startList.map(item => item.fraction); | |||||
} else { | } else { | ||||
that.lineOptsect = { | that.lineOptsect = { | ||||
categories: [], | categories: [], | ||||
@@ -600,8 +600,8 @@ | |||||
}, | }, | ||||
] | ] | ||||
} | } | ||||
data.firstValue.forEach((item, sdf) => { | |||||
data.lastValue.forEach((child, zxc) => { | |||||
data.startList.forEach((item, sdf) => { | |||||
data.endList.forEach((child, zxc) => { | |||||
if (sdf == zxc) { | if (sdf == zxc) { | ||||
that.lineOptsect.categories.push( | that.lineOptsect.categories.push( | ||||
child.statDate.substring(5,10) + 'vs' + item.statDate.substring(5, 10) | child.statDate.substring(5,10) + 'vs' + item.statDate.substring(5, 10) | ||||
@@ -609,8 +609,8 @@ | |||||
} | } | ||||
}) | }) | ||||
}) | }) | ||||
that.lineOptsect.series[1].data = data.firstValue.map(item => item.fraction); | |||||
that.lineOptsect.series[0].data = data.lastValue.map(item => item.fraction) | |||||
that.lineOptsect.series[1].data = data.startList.map(item => item.fraction); | |||||
that.lineOptsect.series[0].data = data.endList.map(item => item.fraction) | |||||
that.guwenFlag = false | that.guwenFlag = false | ||||
// // 处理表格数据 | // // 处理表格数据 | ||||
let arr = [ | let arr = [ | ||||
@@ -623,7 +623,7 @@ | |||||
// }, | // }, | ||||
] | ] | ||||
that.lineOptsect.categories.map((item, index) => { | that.lineOptsect.categories.map((item, index) => { | ||||
let newarr = [item, data.lastValue[index].fraction, data.firstValue[index].fraction,data.contrast[index].data | |||||
let newarr = [item, data.endList[index].fraction, data.startList[index].fraction,data.comparedList[index].fraction | |||||
] | ] | ||||
// obj.time=item | // obj.time=item | ||||
// obj.time1=data.firstValue[index].fraction | // obj.time1=data.firstValue[index].fraction | ||||
@@ -395,7 +395,7 @@ | |||||
clickaudeopal(item){ | clickaudeopal(item){ | ||||
if(item.selected==0){ | if(item.selected==0){ | ||||
uni.navigateTo({ | uni.navigateTo({ | ||||
url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId | |||||
url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId+"&type=0" | |||||
}) | }) | ||||
} | } | ||||
}, | }, | ||||
@@ -540,7 +540,7 @@ | |||||
this.Showhiddenunits = false; | this.Showhiddenunits = false; | ||||
}, | }, | ||||
tapjumpequipment(i){ | tapjumpequipment(i){ | ||||
if(permissions.commonly5==true){ | |||||
if(this.permissions.commonly5==true){ | |||||
uni.navigateTo({ | uni.navigateTo({ | ||||
url: '/pages/mine/equipment/index?active='+i | url: '/pages/mine/equipment/index?active='+i | ||||
}); | }); | ||||
@@ -1215,7 +1215,6 @@ | |||||
header: { | header: { | ||||
'content-type': 'application/json', | 'content-type': 'application/json', | ||||
'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token | 'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token | ||||
.token | |||||
}, | }, | ||||
success: (data) => { | success: (data) => { | ||||
if (data.data.code == 10000) { | if (data.data.code == 10000) { | ||||
@@ -1258,7 +1257,6 @@ | |||||
header: { | header: { | ||||
'content-type': 'application/json', | 'content-type': 'application/json', | ||||
'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token | 'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token | ||||
.token | |||||
}, | }, | ||||
data: objdata, | data: objdata, | ||||
success: (data) => { | success: (data) => { | ||||
@@ -1413,6 +1411,7 @@ | |||||
"jjTransfer": this.changanitem.onebest, //选中对话 | "jjTransfer": this.changanitem.onebest, //选中对话 | ||||
"status": 1 | "status": 1 | ||||
} | } | ||||
console.log(uni.getStorageSync('weapp_session_login_data').token) | |||||
uni.request({ | uni.request({ | ||||
url: config.service.addATD, | url: config.service.addATD, | ||||
method: "POST", | method: "POST", | ||||