| @@ -446,7 +446,7 @@ | |||||
| placeholder="备注" | placeholder="备注" | ||||
| maxlength="200" | maxlength="200" | ||||
| /> | /> | ||||
| <MapGisDrawing ref="drewingClickLoading" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||||
| <MapGisDrawing ref="drewingClickLoading1" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||||
| <div style="margin: 16px;"> | <div style="margin: 16px;"> | ||||
| <van-button v-if="isFinished" round color="#7AC943" style="width:100%" native-type="submit">保存</van-button> | <van-button v-if="isFinished" round color="#7AC943" style="width:100%" native-type="submit">保存</van-button> | ||||
| </div> | </div> | ||||
| @@ -1039,7 +1039,7 @@ | |||||
| label="备注" | label="备注" | ||||
| placeholder="备注" | placeholder="备注" | ||||
| /> | /> | ||||
| <MapGisDrawing ref="drewingClickLoading" :message="form3.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||||
| <MapGisDrawing ref="drewingClickLoading3" :message="form3.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||||
| <div style="margin: 16px;" v-if="isFinished"> | <div style="margin: 16px;" v-if="isFinished"> | ||||
| <van-button round block color="#7AC943" native-type="submit">保存</van-button> | <van-button round block color="#7AC943" native-type="submit">保存</van-button> | ||||
| </div> | </div> | ||||
| @@ -2418,7 +2418,7 @@ | |||||
| label="备注" | label="备注" | ||||
| placeholder="备注" | placeholder="备注" | ||||
| /> | /> | ||||
| <MapGisDrawing ref="drewingClickLoading" :message="form4.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||||
| <MapGisDrawing ref="drewingClickLoading4" :message="form4.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||||
| <div style="margin: 16px;" v-if="isFinished"> | <div style="margin: 16px;" v-if="isFinished"> | ||||
| <van-button round block color="#7AC943" native-type="submit">保存</van-button> | <van-button round block color="#7AC943" native-type="submit">保存</van-button> | ||||
| </div> | </div> | ||||
| @@ -3163,8 +3163,6 @@ | |||||
| this.$cookies.set("item",""); | this.$cookies.set("item",""); | ||||
| if(this.$cookies.get("search") !=null &&this.$cookies.get("search").zjddm !="" && this.$cookies.get("search").zjddm !=undefined && this.$cookies.get("search").zjddm !=null){ | if(this.$cookies.get("search") !=null &&this.$cookies.get("search").zjddm !="" && this.$cookies.get("search").zjddm !=undefined && this.$cookies.get("search").zjddm !=null){ | ||||
| this.ztMap =false; | this.ztMap =false; | ||||
| console.log("1111111111"); | |||||
| console.log(this.$cookies.get("search")); | |||||
| this.$cookies.set("item",this.$cookies.get("search")); | this.$cookies.set("item",this.$cookies.get("search")); | ||||
| console.log(this.$cookies.get("item")); | console.log(this.$cookies.get("item")); | ||||
| }else { | }else { | ||||
| @@ -5427,6 +5425,7 @@ | |||||
| this.showhncy = true | this.showhncy = true | ||||
| }, | }, | ||||
| showPopupzrz(item) { | showPopupzrz(item) { | ||||
| console.log(item); | |||||
| if(this.form.id==null||this.form.id==""){ | if(this.form.id==null||this.form.id==""){ | ||||
| Notify({ type: 'danger', message: '请先保存宅基地信息' }); | Notify({ type: 'danger', message: '请先保存宅基地信息' }); | ||||
| }else{ | }else{ | ||||
| @@ -5445,6 +5444,7 @@ | |||||
| } | } | ||||
| }else{ | }else{ | ||||
| this.form3 = item | this.form3 = item | ||||
| this.form3.theGeom = item.theGeom; | |||||
| if(this.form3.zcs==null||this.form3.zcs==""){ | if(this.form3.zcs==null||this.form3.zcs==""){ | ||||
| this.form3.zcs = "1" | this.form3.zcs = "1" | ||||
| } | } | ||||
| @@ -5479,8 +5479,11 @@ | |||||
| } | } | ||||
| this.showzrz = true; | this.showzrz = true; | ||||
| this.active = 3; | |||||
| this.mapClickLoading(); | this.mapClickLoading(); | ||||
| this.active = 3; | |||||
| // if(){ | |||||
| // | |||||
| // } | |||||
| } | } | ||||
| }, | }, | ||||
| showPopupfw(item) { | showPopupfw(item) { | ||||
| @@ -6001,7 +6004,15 @@ | |||||
| //this.$cookies.set("item", this.form); | //this.$cookies.set("item", this.form); | ||||
| console.log(this.$cookies.get("item")); | console.log(this.$cookies.get("item")); | ||||
| setTimeout(() => { | setTimeout(() => { | ||||
| this.$refs.drewingClickLoading.drawingPaceCountryDarw(); | |||||
| if(this.active =="1"){ | |||||
| this.$refs.drewingClickLoading1.drawingPaceCountryDarw(); | |||||
| }else if(this.active=="3"){ | |||||
| this.$refs.drewingClickLoading3.drawingPaceCountryDarw(); | |||||
| }else if(this.active=="4"){ | |||||
| this.$refs.drewingClickLoading4.drawingPaceCountryDarw(); | |||||
| } else { | |||||
| } | |||||
| }, 500); | }, 500); | ||||
| }, | }, | ||||
| /** 查找地图中定位点 */ | /** 查找地图中定位点 */ | ||||