|
|
@@ -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 |
|
|
|