jyt pirms 1 gada
vecāks
revīzija
a8c426827c
3 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +2
    -2
      pages/center/Piabodata/Userinsightinto.vue
  2. +1
    -1
      pages/center/consumer/consumerDetail.vue
  3. +1
    -1
      pages/center/records/index.vue

+ 2
- 2
pages/center/Piabodata/Userinsightinto.vue Parādīt failu

@@ -143,11 +143,11 @@
});
}else if(i==2){
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}else{
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}
},


+ 1
- 1
pages/center/consumer/consumerDetail.vue Parādīt failu

@@ -29,7 +29,7 @@
</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName}}</view>
</view>
<view class="content-sec-lab" >
客户标签:


+ 1
- 1
pages/center/records/index.vue Parādīt failu

@@ -322,7 +322,7 @@
this.screen.validInvalid = options.validInvalid
if (options.staTime) {
this.staTime = options.staTime;
this.endtime = options.endtime;
this.endtime = options.endtime +' 23:59:59';;
}
},
onShow() {


Notiek ielāde…
Atcelt
Saglabāt