|
|
@@ -339,6 +339,7 @@ |
|
|
|
label="备注" |
|
|
|
placeholder="备注" |
|
|
|
/> |
|
|
|
<MapGisDrawing ref="drewingClickLoading" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> |
|
|
|
<div style="margin: 16px;"> |
|
|
|
<van-button round block color="#7AC943" native-type="submit">保存</van-button> |
|
|
|
</div> |
|
|
@@ -395,7 +396,7 @@ |
|
|
|
<p style="flex:1;text-align:right;">个人</p> |
|
|
|
</div> |
|
|
|
<div style="text-align:center;overflow:auto;"> |
|
|
|
<van-button plain round color="#7AC943" size="mini" style="margin:0 auto;" @click="showzrz=true">查看自然幢信息</van-button> |
|
|
|
<van-button plain round color="#7AC943" size="mini" style="margin:0 auto;" @click="showPopupzrz">查看自然幢信息</van-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<template #right> |
|
|
@@ -455,7 +456,7 @@ |
|
|
|
<p style="flex:1;text-align:right;">个人</p> |
|
|
|
</div> |
|
|
|
<div style="text-align:center;overflow:auto;"> |
|
|
|
<van-button plain round color="#7AC943" size="mini" @click="showfsss=true" style="margin:0 auto;">查看附属设施信息</van-button> |
|
|
|
<van-button plain round color="#7AC943" size="mini" @click="showPopupfsss" style="margin:0 auto;">查看附属设施信息</van-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<template #right> |
|
|
@@ -790,6 +791,7 @@ |
|
|
|
placeholder="备注" |
|
|
|
:rules="[{ required: true, message: '' }]" |
|
|
|
/> |
|
|
|
<MapGisDrawing ref="drewingClickLoading" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> |
|
|
|
<div style="margin: 16px;"> |
|
|
|
<van-button round block color="#7AC943" native-type="submit">保存</van-button> |
|
|
|
</div> |
|
|
@@ -910,6 +912,7 @@ |
|
|
|
placeholder="备注" |
|
|
|
:rules="[{ required: true, message: '' }]" |
|
|
|
/> |
|
|
|
<MapGisDrawing ref="drewingClickLoading" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> |
|
|
|
<div style="margin: 16px;"> |
|
|
|
<van-button round block color="#7AC943" native-type="submit">保存</van-button> |
|
|
|
</div> |
|
|
@@ -1023,6 +1026,7 @@ |
|
|
|
placeholder="备注" |
|
|
|
:rules="[{ required: true, message: '' }]" |
|
|
|
/> |
|
|
|
<MapGisDrawing ref="drewingClickLoading" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> |
|
|
|
<div style="margin: 16px;"> |
|
|
|
<van-button round block color="#7AC943" native-type="submit">保存</van-button> |
|
|
|
</div> |
|
|
@@ -1280,9 +1284,15 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import {listShyqr} from "@/api/homesteadSurvey/shyqr"; |
|
|
|
import {listZjdzd,getZjdzd,updateZjdzd,addZjdzd,uploadFile} from "@/api/homesteadSurvey/zjdzd"; |
|
|
|
import {listZjdzd,getZjdzd,updateZjdzd,addZjdzd,uploadFile,getQueryLand} from "@/api/homesteadSurvey/zjdzd"; |
|
|
|
import MapGisDrawing from "@/components/Map/MapGisDrawing"; |
|
|
|
import {listZrz,getZrzZjdDmList} from "@/api/homesteadSurvey/zrz"; |
|
|
|
import {listFsss,getFsssZjdDmList} from "@/api/homesteadSurvey/fsss"; |
|
|
|
import { listTown, getTown } from "@/api/homesteadSurvey/town"; |
|
|
|
import { listVillage} from "@/api/homesteadSurvey/village"; |
|
|
|
export default { |
|
|
|
name: "homesteadAdd", |
|
|
|
components: { MapGisDrawing,}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
active:1, |
|
|
@@ -1349,7 +1359,7 @@ |
|
|
|
this.getZjd() |
|
|
|
}, |
|
|
|
mounted(){ |
|
|
|
|
|
|
|
this.mapClickLoading(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
// 图片上传前 |
|
|
@@ -1517,15 +1527,18 @@ |
|
|
|
}, |
|
|
|
showPopupzrz() { |
|
|
|
this.showzrz = true; |
|
|
|
this.mapClickLoading(); |
|
|
|
}, |
|
|
|
showPopupfw() { |
|
|
|
this.showfw = true; |
|
|
|
}, |
|
|
|
showPopupfsss() { |
|
|
|
this.showfsss = true; |
|
|
|
this.mapClickLoading(); |
|
|
|
}, |
|
|
|
showPopup3() { |
|
|
|
this.show3 = true; |
|
|
|
this.mapClickLoading(); |
|
|
|
}, |
|
|
|
onSubmit(values) { |
|
|
|
console.log('submit', values); |
|
|
@@ -1543,7 +1556,17 @@ |
|
|
|
}else{ |
|
|
|
this.active=1 |
|
|
|
} |
|
|
|
} |
|
|
|
},//地图加载js------start |
|
|
|
mapClickLoading(){ |
|
|
|
setTimeout(() => { |
|
|
|
this.$refs.drewingClickLoading.drawingPaceCountryDarw(); |
|
|
|
}, 500); |
|
|
|
}, |
|
|
|
/** 查找地图中定位点 */ |
|
|
|
MapTag: function (data) { |
|
|
|
this.form.theGeom = data; |
|
|
|
}, |
|
|
|
//地图加载js------end |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|