| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-05-02 17:12:00 |
| | | * @LastEditTime: 2023-05-04 14:34:03 |
| | | * @FilePath: \srs-police-affairs\src\views\house\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | if (this.$route.query.id) { |
| | | this.getVillageInfo(this.$route.query.id) |
| | | // 使用首页传过来的小区id获取停车场出入口商场和 小区名称类型地址数据 |
| | | // 原来 361100 临时361102 |
| | | // 原来 361102 临时361102 |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "ebf48ecaa1fd436fa3d40c4600aa051f", |
| | | "361102", |
| | |
| | | |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "ebf48ecaa1fd436fa3d40c4600aa051f", |
| | | "361102", |
| | | "361100", |
| | | current.id, |
| | | "1|3" |
| | | ) |
| | |
| | | siteWd: `${item.y}`, |
| | | siteGd: 360, |
| | | // build_id: `${item.std_addr_id.split("|")[1]}`, |
| | | build_id: `${item.uid}`, |
| | | |
| | | // 临时新加 business_id 用来请求3D |
| | | business_id: `${item.business_id}`, |
| | | build_id: `${item.business_id}`, |
| | | floor_num: `${item.floor_num}`, |
| | | elev: `${item.elev}`, |
| | | }) |
| | |
| | | this.floorInfo.elev = this.unitAllArr.children_infos[0].elev == 1 ? '有' : '无' |
| | | // this.floorInfo.floor_num = this.unitAllArr.children_infos[0].children_infos.length |
| | | this.isShowFloorCount = false |
| | | this.getVillagePersonStatisticInfoByBuildId(this.unitAllArr.uid) |
| | | this.getVillagePersonStatisticInfoByBuildId(this.unitAllArr.business_id) |
| | | let houseCount = 0 |
| | | this.unitChoosedArr.forEach(item => { |
| | | item.children_infos.forEach(it => { |
| | |
| | | "361102", |
| | | item.build_id, |
| | | "1|3") |
| | | this.getHouses3DData(item.business_id, "361102", aoiArr) |
| | | this.getHouses3DData(item.build_id, "361102", aoiArr) |
| | | this.floorsType = 1 |
| | | document.querySelector(".floor-num").style.left = "0px" |
| | | this.lastFloorShow = false |