shuishen
2023-01-04 9d074182559129e2681b0538dbb7c74de66fd85a
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
1 files modified
61 ■■■■■ changed files
src/views/house/index.vue 61 ●●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -57,11 +57,7 @@
                        @click="searchVlaClick(item)"
                        v-for="(item, index) in searchArray"
                        :key="index"
                    >
                        {{
                        item.name
                        }}
                    </div>
                    >{{item.name}}</div>
                </div>
            </div>
@@ -161,11 +157,7 @@
                                            @click="buildingClick(item)"
                                            :class="{ on: buildingChoosed.name == item.name }"
                                            :title="item.name"
                                        >
                                            {{
                                            item.name
                                            }}
                                        </div>
                                        >{{item.name}}</div>
                                    </div>
                                </div>
                            </div>
@@ -210,7 +202,7 @@
                                        <div>重点人口</div>
                                    </div>
                                </div>
                                <!--
                                <div class="two">
                                    <div>
                                        <div>98</div>
@@ -224,7 +216,7 @@
                                        <div style="color:#FEAC04">16</div>
                                        <div>境外人口</div>
                                    </div>
                                </div>
                                </div>-->
                            </div>
                        </div>
                        <div class="house-info">
@@ -235,7 +227,7 @@
                                    <div>288</div>
                                    <div>房屋总数</div>
                                </div>
                                <div>
                                <!-- <div>
                                    <div>120</div>
                                    <div>出租</div>
                                </div>
@@ -246,7 +238,7 @@
                                <div>
                                    <div>8</div>
                                    <div>空置</div>
                                </div>
                                </div>-->
                            </div>
                        </div>
                        <div class="house-element-info">
@@ -270,7 +262,7 @@
                                    </el-select>
                                </div>
                            </div>
                            <div class="legend">
                            <!-- <div class="legend">
                                <div class="type">人口图例</div>
                                <div class="type-val">
                                    <div>
@@ -313,7 +305,7 @@
                                        商业
                                    </div>
                                </div>
                            </div>
                            </div>-->
                            <div class="floor-outBox">
                                <div @click="lastFloorBtn" class="floorBtn" v-show="lastFloorShow">
                                    <i class="el-icon-caret-left"></i>
@@ -354,12 +346,12 @@
                                            v-for="(value, index) in item.floor_house"
                                            :key="index"
                                            @click="residentDetailsClick(value)"
                                            :class="[{ 'chuzu': value.houseType == '出租' }, { 'zizhu': value.houseType == '自住' }, { 'kongzhi': value.houseType == '空置' }, { 'shangye': value.houseType == '商业' }]"
                                        >
                                            <!-- :class="[{ 'chuzu': value.houseType == '出租' }, { 'zizhu': value.houseType == '自住' }, { 'kongzhi': value.houseType == '空置' }, { 'shangye': value.houseType == '商业' }]" -->
                                            {{ value.house_num }}
                                            <div class="flow"></div>
                                            <!-- <div class="flow"></div>
                                            <div class="focus"></div>
                                            <div class="warning"></div>
                                            <div class="warning"></div>-->
                                        </div>
                                    </div>
                                </div>
@@ -969,6 +961,16 @@
        searchExtensivelyClick () {
            this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.searchExtensivelyValue)
            this.searchExtensivelyValBoxShow = false
            if (this.searchExtensivelyArray.length > 0) {
                this.$EventBus.$emit('toPosition', {
                    siteJd: `${this.searchExtensivelyArray[0].location.lng}`,
                    siteWd: `${this.searchExtensivelyArray[0].location.lat}`,
                    siteGd: 200,
                    siteHeading: -3,
                    sitePitch: -45
                })
                this.searchExtensivelyValue = this.searchExtensivelyArray[0].name
            }
        },
        searchExtensivelyChange () {
@@ -987,9 +989,24 @@
            this.$EventBus.$emit('toPosition', {
                siteJd: `${item.location.lng}`,
                siteWd: `${item.location.lat}`,
                siteGd: 200,
                siteGd: 10000,
                siteHeading: -3,
                sitePitch: -45
            })
            this.$EventBus.$emit('mapClearLayer', {
                layerName: 'searchLayer',
                type: 'label'
            })
            this.$EventBus.$emit('layerPointAdd', {
                layerName: 'searchLayer',
                type: 'label',
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    text: item.name
                },
                // distanceDisplayCondition: { "near": 0, "far": 200000 }
            })
        },
@@ -1239,7 +1256,7 @@
                                .ridgepole-list {
                                    display: flex;
                                    flex-wrap: wrap;
                                    justify-content: center;
                                    justify-content: left;
                                    display: flex;
                                    flex-wrap: wrap;
                                    width: 356px;
@@ -1466,7 +1483,7 @@
                                        width: 84px;
                                        height: 26px;
                                        border-radius: 13px;
                                        background: #202434;
                                        // background: #202434;
                                        cursor: default;
                                    }