douzhuo 3 anni fa
parent
commit
082712bed6
3 ha cambiato i file con 7 aggiunte e 4 eliminazioni
  1. +2
    -2
      pages/center/Piabodata/Userinsightinto.vue
  2. +1
    -1
      pages/center/consumer/consumerDetail.vue
  3. +4
    -1
      pages/center/records/index.vue

+ 2
- 2
pages/center/Piabodata/Userinsightinto.vue Vedi File

@@ -147,11 +147,11 @@
}); });
}else if(i==2){ }else if(i==2){
uni.navigateTo({ 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{ }else{
uni.navigateTo({ 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 Vedi File

@@ -33,7 +33,7 @@
</view> </view>
</view> </view>
<view class="content-sec-lab"> <view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName}}</view>
</view> </view>
<view class="content-sec-lab"> <view class="content-sec-lab">
添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view> 添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>


+ 4
- 1
pages/center/records/index.vue Vedi File

@@ -342,8 +342,9 @@
this.screen.validInvalid = options.validInvalid this.screen.validInvalid = options.validInvalid
} }
if (options.staTime) { if (options.staTime) {
this.staTime = options.staTime; this.staTime = options.staTime;
this.endtime = options.endtime;
this.endtime = options.endtime+' 23:59:59';
} }


}, },
@@ -555,6 +556,8 @@
let orderBy = 0; let orderBy = 0;
if (this.activeTotal == 5) { if (this.activeTotal == 5) {
dateType = null; dateType = null;
} else if (this.activeTotal == 3) {
dateType = null;
} else if (this.activeTotal == 4) { } else if (this.activeTotal == 4) {
dateType = null; dateType = null;
} else { } else {


Caricamento…
Annulla
Salva