Browse Source

init

newStyle
lancer 3 years ago
parent
commit
5a244bd4f3
4 changed files with 18 additions and 11 deletions
  1. +14
    -8
      src/views/Statistics/BuildingContrast.vue
  2. +1
    -0
      src/views/Statistics/ConsultantBrand.vue
  3. +1
    -1
      src/views/Statistics/MentoringAbility.vue
  4. +2
    -2
      vue.config.js

+ 14
- 8
src/views/Statistics/BuildingContrast.vue View File

@@ -28,7 +28,7 @@
>
</el-date-picker>
</div>
<el-select
<!-- <el-select
v-model="houseTypes"
@change="sysChange"
style="width: 100px; margin-left: 10px"
@@ -41,7 +41,7 @@
:value="item.value"
>
</el-option>
</el-select>
</el-select> -->
<div style="margin-left: auto;margin-right:10px;" v-if="sta_bui_downLoad">
<el-button @click="downLoad">导出</el-button>
</div>
@@ -329,7 +329,8 @@ export default {
dateType:0,
statDateStart:this.statDateStart,
statDateEnd:this.statDateEnd,
houseTypes: this.houseTypes,
// houseTypes: this.houseTypes,
houseTypes: '',
}
if(this.role==3){
pamaet.houseId=this.houseId
@@ -360,7 +361,8 @@ export default {
statDateStart:this.statDateStart,
statDateEnd:this.statDateEnd,
type:1,
houseTypes: this.houseTypes,
// houseTypes: this.houseTypes,
houseTypes: '',
}
if(this.role==3){
pamaet.houseId=this.houseId
@@ -396,7 +398,8 @@ export default {
statDateStart:this.statDateStart,
statDateEnd:this.statDateEnd,
type:2,
houseTypes: this.houseTypes,
// houseTypes: this.houseTypes,
houseTypes: '',
}
if(this.role==3){
pamaet.houseId=this.houseId
@@ -430,7 +433,8 @@ export default {
statDateStart:this.statDateStart,
statDateEnd:this.statDateEnd,
type:3,
houseTypes: this.houseTypes,
// houseTypes: this.houseTypes,
houseTypes: '',
}
if(this.role==3){
pamaet.houseId=this.houseId
@@ -469,7 +473,8 @@ export default {
statDateStart:this.statDateStart,
statDateEnd:this.statDateEnd,
type:4,
houseTypes: this.houseTypes,
// houseTypes: this.houseTypes,
houseTypes: '',
}
if(this.role==3){
pamaet.houseId=this.houseId
@@ -508,7 +513,8 @@ export default {
statDateEnd:this.statDateEnd,
current:this.page,
size:this.pagesize,
houseTypes: this.houseTypes,
// houseTypes: this.houseTypes,
houseTypes: '',
}
if(this.role==3){
pamaet.houseId=this.houseId


+ 1
- 0
src/views/Statistics/ConsultantBrand.vue View File

@@ -433,6 +433,7 @@ export default {
dateType: this.dateType == 7 ? null : this.dateType,
}
// exportMethodPost()
exportMethodPost('autoSR/cusStageStatistics/accountRankExport','顾问排名',obj)
},
houseChange(){
this.customtime=[];


+ 1
- 1
src/views/Statistics/MentoringAbility.vue View File

@@ -468,7 +468,7 @@ export default {
accountId: this.consultantlistid,
dateType: this.TimetoAhoose == 7 ? null : this.TimetoAhoose,
};
// exportMethodPost()
exportMethodPost('autoSR/cusStageStatistics/prohibitedStatisticsExport','顾问能力',obj)
},
init() {
this.getAccount();


+ 2
- 2
vue.config.js View File

@@ -3,8 +3,8 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://39.97.167.65:9999' //测试
const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://62.234.122.43:9999' //王笑


Loading…
Cancel
Save