douzhuo před 1 rokem
rodič
revize
2e8c118c5e
2 změnil soubory, kde provedl 9 přidání a 3 odebrání
  1. +8
    -2
      pages/center/Piabodata/Customerportrait/Receivingrecords.vue
  2. +1
    -1
      pages/center/Piabodata/Userinsightinto.vue

+ 8
- 2
pages/center/Piabodata/Customerportrait/Receivingrecords.vue Zobrazit soubor

@@ -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,
}
}


+ 1
- 1
pages/center/Piabodata/Userinsightinto.vue Zobrazit soubor

@@ -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
})
},
//时间切换


Načítá se…
Zrušit
Uložit