From e8ade6d3d82c4f8a53fd233153e4ec35ce93bb9b Mon Sep 17 00:00:00 2001 From: hbao Date: Thu, 24 Feb 2022 15:38:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 4dab780d..b817da7d 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -3771,6 +3771,15 @@ }, /** 查找地图中定位点 */ MapTag: function (data) { + if(this.active =="1"){ + this.form.theGeom = data; + }else if(this.active=="3"){ + this.form3.theGeom = data; + }else if(this.active=="4"){ + this.form4.theGeom = data; + } else { + + } this.form.theGeom = data; }, //地图加载js------end From 7ba07c2f2d8cbb1a0dd83ab2eef8c52d8647c359 Mon Sep 17 00:00:00 2001 From: hbao Date: Thu, 24 Feb 2022 16:01:06 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index b817da7d..c6d28643 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -35,14 +35,14 @@
- +

房屋信息

- +

附属设施

@@ -3613,16 +3613,16 @@ changeActive(){ if(this.active<4){ this.active+=1 - this.mapClickLoading(); }else{ this.active=1 - this.mapClickLoading(); } }, changeActiveBack(){ if(this.active>1){ this.active-=1 - this.mapClickLoading(); + if(this.active ==1){ + this.mapClickLoading(); + } }else{ this.active=1 this.mapClickLoading(); From d6d72502cdbc0cfd98e9a601d2fad87c131e02ad Mon Sep 17 00:00:00 2001 From: hbao Date: Thu, 24 Feb 2022 16:29:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=80=BB=E6=9D=91=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/list.vue | 411 ++++++++++++++++++----------- 1 file changed, 259 insertions(+), 152 deletions(-) diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index a099018a..c40f391a 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -382,27 +382,53 @@
- +
+ -
-
-
-
- -
-
搜索
+
+ + + +
- +