diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index b8dc7a8..8cad1d0 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -6,7 +6,9 @@
{{userinformationlist.visitRecord==1?'首':userinformationlist.visitRecord || ''}}次到访 - + + {{yibiaoji||''}}  {{userinformationlist.validInvalidName||''}} +
加精
@@ -322,21 +324,6 @@
- - - - @@ -405,9 +392,6 @@ - - -
{{index+1}}、{{item}}
@@ -701,6 +685,7 @@ export default { Searchcontent:[], inputtest:'', info:{}, + yibiaoji:'' }; }, mounted() { @@ -1298,9 +1283,11 @@ export default { } } if(audopbj[this.AudioIdx].speaker==null){ + this.yibiaoji='未标记' this.roleindexbiaoji=0; this.dshfkjsdkksodofydwfkhwdfkjh=0; }else{ + this.yibiaoji='已标记' this.tablist[audopbj[this.AudioIdx].speaker].name=this.tablist[audopbj[this.AudioIdx].speaker].name+"顾问"; this.roleindexbiaoji=audopbj[this.AudioIdx].speaker-1; this.dshfkjsdkksodofydwfkhwdfkjh=audopbj[this.AudioIdx].speaker-1; diff --git a/src/views/Statistics/trend.vue b/src/views/Statistics/trend.vue index 951f6e2..8e84647 100644 --- a/src/views/Statistics/trend.vue +++ b/src/views/Statistics/trend.vue @@ -419,6 +419,9 @@ export default { houseId: this.selValue == 2 ? this.choicValue : null, orgType: localStorage.getItem("orgType"), }; + if(obj.orgType == 1){ + obj.agentId=localStorage.getItem("agentId") + } this.$api.api.receptionOverviewOfSystem(obj).then((res) => { this.compare = res.data.firstData; if (this.selectTime1) { @@ -442,6 +445,9 @@ export default { houseId: this.selValue == 2 ? this.choicValue : null, orgType: localStorage.getItem("orgType"), }; + if(obj.orgType == 1){ + obj.agentId=localStorage.getItem("agentId") + } if (!this.selectTime1) { let res = await this.$api.api.receptionDataOfSystem(obj); // console.log(res, str);