mapDialog.vue 16.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477
<template>
  <el-dialog :title="!dataForm.id ? '新建' : isDetail ? '详情' : '编辑'" :close-on-click-modal="false" @close="closeDialog" :visible.sync="visible"
    class="rv-dialog rv-dialog_center" lock-scroll width="800px">
    <el-row :gutter="15" class="">
      <el-col :span="8">
        <el-form ref="elForm" :model="dataForm" :rules="rules" size="small" label-width="70px" label-position="right"
          :disabled="!!isDetail">
          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="名称" prop="kqName">-->
          <!--              <el-input v-model="dataForm.kqName" placeholder="请输入" clearable :style="{ width: '100%' }">-->
          <!--              </el-input>-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->

          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="地点" prop="kqLocation">-->
          <!--              <el-input v-model="dataForm.kqLocation" placeholder="自动带出" clearable :style="{ width: '100%' }" disabled>-->
          <!--              </el-input>-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->

          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="经度" prop="kqLongitude">-->
          <!--              <el-input v-model="dataForm.kqLongitude" placeholder="自动带出" clearable :style="{ width: '100%' }" disabled>-->
          <!--              </el-input>-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->

          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="纬度" prop="kqLatitude">-->
          <!--              <el-input v-model="dataForm.kqLatitude" placeholder="自动带出" clearable :style="{ width: '100%' }" disabled>-->
          <!--              </el-input>-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->

          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="单位" prop="kqWorkUnit">-->
          <!--              <el-input v-model="dataForm.kqWorkUnit" placeholder="请输入" clearable :style="{ width: '100%' }">-->
          <!--              </el-input>-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->

          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="授权" prop="cronkqAccredit">-->
          <!--              <uDSelect v-model="dataForm.cronkqAccredit" :multiple="true" placeholder="选择范围" title="选择范围" />-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->

          <!--          <el-col :span="24">-->
          <!--            <el-form-item label="有效签卡范围(米)" label-width="150px" prop="kqValidCardRange">-->
          <!--              <el-input v-model="dataForm.kqValidCardRange" placeholder="请输入" clearable :style="{ width: '100%' }">-->
          <!--              </el-input>-->
          <!--            </el-form-item>-->
          <!--          </el-col>-->
        </el-form>
      </el-col>
      <el-col :span="24">
        <div style="width: 100%;position: relative;">
          <div class="search_box">
            <div class="label">关键字搜索</div>
            <el-input v-model="input" placeholder="请输入内容" id="tipinput" @focus="isVisible = true"
              @input="handleKeyup"></el-input>
            <el-button type="primary"
              style="background: #5875eb; border: 1px solid #5875eb; border-radius: 5px; margin-left: 10px;"
              icon="el-icon-search" @click="searchMap"> 查询
            </el-button>
          </div>
          <div class="search_content" v-if="searchContent.length && isVisible">
            <el-row v-for="(item, index) in searchContent" :key="index">
              <el-col>
                <div class="rowStyle" @click="selectSearchMap(item, index)">
                  {{ item.name }}
                </div>
              </el-col>
            </el-row>
          </div>
          <div ref="gaode_Map" id="gaode_Map" style="width: 100%; height: 400px"></div>
        </div>
      </el-col>
    </el-row>
    <span slot="footer" class="dialog-footer">
      <el-button @click="visible = false">取 消</el-button>
      <el-button type="primary" @click="dataFormSubmit()" v-if="!isDetail">确 定</el-button>
    </span>
  </el-dialog>
