diff --git a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue index 0653492..0f3ec8b 100644 --- a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue +++ b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue @@ -234,7 +234,7 @@ - {{subitem.name}} + {{subitem.name}} @@ -262,13 +262,13 @@ - + {{item.name}} - - + + @@ -1157,7 +1157,8 @@ id: subitem.id, rate: subitem.fraction, selected: subitem.selected, - name: subitem.name + name: subitem.name, + marketingId:subitem.marketingId }) } }) @@ -1171,6 +1172,14 @@ }) } }, + //评分点击 + clickaudeopal(item){ + if(item.selected==0){ + uni.navigateTo({ + url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId + }) + } + }, //下一页 ltolower() { var lengthcz=this.newluyinList.length-1; diff --git a/pages/index/index.vue b/pages/index/index.vue index cf326f3..2052ff8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -94,16 +94,13 @@ 接待客户 - - {{realtimeobj.tagCustomer || 0}} - 未标顾问 + {{realtimeobj.receivingCustomer || 0}} + 正在接待 - {{realtimeobj.sumDuration || 0}} 接待时长 @@ -113,8 +110,8 @@ 平均执行率 - - + {{realtimeobj.tagCustomer || 0}} + 未标顾问 @@ -124,16 +121,35 @@ 本周工作 + {{Thisweekobj.receptionCount || 0}} 接待量 + + {{Thisweekobj.fraction || 0}}% + 平均执行率 + + + {{Thisweekobj.sumDuration || 0}} + 录音时长 + + + + + + + + + 常用功能 diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index c249e52..29638c7 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -263,7 +263,7 @@ - {{subitem.name}} + {{subitem.name}} @@ -418,6 +418,16 @@ this.innerAudioContext.destroy(); }, methods: { + //评分点击 + clickaudeopal(item){ + this.innerAudioContext.destroy(); + if(item.selected==0){ + console.log(item) + uni.navigateTo({ + url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId + }) + } + }, //获取用户信息 gituserlist(){ this.$u.get("/matchKeywords/personalReceptionRecord", { @@ -1126,7 +1136,8 @@ id: subitem.id, rate: subitem.fraction, selected: subitem.selected, - name: subitem.name + name: subitem.name, + marketingId:subitem.marketingId }) } }) diff --git a/static/images/jianbutton.png b/static/images/jianbutton.png new file mode 100644 index 0000000..d7c5d71 Binary files /dev/null and b/static/images/jianbutton.png differ diff --git a/static/images/jiantop.png b/static/images/jiantop.png new file mode 100644 index 0000000..647d4b2 Binary files /dev/null and b/static/images/jiantop.png differ