| | |
| | | <template slot-scope="scope">{{ scope.row.isNonage == 1 ? '是' : '否' }}</template> |
| | | </el-table-column> |
| | | <el-table-column label="户室"> |
| | | <template slot-scope="scope">{{ scope.row.address.split(villageInfo.name)[1] }}</template> |
| | | <template slot-scope="scope">{{ scope.row.reAddress.split(villageInfo.name)[1] }}</template> |
| | | </el-table-column> |
| | | <el-table-column prop="phone" label="电话"></el-table-column> |
| | | <el-table-column prop="policeStationName" label="所属派出所"></el-table-column> |
| | |
| | | }, 200) |
| | | this.isShowFloorCount = true |
| | | // 获取户籍人口重点人口数据 |
| | | console.log(item, 'item-------------') |
| | | this.choosedBuildUid = item.build_uid |
| | | this.choosedBuildStdId = item.build_std_addr_id |
| | | // 重点人口户籍人口 |
| | |
| | | this.keyPersonVisible = true |
| | | this.keyPeopleType = status |
| | | this.peoplePage.currentPage = 1 |
| | | this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : "重点人口详情" |
| | | this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : status == 3 ? "重点人口详情" : "未成年人口详情" |
| | | this.peopleNoDataText = ' ' |
| | | this.keyPeopleLoading = true |
| | | this.personDetailArr = [] |
| | | |
| | | |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | {type: status} |
| | | // this.choosedBuildUid,//之前无法获取人口数据 |
| | | this.choosedBuildStdId, |
| | | { type: status }, |
| | | this.peoplePage.currentPage, |
| | | ) |
| | | }, |
| | | |
| | |
| | | this.keyPeopleLoading = true |
| | | this.peoplePage.currentPage = currentPage |
| | | this.personDetailArr = [] |
| | | let typeObj = {} |
| | | if (this.keyPeopleType == 1 || this.keyPeopleType == 2) { |
| | | typeObj = { peopletype: this.keyPeopleType } |
| | | } else { |
| | | typeObj = { status: 2 } |
| | | } |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | typeObj, |
| | | this.choosedBuildStdId, |
| | | { type: this.keyPeopleType }, |
| | | currentPage |
| | | ) |
| | | }, |
| | |
| | | this.peopleNoDataText = '暂无户籍人口信息' |
| | | } else if (this.keyPeopleType == 2) { |
| | | this.peopleNoDataText = '暂无实有人口信息' |
| | | } else { |
| | | } else if (this.keyPeopleType == 3) { |
| | | this.peopleNoDataText = '暂无重点人口信息' |
| | | // 户室为楼栋情况 |
| | | } else if (this.keyPeopleType == 4) { |
| | | this.peopleNoDataText = '暂无未成年人口信息' |
| | | } else { |
| | | this.residentNoDataText = '暂无户室信息' |
| | | } |
| | | } |
| | |
| | | this.peopleNoDataText = '暂无户籍人口信息' |
| | | } else if (this.keyPeopleType == 2) { |
| | | this.peopleNoDataText = '暂无实有人口信息' |
| | | } else { |
| | | } else if (this.keyPeopleType == 3) { |
| | | this.peopleNoDataText = '暂无重点人口信息' |
| | | // 户室为楼栋情况 |
| | | } else if (this.keyPeopleType == 4) { |
| | | this.peopleNoDataText = '暂无未成年人口信息' |
| | | } else { |
| | | this.residentNoDataText = '暂无户室信息' |
| | | } |
| | | }, 500) |
| | | }) |
| | |
| | | this.peopleName = "" |
| | | this.peoplePage.currentPage = 1 |
| | | this.personDetailArr = [] |
| | | let typeObj = {} |
| | | if (this.keyPeopleType == 1 || this.keyPeopleType == 2) { |
| | | typeObj = { peopletype: this.keyPeopleType } |
| | | } else { |
| | | typeObj = { status: 2 } |
| | | } |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | typeObj, |
| | | this.choosedBuildStdId, |
| | | { type: this.keyPeopleType }, |
| | | this.peoplePage.currentPage |
| | | ) |
| | | }, |
| | |
| | | this.keyPeopleLoading = true |
| | | this.peoplePage.currentPage = 1 |
| | | this.personDetailArr = [] |
| | | let typeObj = {} |
| | | if (this.keyPeopleType == 1 || this.keyPeopleType == 2) { |
| | | typeObj = { peopletype: this.keyPeopleType } |
| | | } else { |
| | | typeObj = { status: 2 } |
| | | } |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | typeObj, |
| | | this.choosedBuildStdId, |
| | | { type: this.keyPeopleType }, |
| | | this.peoplePage.currentPage, |
| | | this.peopleName, |
| | | this.callPhone |