| 1 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-f544"],{D9zK:function(e,t,a){},cSQG:function(e,t,a){"use strict";a.r(t);var n={model:{prop:"value",event:"change"},props:{value:{}},data:function(){return{lnglat:"",mapVisible:!1,map_show:!1,map_keyword:"",location_name:"",position:this.value&&this.value.length>0?this.value:[116.397451,39.909187],map:null}},methods:{searchMap:function(){var e=this;AMap.plugin("AMap.PlaceSearch",function(){var t={city:"全国",map:e.map,pageSize:1,pageIndex:1,autoFitView:!0};new window.AMap.PlaceSearch(t).search(e.map_keyword,function(t,a){if("complete"==t)if(0==a.poiList.pois.length)e.$message.error("没有查询到对应的地址");else{var n=a.poiList.pois[0];e.position=[n.location.lng,n.location.lat],e.location_name=n.pname+n.cityname+n.adname+n.address}else"no_data"==t&&e.$message.error("没有查询到对应的地址")})})},getMap:function(){var e=this;e.map=new AMap.Map(e.$refs.ditucontent,{center:e.position,zoom:18}),e.map.on("click",function(t){e.map.clearMap();var a=t.lnglat.getLng(),n=t.lnglat.getLat(),o=new AMap.Marker({position:[a,n],offset:new AMap.Pixel(-13,-30)});e.position=[a,n],AMap.service("AMap.Geocoder",function(){var t=new AMap.Geocoder({city:""});t.getAddress(e.position,function(t,a){e.location_name="complete"===t&&"OK"===a.info?a.regeocode.formattedAddress:"获取失败"}),e.map.add(o),e.map.setFitView()})})},openMap:function(){var e=this;this.map_show=!0,setTimeout(function(){e.getMap()},0)},sureMap:function(){this.$emit("change",this.position),this.$emit("getlocation_name",{name:this.location_name,position:this.position}),this.map_show=!1}}},o=(a("nkyz"),a("KHd+")),i=Object(o.a)(n,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{visible:e.map_show,width:"60%",center:"",title:"选择坐标"},on:{"update:visible":function(t){e.map_show=t}}},[a("div",[a("div",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.map_keyword,expression:"map_keyword"}],staticClass:"el-input__inner",staticStyle:{width:"70%"},domProps:{value:e.map_keyword},on:{keyup:function(t){return"button"in t||!e._k(t.keyCode,"enter",13,t.key,"Enter")?e.searchMap(t):null},input:function(t){t.target.composing||(e.map_keyword=t.target.value)}}}),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.searchMap()}}},[e._v("搜索")])],1),e._v(" "),a("div",{ref:"ditucontent",staticStyle:{width:"100%",height:"450px",margin:"20px 0"},attrs:{id:"map"}})]),e._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:e.sureMap}},[e._v("确 定")]),e._v(" "),a("el-button",{on:{click:function(t){e.map_show=!1}}},[e._v("取 消")])],1)])},[],!1,null,"ac35818c",null);i.options.__file="coordinate.vue";t.default=i.exports},nkyz:function(e,t,a){"use strict";var n=a("D9zK");a.n(n).a}}]);
|