马魁 3 years ago
parent
commit
56dadcf778
  1. 8
      src/views/components/resiSearch.vue
  2. 12
      src/views/modules/shequ/cpts/peopleDetail.vue

8
src/views/components/resiSearch.vue

@ -64,24 +64,24 @@
<div class="resi-cell-value">
<span style="width:100px;text-align: right;padding-right:14px;display: inline-block; " >所属房屋:</span>
<el-select v-model.trim="form.VILLAGE_ID" placeholder="请选择小区" size="small" filterable clearable
class="resi-cell-select" @clear="handleClearVillage" @change="handleChangeV">
class="item_width_communitycascader" @clear="handleClearVillage" @change="handleChangeV">
<el-option v-for="item in optionsV" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
<el-select v-model.trim="form.BUILD_ID" placeholder="楼号" size="small" filterable clearable
style="width: 120px;" class="resi-cell-select" :disabled="changeVDisabled" @clear="handleClearBuild"
style="margin-left: 5px" class="item_width_buildcascader" :disabled="changeVDisabled" @clear="handleClearBuild"
@change="handleChangeB">
<el-option v-for="item in optionsB" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
<el-select v-model.trim="form.UNIT_ID" :disabled="changeBDisabled" placeholder="单元" size="small"
filterable clearable style="width: 120px;" class="resi-cell-select" @click="handleClearDan"
filterable clearable style="margin-left: 5px" class="item_width_buildcascader" @click="handleClearDan"
@change="handleChangeD">
<el-option v-for="item in optionsD" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
<el-select v-model.trim="form.HOME_ID" :disabled="changeDDisabled" placeholder="房号" size="small"
filterable clearable style="width: 120px;" class="resi-cell-select">
filterable clearable style="margin-left: 5px" class="item_width_buildcascader">
<el-option v-for="item in optionsH" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>

12
src/views/modules/shequ/cpts/peopleDetail.vue

@ -2,7 +2,7 @@
<div class="m-pop">
<div class="wrap">
<div class="wrap2">
<div class="title flex endpoint font16 p10" style="border-bottom: 1px #DCDEE0 solid;">
<div class="title flex M_endpoint M_font16 M_p10" style="border-bottom: 1px #DCDEE0 solid;">
<span>居民详情</span>
<el-button type="text"> <i class="el-icon-close" @click="handleClose"></i></el-button>
@ -13,7 +13,7 @@
class="diy-button--search"
@click="handleTuomin">显示脱敏信息</el-button>
</div> -->
<div class="title-small top40">基本信息</div>
<div class="title-small M_top40">基本信息</div>
<div :key="'fieldSubList' + index"
v-for="(fieldSubList, index) in fieldList">
<div class="list" :class="{'listTransform':index==1}">
@ -73,12 +73,12 @@
</div>
</div>
<div class="title-small top40 div-mult-table "> {{index==0? '分类信息':'其他信息'}}
<section v-show="index==0 " style="position:absolute;top:42px;left: 20px;" class="font14">居民分类: </section>
<div class="title-small M_top40 div-mult-table "> {{index==0? '分类信息':'其他信息'}}
<section v-show="index==0 " style="position:absolute;top:42px;left: 20px;" class="M_font14">居民分类: </section>
</div>
</div>
<!-- 详情下方tab -->
<el-tabs class="top32" v-model="groupIndex" @tab-click="handlTabs">
<el-tabs class="M_top32" v-model="groupIndex" @tab-click="handlTabs">
<template>
<el-dropdown>
<span class="el-dropdown-link">
@ -283,7 +283,7 @@
</div>
</div>
</div >
<el-row class="bot12" justify="end" >
<el-row class="M_bot12" justify="end" >
<el-col :span="24"> <el-button style="float:right" @click="handleClose">关闭</el-button></el-col>
</el-row>

Loading…
Cancel
Save