| @@ -137,11 +137,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 | |||||
| }); | }); | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -35,7 +35,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> | ||||
| @@ -343,7 +343,7 @@ | |||||
| } | } | ||||
| 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';; | |||||
| } | } | ||||
| }, | }, | ||||