| @@ -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 | |||||
| }); | }); | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -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> | ||||
| @@ -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 { | ||||