Browse Source

tijiao

branch0222
douzhuo 1 year ago
parent
commit
94f9058557
2 changed files with 13 additions and 3 deletions
  1. +2
    -2
      pages/center/consumer/edit.vue
  2. +11
    -1
      pages/index/index.vue

+ 2
- 2
pages/center/consumer/edit.vue View File

@@ -283,8 +283,8 @@
if (idx != -1) {
this.selectform.level = this.levellist[idx].label
} else {
this.selectform.level = 'A';
this.form.level = 1;
this.selectform.level = '';
this.form.level = '';
}
this.showSourceName = res.sourceName;
// 获取置业需求


+ 11
- 1
pages/index/index.vue View File

@@ -181,7 +181,7 @@
<view class="realnum">{{Thisweekobj.activeCustomer|| 0}}</view>
<view class="realtext">有效接待</view>
</view>
<view class="real" @click="tapjumpreception(checkParams('4'))">
<view class="real" @click="tapjumpreception(checkParams('44'))">
<view class="realnum">{{Thisweekobj.tagCustomer || 0}}</view>
<view class="realtext">未标顾问</view>
</view>
@@ -857,6 +857,16 @@
case '4':
str = '&activeTotal=0&markAdvisor=0&validInvalid=0'
break;
case '44':
if (this.zhixingcenterindex == 2) {
str = '&activeTotal=2&validInvalid=0&markAdvisor=0'
} else if (this.zhixingcenterindex == 6) {
str = '&activeTotal=3&validInvalid=0&markAdvisor=0'
} else {
str = `&activeTotal=4&staTime=${this.statDateStart}&endtime=${this.statDateEnd}&validInvalid=0&markAdvisor=0`
}
break;
default:
str = '&activeTotal=0&markAdvisor=0'
break;


Loading…
Cancel
Save