@@ -123,7 +123,7 @@ | |||||
<view class="title" style="padding-right: 30rpx;"> | <view class="title" style="padding-right: 30rpx;"> | ||||
<view class="title1" style="flex: 1;">销讲能力</view> | <view class="title1" style="flex: 1;">销讲能力</view> | ||||
</view> | </view> | ||||
<view class="uchaserbox"> | |||||
<view class="uchaserbox" style="height: 70vh;"> | |||||
<qiun-data-charts | <qiun-data-charts | ||||
type="radar" | type="radar" | ||||
:chartData="chartData" | :chartData="chartData" | ||||
@@ -58,7 +58,7 @@ | |||||
</view> | </view> | ||||
<view class="" v-if=" eharTab.active1 == 1 "> | <view class="" v-if=" eharTab.active1 == 1 "> | ||||
<view class="danwei">接待量</view> | <view class="danwei">接待量</view> | ||||
<view class="uchaserbox"> | |||||
<view class="uchaserbox" style="height: 70vh;"> | |||||
<qiun-data-charts | <qiun-data-charts | ||||
type="line" | type="line" | ||||
:chartData="lineOptsect1" | :chartData="lineOptsect1" | ||||
@@ -216,7 +216,7 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class="uchaserbox"> | |||||
<view class="uchaserbox uchaserboxs"> | |||||
<qiun-data-charts | <qiun-data-charts | ||||
type="radar" | type="radar" | ||||
:opts="opts" | :opts="opts" | ||||
@@ -1050,6 +1050,11 @@ | |||||
}; | }; | ||||
</script> | </script> | ||||
<style lang="scss" scoped> | <style lang="scss" scoped> | ||||
.uchaserboxs { | |||||
width: 100%; | |||||
height: 70vh; | |||||
} | |||||
.box { | .box { | ||||
width: 100%; | width: 100%; | ||||
height: 100%; | height: 100%; | ||||
@@ -205,7 +205,6 @@ | |||||
console.log(data) | console.log(data) | ||||
if(data.data.code==10000){ | if(data.data.code==10000){ | ||||
this.list = data.data.data | this.list = data.data.data | ||||
} | } | ||||
} | } | ||||
}) | }) | ||||
@@ -40,7 +40,7 @@ | |||||
<view class="title" style="border: none;" @click="Buildingselection()"> | <view class="title" style="border: none;" @click="Buildingselection()"> | ||||
<view class="titletext">客户来源</view> | <view class="titletext">客户来源</view> | ||||
<view class="titletext2" style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 90rpx;padding-left: 10rpx;"> | <view class="titletext2" style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 90rpx;padding-left: 10rpx;"> | ||||
<text v-if="parames.sourceId" style="color: #333333;">{{showSourceName}}</text> | |||||
<text v-if="showSourceName" style="color: #333333;">{{showSourceName}}</text> | |||||
<text v-else>请选择客户来源</text> | <text v-else>请选择客户来源</text> | ||||
</view> | </view> | ||||
<view class="titleimg"> | <view class="titleimg"> | ||||
@@ -135,7 +135,6 @@ | |||||
if(data.data.code==10000){ | if(data.data.code==10000){ | ||||
// this.shifoinfo=data.data.data.selfAssigned | // this.shifoinfo=data.data.data.selfAssigned | ||||
this.list = data.data.data | this.list = data.data.data | ||||
} | } | ||||
} | } | ||||
}) | }) | ||||
@@ -281,6 +280,7 @@ | |||||
this.Showhiddenunits=false; | this.Showhiddenunits=false; | ||||
}, | }, | ||||
confirm(e) { | confirm(e) { | ||||
console.log(e) | |||||
this.showSourceName = e[0].label; | this.showSourceName = e[0].label; | ||||
this.parames.sourceId=e[0].value; | this.parames.sourceId=e[0].value; | ||||
this.Showhiddenunits=false; | this.Showhiddenunits=false; | ||||
@@ -59,7 +59,7 @@ module.exports = { | |||||
}, | }, | ||||
seriesFormatDemo:function(res){ | seriesFormatDemo:function(res){ | ||||
return res.name + '年' + res.value + '元'; | return res.name + '年' + res.value + '元'; | ||||
} | |||||
}, | |||||
}, | }, | ||||
//这里演示了自定义您的图表类型的option,可以随意命名,之后在组件上 type="demotype" 后,组件会调用这个花括号里的option,如果组件上还存在eopts参数,会将demotype与eopts中option合并后渲染图表。 | //这里演示了自定义您的图表类型的option,可以随意命名,之后在组件上 type="demotype" 后,组件会调用这个花括号里的option,如果组件上还存在eopts参数,会将demotype与eopts中option合并后渲染图表。 | ||||
"demotype":{ | "demotype":{ | ||||
@@ -690,7 +690,14 @@ module.exports = { | |||||
"labelBgColor": "#FFFFFF", | "labelBgColor": "#FFFFFF", | ||||
"labelBgOpacity": 0.7, | "labelBgOpacity": 0.7, | ||||
"labelFontColor": "#666666" | "labelFontColor": "#666666" | ||||
} | |||||
}, | |||||
// 过滤文字 | |||||
fileXLength(value) { | |||||
if (value.length > 6) { | |||||
return `${value.slice(0, 6)}`; | |||||
} | |||||
return value; | |||||
} | |||||
} | } | ||||
}, | }, | ||||
@@ -1,7 +1,7 @@ | |||||
// http.js使用域名 | // http.js使用域名 | ||||
// const baseUrl = 'http://192.168.31.57:8080/autoSR/api';// 本地 | // const baseUrl = 'http://192.168.31.57:8080/autoSR/api';// 本地 | ||||
const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | |||||
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | |||||
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | // const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | ||||
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||
@@ -14,8 +14,8 @@ const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
*/ | */ | ||||
// 此处主机域名修改成腾讯云解决方案分配的域名 | // 此处主机域名修改成腾讯云解决方案分配的域名 | ||||
// const host = 'http://192.168.31.57:8080/autoSR/api';// 本地 | // const host = 'http://192.168.31.57:8080/autoSR/api';// 本地 | ||||
const host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
// const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | |||||
// const host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | |||||
// const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | // const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | ||||
// const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
// const host = 'https://zkgj.quhouse.com/api'; // 质控正式 | // const host = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||