diff --git a/pages/center/Piabodata/Customerportrait/Receivingrecords.vue b/pages/center/Piabodata/Customerportrait/Receivingrecords.vue index 6f1238f..f1e27b7 100644 --- a/pages/center/Piabodata/Customerportrait/Receivingrecords.vue +++ b/pages/center/Piabodata/Customerportrait/Receivingrecords.vue @@ -161,6 +161,7 @@ export default { totalpage:0, keywordIds:'', type:0, + marketingBusiness: '', // 销讲话术 }; }, onLoad(options) { @@ -176,6 +177,7 @@ export default { this.endoftime=''; this.Datesicing=''; } + if (options.marketingBusiness) this.marketingBusiness = options.marketingBusiness // this.keywordsId=options.keywordsId this.keywordIds=options.keywordsId this.houseId=uni.getStorageSync('buildingID').id; @@ -267,6 +269,7 @@ export default { keywordIds:this.keywordIds, // keywordsId:this.keywordsId, projectId:this.houseId, + marketingBusiness: this.marketingBusiness, } } }else{ @@ -285,6 +288,7 @@ export default { keywordIds:this.keywordIds, // keywordsId:this.keywordsId, projectId:this.houseId, + marketingBusiness: this.marketingBusiness, } } } @@ -308,7 +312,8 @@ export default { type:0, statDateStart:this.starttime, statDateEnd:this.endoftime, - houseId:this.houseId + houseId:this.houseId, + marketingBusiness: this.marketingBusiness, } }else{ datatype=this.activetime; @@ -317,7 +322,8 @@ export default { dateType:Number(datatype), statDateStart:this.starttime, statDateEnd:this.endoftime, - houseId:this.houseId + houseId:this.houseId, + marketingBusiness: this.marketingBusiness, } } diff --git a/pages/center/Piabodata/Userinsightinto.vue b/pages/center/Piabodata/Userinsightinto.vue index 4f20203..160aea7 100644 --- a/pages/center/Piabodata/Userinsightinto.vue +++ b/pages/center/Piabodata/Userinsightinto.vue @@ -322,7 +322,7 @@ uni.navigateTo({ url: '/pages/center/Piabodata/Customerportrait/Receivingrecords?datatype=' + this.activeTotal + "&keywordsId=" + item.matchKeywords[i].keywordsId + "&starttime=" + this.timeobj - .statDateStart + "&endoftime=" + this.timeobj.statDateEnd + .statDateStart + "&endoftime=" + this.timeobj.statDateEnd+'&marketingBusiness='+this.marketingBusiness }) }, //时间切换