</template>
<script>
import AMapLoader from "@amap/amap-jsapi-loader"; //引入AMapLoader
window._AMapSecurityConfig = {
  // 设置安全密钥
  securityJsCode: "9e783bf4363ce4b0cb429d677736e823",
};
export default {
  components: {},
  props: [],
  data() {
    return {
      loading: false,
      visible: false,
      isDetail: false,
      dataForm: {
        kqName: undefined,
        kqLocation: undefined,
        kqLongitude: undefined,
        kqLatitude: undefined,
        kqWorkUnit: undefined,
        cronkqAccredit: [],
        kqValidCardRange: undefined,
      },
      rules: {},
      input: "",
      map: null,
      auto: null,
      placeSearch: null,
      lnglat: [],
      markers: [],
      position: {},
      form: {
        khlxdzjd: '',
        province: '',
        city: '',
        address: '',
        district: '',
        lng: '',
        lat: ''
      },
      searchContent: [],
      isVisible: false
    };
  },
  computed: {},
  watch: {},
  created() {
  },
  mounted() { },
  methods: {
    //初始事件
    openShow() {
      this.visible = true;
      this.input = '';
      this.form = {
        province: '',
        khlxdzjd: '',
        city: '',
        address: '',
        district: '',
        lng: '',
        lat: ''
      }
      if (!this.map) {
        this.$nextTick(() => {
          console.log('打印是否触发这个事件');
          this.initMap();
        })
      } else {
        // that.setData({longitude, latitude})
      }

    },
    //点击确定按钮
    dataFormSubmit() {
      if (this.form.lat && this.form.lng) {
        this.visible = false;
        this.$emit('onSubmit', this.form)
      } else {
        this.$message.warning('请选择地点!');
      }
      console.log('打印dataFormSubmit', this.form)
    },
    // 地图初始化
    initMap() {
      console.log('打印是否初始地图')
      let centerLen = [114.351469, 30.502236];
      AMapLoader.reset();
      AMapLoader.load({
        "key": "9bf3eb4233ce6790bbf47ac883a26e60",// 申请好的Web端开发者Key,首次调用 load 时必填
        "version": "2.0",   // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
        plugins: ['AMap.Scale', 'AMap.ToolBar', 'AMap.ControlBar', 'AMap.Geocoder', 'AMap.Marker',
          'AMap.CitySearch', 'AMap.Geolocation', 'AMap.AutoComplete', 'AMap.InfoWindow', 'AMap.PlaceSearch'],// 需要使用的的插件列表,如比例尺'AMap.Scale'等
        "AMapUI": {
          "version": "1.1",
          "plugins": []
        },
        Loca: {
          version: '2.0' //数据可视化
        }
      })
        .then((AMap) => {
          // this.map = new AMap.Map("gaode_Map", {
          //   // 设置地图容器id
          //   viewMode: '3D', // 使用3D视图
          //   zoomEnable: true, // 地图是否可缩放,默认值为true
          //   dragEnable: true, // 地图是否可通过鼠标拖拽平移,默认为true
          //   doubleClickZoom: true, // 地图是否可通过双击鼠标放大地图,默认为true
          //   zoom: 13, // 初始化地图级别
          //   center: centerLen, // 初始化中心点坐标 山东济南
          //   resizeEnable: true,
          //   // mapStyle: "amap://styles/darkblue", // 设置颜色底层
          //   placeSearch: null // 搜索关键字
          // });
          // this.setMarker(centerLen);
          // // 关键字查询
          // this.searchMap();
          // // 监听鼠标点击事件
          // this.map.on("click", this.clickMapHandler);

          // return
          // ===========天地图代码==============
          if (!this.map) {
            // 防止二次初始化导致拖拽失效
            this.map = new T.Map('gaode_Map', {
              projection: 'EPSG:900913'
            });
          }
          this.map.clearOverLays();
          this.map.centerAndZoom(new T.LngLat(centerLen[0], centerLen[1]), 15);
          //允许鼠标双击放大地图
          this.map.enableScrollWheelZoom();
          // const marker = new T.Marker(new T.LngLat(centerLen[0], centerLen[1]));
          // this.map.addOverLay(marker);
          var config = {
            pageCapacity: 10,	//每页显示的数量
            onSearchComplete: this.localSearchResult	//接收数据的回调函数
          };
          //创建搜索对象
          this.localsearch = new T.LocalSearch(this.map, config);
          this.map.on("click", this.clickMapHandler);
          // ===========天地图代码==============
        })
        .catch((e) => { });
    },
    //      关键字查询
    // keywordSearch(){
    //   let that = this;
    //   let geocoder = new AMap.Geocoder({
    //     radius: 1000,
    //     extensions: 'all'
    //   });
    //   geocoder.getLocation(this.input, function(status, result) {
    //     if (status === 'complete' && result.geocodes.length) {
    //       const { lng, lat } = result.geocodes[0].location;
    //       let formattedAddress = result.geocodes[0].formattedAddress;
    //       const sdata = { lng, lat, formattedAddress };
    //       that.searchSuccessData(sdata);
    //       that.marker.setPosition([lng, lat]);
    //       that.map.add(that.marker);
    //       that.map.setFitView(that.marker);
    //     } else {
    //       that.$message.error('根据地址查询位置失败');
    //     }
    //   })
    // },
    // 关键字查询
    handleKeyup(e) {
      console.log("输入", e);
      this.localsearch.search(this.input, 4);
    },
    searchMap() {
      console.log('打印shif chuf 这个事件')
      // 搜索框自动完成类
      // this.auto = new AMap.AutoComplete({
      //   input: "tipinput", // 使用联想输入的input的id
      // });
      // //构造地点查询类
      // this.placeSearch = new AMap.PlaceSearch({
      //   map: this.map,
      // });
      // // 当选中某条搜索记录时触发
      // this.auto.on("select", this.selectSite);

      this.localsearch.search(this.input, 4);
    },
    localSearchResult(result) {
      console.log("localSearchResult", result);
      //清空地图及搜索列表
      this.clearAll();
      //解析建议词信息
      this.suggests(result.getSuggests());
    },
    suggests(obj) {
      console.log("打印obj", obj);
      if (obj.length) {
        this.isVisible = true;
        this.searchContent = obj;
      }
    },
    clearAll() {
      this.map.clearOverLays();
      this.searchContent = [];
    },
    selectSearchMap(item, index) {
      console.log("选中地址", item);
      this.isVisible = false;
      let lnglatArr = item.lonlat.split(",");
      var lnglat = new T.LngLat(lnglatArr[0], lnglatArr[1]);
      console.log(lnglat);
      this.map.panTo(lnglat);
    },
    //选中查询出的记录
    selectSite(e) {
      console.log('打印e', e)
      if (e.poi.location) {
        // this.lnglat = [e.poi.location.lng, e.poi.location.lat];
        this.placeSearch.setCity(e.poi.adcode);
        this.placeSearch.search(e.poi.name); //关键字查询
        let geocoder = new AMap.Geocoder({});
        let that = this;
        geocoder.getAddress(this.lnglat, function (status, result) {
          if (status === "complete" && result.regeocode) {
            let province = result.regeocode.addressComponent.province;
            let city = result.regeocode.addressComponent.city;
            let district = result.regeocode.addressComponent.district;
            let s_addr =
              result.regeocode.addressComponent.province +
              "-" +
              result.regeocode.addressComponent.city +
              "-" +
              result.regeocode.addressComponent.district;
            let addreesd = result.regeocode.formattedAddress; // 全部地址名称
            let khlxdzjd = addreesd.substring(s_addr.length); // 获取具体街道
            //自己想要赋的值,根据自己的做修改
            that.$set(that.form, "province", province);
            that.$set(that.form, "city", city);
            that.$set(that.form, "district", district);
            that.$set(that.form, "khlxdzjd", khlxdzjd);
            that.$set(that.form, "address", e.poi.name);
            that.$set(
              that.form,
              "coordinate",
              e.poi.location.lng + "," + e.poi.location.lat
            ); //纬度,经度
          } else {
          }
        });
      } else {
        this.$message.error("查询地址失败,请重新输入地址");
      }
    },
    // 点击地图事件获取经纬度,并添加标记
    clickMapHandler(e) {
      console.log('打印e', e)
      this.dataForm.kqLongitude = e.lnglat.getLng();
      this.dataForm.kqLatitude = e.lnglat.getLat();
      this.lnglat = [e.lnglat.getLng(), e.lnglat.getLat()];
      this.setMarker(this.lnglat);
      // 点击地图上的位置,根据经纬度转换成详细地址
      let geocoder = new AMap.Geocoder({});
      // 创建Geocoder实例
      // let geocoder = new AMap.Geocoder({
      //   radius: 1000,
      //   extensions: 'all'
      // });
      let that = this;
      geocoder.getAddress(this.lnglat, function (status, result) {
        console.log('打印status', status);
        console.log('打印result', result);
        if (status === "complete" && result.regeocode) {
          let province = result.regeocode.addressComponent.province;
          let city = result.regeocode.addressComponent.city;
          that.dataForm.kqLocation = result.regeocode.formattedAddress;
          let district = result.regeocode.addressComponent.district;
          let s_addr =
            result.regeocode.addressComponent.province +
            "-" +
            result.regeocode.addressComponent.city +
            "-" +
            result.regeocode.addressComponent.district;
          let addreesd = result.regeocode.formattedAddress; // 全部地址名称
          let khlxdzjd = addreesd.substring(s_addr.length); // 获取具体街道
          //自己想要赋的值,根据自己的做修改
          that.$set(that.form, "province", province);
          that.$set(that.form, "khlxdzjd", khlxdzjd);
          that.$set(that.form, "city", city);
          that.$set(that.form, "district", district);
          that.$set(that.form, "lat", e.lnglat.getLat());
          that.$set(that.form, "lng", e.lnglat.getLng());
          that.$set(that.form, "address", result.regeocode.formattedAddress);
          that.$set(
            that.form,
            "coordinate",
            e.lnglat.getLng() + "," + e.lnglat.getLat()
          ); //纬度,经度
        } else {
        }
        that.isVisible = false;
        that.input = result.regeocode.formattedAddress; //把查询到的地址赋值到输入框
      });
      this.position = {
        longitude: e.lnglat.getLng(),
        latitude: e.lnglat.getLat(),
        address: that.address,
      };
      // this.input = that.address; //把查询到的地址赋值到输入框
    },
    //  添加标记
    setMarker(lnglat) {
      this.removeMarker();
      // let marker = new AMap.Marker({
      //   position: lnglat,
      // });
      const marker = new T.Marker(new T.LngLat(lnglat[0], lnglat[1]));
      this.map.addOverLay(marker);
      // marker.setMap(this.map);
      this.markers.push(marker);
    },
    // 删除之前后的标记点
    removeMarker() {
      if (this.markers) {
        // this.map.remove(this.markers);
        this.map.clearOverLays();
      }
    },
    closeDialog(){
      console.log("关闭");
      this.map.clearOverLays();
    },
  },
};
</script>


<style lang="scss">
.search_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;

  .label {
    color: #000;
    width: 100px;
  }
}

.search_content {
  position: absolute;
  left: 10%;
  visibility: visible;
  display: block;
  min-width: 591.531px;
  z-index: 2999 !important;
  background-color: #fefefe;
  border: 1px solid #d1d1d1;
  bottom: auto;
  padding: 5px;
}

.rowStyle {
  padding: 5px 0;
  cursor: pointer;
}

.rowStyle:hover {
  background: #CAE1FF !important;
}

.content {
  position: relative;
}

#panel {
  position: absolute;
  top: 50px;
  right: 20px;
}

#gaode_Map {
  overflow: hidden;
  width: 100%;
  height: 540px;
  margin: 0;
}

.amap-sug-result {
  z-index: 2999 !important;
}
</style>