|  |  | @ -2,105 +2,138 @@ | 
			
		
	
		
			
				
					|  |  |  |   <div> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     <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" | 
			
		
	
		
			
				
					|  |  |  |            v-if="showImportBtn"> | 
			
		
	
		
			
				
					|  |  |  |       <div class="div_btn_left"> | 
			
		
	
		
			
				
					|  |  |  |         <el-button style="" | 
			
		
	
		
			
				
					|  |  |  |                    class="diy-button--export" | 
			
		
	
		
			
				
					|  |  |  |                    size="small" | 
			
		
	
		
			
				
					|  |  |  |                    @click="handleExportModule('community')">下载小区模板</el-button> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         <el-upload :headers="$getElUploadHeaders()" | 
			
		
	
		
			
				
					|  |  |  |                    ref="upload_community" | 
			
		
	
		
			
				
					|  |  |  |                    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" | 
			
		
	
		
			
				
					|  |  |  |                    class="diy-button--purple" | 
			
		
	
		
			
				
					|  |  |  |                    @click="handleAdd">新增小区</el-button> | 
			
		
	
		
			
				
					|  |  |  |         <el-button style="margin-left:10px" | 
			
		
	
		
			
				
					|  |  |  |                    class="diy-button--green" | 
			
		
	
		
			
				
					|  |  |  |                    size="small" | 
			
		
	
		
			
				
					|  |  |  |                    @click="handleExportModule('building')">下载楼栋模板</el-button> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         <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--delete">导入楼栋数据</el-button> | 
			
		
	
		
			
				
					|  |  |  |         </el-upload> | 
			
		
	
		
			
				
					|  |  |  |         <el-button style=";margin-left:10px" | 
			
		
	
		
			
				
					|  |  |  |                    class="diy-button--export" | 
			
		
	
		
			
				
					|  |  |  |                    @click="handleExportOpen">导出</el-button> | 
			
		
	
		
			
				
					|  |  |  |         <div class="btn_upload" | 
			
		
	
		
			
				
					|  |  |  |              v-if="showImportBtn"> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |           <el-upload :headers="$getElUploadHeaders()" | 
			
		
	
		
			
				
					|  |  |  |                      ref="upload_community" | 
			
		
	
		
			
				
					|  |  |  |                      style="" | 
			
		
	
		
			
				
					|  |  |  |                      :multiple='false' | 
			
		
	
		
			
				
					|  |  |  |                      :show-file-list='false' | 
			
		
	
		
			
				
					|  |  |  |                      :before-upload="((file)=>{beforeUpload(file, 'community')})" | 
			
		
	
		
			
				
					|  |  |  |                      action="" | 
			
		
	
		
			
				
					|  |  |  |                      accept=".xls,.xlsx" | 
			
		
	
		
			
				
					|  |  |  |                      :http-request="(()=>{uploadFile( 'community')})"> | 
			
		
	
		
			
				
					|  |  |  |             <el-button size="small" | 
			
		
	
		
			
				
					|  |  |  |                        class="diy-button--blue">导入小区数据</el-button> | 
			
		
	
		
			
				
					|  |  |  |           </el-upload> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |           <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" | 
			
		
	
		
			
				
					|  |  |  |                    @click="handleExportModule('room')">下载房屋模板</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> | 
			
		
	
		
			
				
					|  |  |  |                    @click="deleteBatch">批量删除</el-button> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       </div> | 
			
		
	
		
			
				
					|  |  |  |       <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" | 
			
		
	
		
			
				
					|  |  |  |         <!-- <el-button style=";margin-left:10px" | 
			
		
	
		
			
				
					|  |  |  |                  class="diy-button--export" | 
			
		
	
		
			
				
					|  |  |  |                  size="small" | 
			
		
	
		
			
				
					|  |  |  |                  :disabled="yihuyidangDisabled" | 
			
		
	
		
			
				
					|  |  |  |                  @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" | 
			
		
	
		
			
				
					|  |  |  |                  v-if="displayedBaobiaoBtn" | 
			
		
	
		
			
				
					|  |  |  |                  class="diy-button--add" | 
			
		
	
		
			
				
					|  |  |  |                  @click="reportForm">智能填报</el-button> | 
			
		
	
		
			
				
					|  |  |  |           </div> | 
			
		
	
		
			
				
					|  |  |  |           <div v-if="showYhymInfo && customerId!=='1535072605621841922'" | 
			
		
	
		
			
				
					|  |  |  |                class="table-more-btn"> | 
			
		
	
		
			
				
					|  |  |  |             <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 class="div_table_item"> | 
			
		
	
	
		
			
				
					|  |  | 
 |