|
|
@ -2,105 +2,138 @@ |
|
|
<div> |
|
|
<div> |
|
|
|
|
|
|
|
|
<div class="div_btn"> |
|
|
<div class="div_btn"> |
|
|
<el-button v-if="showYhymInfo && customerId!=='1535072605621841922'" |
|
|
|
|
|
style="" |
|
|
|
|
|
class="diy-button--reset" |
|
|
|
|
|
size="small" |
|
|
|
|
|
:loading="yhymLoading" |
|
|
|
|
|
@click="handleYhymInfo">补全一房一码信息</el-button> |
|
|
|
|
|
<el-button v-if="showYhymInfo && customerId!=='1535072605621841922'" |
|
|
|
|
|
style="" |
|
|
|
|
|
class="diy-button--export" |
|
|
|
|
|
size="small" |
|
|
|
|
|
:loading="xcxmLoading" |
|
|
|
|
|
@click="createBatchNeiQrUrl">补全小程序小区码</el-button> |
|
|
|
|
|
<el-button style="" |
|
|
|
|
|
class="diy-button--add" |
|
|
|
|
|
size="small" |
|
|
|
|
|
@click="handleAdd">新增小区</el-button> |
|
|
|
|
|
|
|
|
|
|
|
<div class="btn_upload" |
|
|
<div class="div_btn_left"> |
|
|
v-if="showImportBtn"> |
|
|
|
|
|
<el-button style="" |
|
|
<el-button style="" |
|
|
class="diy-button--export" |
|
|
|
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleExportModule('community')">下载小区模板</el-button> |
|
|
class="diy-button--purple" |
|
|
|
|
|
@click="handleAdd">新增小区</el-button> |
|
|
<el-upload :headers="$getElUploadHeaders()" |
|
|
<el-button style="margin-left:10px" |
|
|
ref="upload_community" |
|
|
class="diy-button--green" |
|
|
style="" |
|
|
|
|
|
:multiple='false' |
|
|
|
|
|
:show-file-list='false' |
|
|
|
|
|
:before-upload="((file)=>{beforeUpload(file, 'community')})" |
|
|
|
|
|
action="" |
|
|
|
|
|
accept=".xls,.xlsx" |
|
|
|
|
|
:http-request="(()=>{uploadFile( 'community')})"> |
|
|
|
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
size="small" |
|
|
|
|
|
class="diy-button--delete">导入小区数据</el-button> |
|
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
|
|
|
|
<el-button style=";margin-left:10px" |
|
|
|
|
|
class="diy-button--export" |
|
|
|
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleExportModule('building')">下载楼栋模板</el-button> |
|
|
@click="handleExportOpen">导出</el-button> |
|
|
|
|
|
<div class="btn_upload" |
|
|
<el-upload :headers="$getElUploadHeaders()" |
|
|
v-if="showImportBtn"> |
|
|
style="" |
|
|
|
|
|
ref="upload_building" |
|
|
<el-upload :headers="$getElUploadHeaders()" |
|
|
:multiple='false' |
|
|
ref="upload_community" |
|
|
:show-file-list='false' |
|
|
style="" |
|
|
:before-upload="((file)=>{beforeUpload(file, 'building')})" |
|
|
:multiple='false' |
|
|
action="" |
|
|
:show-file-list='false' |
|
|
accept=".xls,.xlsx" |
|
|
:before-upload="((file)=>{beforeUpload(file, 'community')})" |
|
|
:http-request="(()=>{uploadFile( 'building')})"> |
|
|
action="" |
|
|
<el-button style="margin-left:10px" |
|
|
accept=".xls,.xlsx" |
|
|
size="small" |
|
|
:http-request="(()=>{uploadFile( 'community')})"> |
|
|
class="diy-button--delete">导入楼栋数据</el-button> |
|
|
<el-button size="small" |
|
|
</el-upload> |
|
|
class="diy-button--blue">导入小区数据</el-button> |
|
|
<el-button style=";margin-left:10px" |
|
|
</el-upload> |
|
|
class="diy-button--export" |
|
|
|
|
|
|
|
|
<el-upload :headers="$getElUploadHeaders()" |
|
|
|
|
|
style="" |
|
|
|
|
|
ref="upload_building" |
|
|
|
|
|
:multiple='false' |
|
|
|
|
|
:show-file-list='false' |
|
|
|
|
|
:before-upload="((file)=>{beforeUpload(file, 'building')})" |
|
|
|
|
|
action="" |
|
|
|
|
|
accept=".xls,.xlsx" |
|
|
|
|
|
:http-request="(()=>{uploadFile( 'building')})"> |
|
|
|
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
size="small" |
|
|
|
|
|
class="diy-button--yellow">导入楼栋数据</el-button> |
|
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
|
|
|
|
<el-upload :headers="$getElUploadHeaders()" |
|
|
|
|
|
style="" |
|
|
|
|
|
ref="upload_room" |
|
|
|
|
|
:multiple='false' |
|
|
|
|
|
:show-file-list='false' |
|
|
|
|
|
:before-upload="((file)=>{beforeUpload(file, 'room')})" |
|
|
|
|
|
action="" |
|
|
|
|
|
accept=".xls,.xlsx" |
|
|
|
|
|
:http-request="(()=>{uploadFile( 'room')})"> |
|
|
|
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
size="small" |
|
|
|
|
|
class="diy-button--orange">导入房屋数据</el-button> |
|
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
class="diy-button--red" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleExportModule('room')">下载房屋模板</el-button> |
|
|
@click="deleteBatch">批量删除</el-button> |
|
|
|
|
|
|
|
|
<el-upload :headers="$getElUploadHeaders()" |
|
|
|
|
|
style="" |
|
|
|
|
|
ref="upload_room" |
|
|
|
|
|
:multiple='false' |
|
|
|
|
|
:show-file-list='false' |
|
|
|
|
|
:before-upload="((file)=>{beforeUpload(file, 'room')})" |
|
|
|
|
|
action="" |
|
|
|
|
|
accept=".xls,.xlsx" |
|
|
|
|
|
:http-request="(()=>{uploadFile( 'room')})"> |
|
|
|
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
size="small" |
|
|
|
|
|
class="diy-button--delete">导入房屋数据</el-button> |
|
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
<!-- <el-button style=";margin-left:10px" |
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
class="diy-button--reset" |
|
|
|
|
|
size="small" |
|
|
|
|
|
@click="handleExportOpen">导出</el-button> |
|
|
|
|
|
<el-button v-if="agencyObj.level == 'community'" |
|
|
|
|
|
style="margin-left:10px" |
|
|
|
|
|
class="diy-button--qrcode" |
|
|
|
|
|
size="small" |
|
|
|
|
|
@click="handleDownQr(agencyObj, 'community')">社区二维码</el-button> |
|
|
|
|
|
<el-button style="float:left;margin-left:10px" |
|
|
|
|
|
class="diy-button--more" |
|
|
|
|
|
size="small" |
|
|
|
|
|
@click="deleteBatch">批量删除</el-button> |
|
|
|
|
|
<!-- <el-button style=";margin-left:10px" |
|
|
|
|
|
class="diy-button--export" |
|
|
class="diy-button--export" |
|
|
size="small" |
|
|
size="small" |
|
|
:disabled="yihuyidangDisabled" |
|
|
:disabled="yihuyidangDisabled" |
|
|
@click="handleExportYihuyidang()">导出一户一档</el-button> --> |
|
|
@click="handleExportYihuyidang()">导出一户一档</el-button> --> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="div_btn_right"> |
|
|
|
|
|
<el-popover popper-class="btn-popper" |
|
|
|
|
|
placement="bottom" |
|
|
|
|
|
style="margin-left: 10px" |
|
|
|
|
|
width="20" |
|
|
|
|
|
trigger="hover"> |
|
|
|
|
|
<div v-if="showImportBtn" |
|
|
|
|
|
class="table-more-btn"> |
|
|
|
|
|
<el-button class="diy-button--other" |
|
|
|
|
|
size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
@click="handleExportModule('community')">下载小区模板</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div v-if="showImportBtn" |
|
|
|
|
|
class="table-more-btn"> |
|
|
|
|
|
<el-button class="diy-button--other" |
|
|
|
|
|
size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
@click="handleExportModule('building')">下载楼栋模板</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div v-if="showImportBtn" |
|
|
|
|
|
class="table-more-btn"> |
|
|
|
|
|
<el-button class="diy-button--other" |
|
|
|
|
|
size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
@click="handleExportModule('room')">下载房屋模板</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div v-if="showYhymInfo && customerId!=='1535072605621841922'" |
|
|
|
|
|
class="table-more-btn"> |
|
|
|
|
|
<el-button class="diy-button--other" |
|
|
|
|
|
size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
:loading="yhymLoading" |
|
|
|
|
|
@click="handleYhymInfo">补全一房一码信息</el-button> |
|
|
|
|
|
|
|
|
<el-button size="small" |
|
|
</div> |
|
|
v-if="displayedBaobiaoBtn" |
|
|
<div v-if="showYhymInfo && customerId!=='1535072605621841922'" |
|
|
class="diy-button--add" |
|
|
class="table-more-btn"> |
|
|
@click="reportForm">智能填报</el-button> |
|
|
<el-button class="diy-button--other" |
|
|
|
|
|
size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
:loading="xcxmLoading" |
|
|
|
|
|
@click="createBatchNeiQrUrl">补全小程序小区码</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div v-if="displayedBaobiaoBtn" |
|
|
|
|
|
class="table-more-btn"> |
|
|
|
|
|
<el-button size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
class="diy-button--other" |
|
|
|
|
|
@click="reportForm">智能填报</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div v-if="agencyObj.level == 'community'" |
|
|
|
|
|
class="table-more-btn"> |
|
|
|
|
|
<el-button class="diy-button--other" |
|
|
|
|
|
size="small" |
|
|
|
|
|
type="text" |
|
|
|
|
|
@click="handleDownQr(agencyObj, 'community')">社区二维码</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
<el-button size="small" |
|
|
|
|
|
style="float:right" |
|
|
|
|
|
class="diy-button--white" |
|
|
|
|
|
slot="reference">更多操作<i class="el-icon-caret-bottom"></i></el-button> |
|
|
|
|
|
</el-popover> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="div_table_item"> |
|
|
<div class="div_table_item"> |
|
|
|