@@ -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> | ||||
@@ -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'; | |||||
} | } | ||||
}, | }, | ||||
@@ -283,7 +283,7 @@ | |||||
<view class="hsnrtest" v-if="subitem.show">话术内容</view> | <view class="hsnrtest" v-if="subitem.show">话术内容</view> | ||||
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" | <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" | ||||
v-for="(che,inc) in subitem.children" :key='inc'> | v-for="(che,inc) in subitem.children" :key='inc'> | ||||
<view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view> | |||||
<view class="title1">{{inc+1}}.{{che.name}}</view> | |||||
<view class="jiantobox"> | <view class="jiantobox"> | ||||
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" | <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" | ||||
mode="" /> | mode="" /> | ||||
@@ -1,10 +1,9 @@ | |||||
// http.js使用域名 | // http.js使用域名 | ||||
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 | |||||
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 | |||||
// const baseUrl = 'http://192.168.31.211:8080/api';// 泽明 | // const baseUrl = 'http://192.168.31.211:8080/api';// 泽明 | ||||
// const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地 | // const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地 | ||||
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 | // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 | ||||
// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩 | |||||
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
// const baseUrl = 'https://hfju.com/api'; // 数智正式 | // const baseUrl = 'https://hfju.com/api'; // 数智正式 | ||||