|
|
@@ -56,7 +56,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen"> |
|
|
|
<div class="pageboxtitle1">新增客户 (个)</div> |
|
|
|
<div class="pageboxtitle1">有效接待(个)</div> |
|
|
|
<div class="pageboxtitle2"> |
|
|
|
<div class="span1">{{cardlist.datalist.activeCustomer || 0}}</div> |
|
|
|
<div class="span2"> |
|
|
@@ -421,7 +421,7 @@ export default { |
|
|
|
getgicd(){ |
|
|
|
let obj = { |
|
|
|
houseId:this.houseId, |
|
|
|
dateType: this.TimetoAhoose, |
|
|
|
dateType: this.TimetoAhoose==5?null:this.TimetoAhoose, |
|
|
|
statDateStart: this.statDateStart, |
|
|
|
statDateEnd:this.statDateEnd |
|
|
|
}; |
|
|
@@ -475,7 +475,7 @@ export default { |
|
|
|
this.prohibitedlist=[]; |
|
|
|
this.$api.http.findProhibitedRecord({ |
|
|
|
houseId:this.houseId, |
|
|
|
dateType: this.TimetoAhoose, |
|
|
|
dateType:this.TimetoAhoose==5?null:this.TimetoAhoose, |
|
|
|
statDateStart: this.statDateStart, |
|
|
|
statDateEnd:this.statDateEnd |
|
|
|
}).then((res) => { |
|
|
@@ -486,7 +486,7 @@ export default { |
|
|
|
this.indexZxllist=[] |
|
|
|
this.$api.http.getindexZxllist({ |
|
|
|
houseId:this.houseId, |
|
|
|
dateType: this.TimetoAhoose, |
|
|
|
dateType:this.TimetoAhoose==5?null:this.TimetoAhoose, |
|
|
|
statDateStart: this.statDateStart, |
|
|
|
statDateEnd:this.statDateEnd |
|
|
|
}).then((res) => { |
|
|
@@ -501,7 +501,7 @@ export default { |
|
|
|
} |
|
|
|
this.$api.http.getemployeeExecutionRatelist({ |
|
|
|
houseId:this.houseId, |
|
|
|
dateType: this.TimetoAhoose, |
|
|
|
dateType: this.TimetoAhoose==5?null:this.TimetoAhoose, |
|
|
|
statDateStart: this.statDateStart, |
|
|
|
statDateEnd:this.statDateEnd |
|
|
|
}).then((res) => { |
|
|
|