From 95d698742247301412cd6a990030961445a98217 Mon Sep 17 00:00:00 2001
From: yangfuda <945208611@qq.com>
Date: Thu, 11 May 2023 16:35:58 +0800
Subject: [PATCH 2/7] Merge branch 'master' of E:\project\nsgk_mobile with
conflicts.
---
.../collectionAccount/collectionAdd.vue | 2 +-
.../collectionAccount/collectionModify.vue | 2 +-
.../paymentApproval/collectionAdd.vue | 2 +-
.../paymentApproval/collectionAdd2.vue | 2 +-
.../paymentApproval/collectionApprovalAdd.vue | 2 +-
.../collectionAccount/collectionAdd.vue | 2 +-
.../collectionAccount/collectionModify.vue | 2 +-
.../paymentApproval/collectionAdd.vue | 2 +-
.../paymentApproval/collectionAdd2.vue | 2 +-
.../paymentApproval/collectionApprovalAdd.vue | 2 +-
打包.bat | 19 ++++++-------------
11 files changed, 16 insertions(+), 23 deletions(-)
diff --git a/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionAdd.vue b/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionAdd.vue
index 3e946690..dc4e2b64 100644
--- a/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionAdd.vue
+++ b/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionAdd.vue
@@ -155,7 +155,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionModify.vue b/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionModify.vue
index fd882efc..8029eb54 100644
--- a/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionModify.vue
+++ b/src/views/sunVillage_info/bankAgriculture/collectionAccount/collectionModify.vue
@@ -147,7 +147,7 @@
getPayee(this.$route.query.id).then((response) => {
let _this = this
this.form = response.data;
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
_this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd.vue b/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd.vue
index d51c0e1d..0b2b5ecf 100644
--- a/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd.vue
+++ b/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd.vue
@@ -171,7 +171,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd2.vue b/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd2.vue
index 262fbd3f..06a3b6be 100644
--- a/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd2.vue
+++ b/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionAdd2.vue
@@ -171,7 +171,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionApprovalAdd.vue b/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionApprovalAdd.vue
index 61acd464..b43f96ce 100644
--- a/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionApprovalAdd.vue
+++ b/src/views/sunVillage_info/bankAgriculture/paymentApproval/collectionApprovalAdd.vue
@@ -167,7 +167,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/yinnong/bankAgriculture/collectionAccount/collectionAdd.vue b/src/views/yinnong/bankAgriculture/collectionAccount/collectionAdd.vue
index ee239ac1..2df5b7a1 100644
--- a/src/views/yinnong/bankAgriculture/collectionAccount/collectionAdd.vue
+++ b/src/views/yinnong/bankAgriculture/collectionAccount/collectionAdd.vue
@@ -150,7 +150,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/yinnong/bankAgriculture/collectionAccount/collectionModify.vue b/src/views/yinnong/bankAgriculture/collectionAccount/collectionModify.vue
index fd882efc..8029eb54 100644
--- a/src/views/yinnong/bankAgriculture/collectionAccount/collectionModify.vue
+++ b/src/views/yinnong/bankAgriculture/collectionAccount/collectionModify.vue
@@ -147,7 +147,7 @@
getPayee(this.$route.query.id).then((response) => {
let _this = this
this.form = response.data;
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
_this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd.vue b/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd.vue
index 27fed99f..d7f10dd4 100644
--- a/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd.vue
+++ b/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd.vue
@@ -165,7 +165,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd2.vue b/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd2.vue
index 078bf246..78bc199c 100644
--- a/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd2.vue
+++ b/src/views/yinnong/bankAgriculture/paymentApproval/collectionAdd2.vue
@@ -165,7 +165,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/collectionApprovalAdd.vue b/src/views/yinnong/bankAgriculture/paymentApproval/collectionApprovalAdd.vue
index 61acd464..b43f96ce 100644
--- a/src/views/yinnong/bankAgriculture/paymentApproval/collectionApprovalAdd.vue
+++ b/src/views/yinnong/bankAgriculture/paymentApproval/collectionApprovalAdd.vue
@@ -167,7 +167,7 @@
},
methods: {
getDictionaries(){
- this.houseGetDicts("bank_type").then((res) => {
+ this.houseGetDicts("bank_type_all").then((res) => {
for(var i = 0 ; i < res.data.length ; i++){
this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue});
}
diff --git a/打包.bat b/打包.bat
index cf9cfe03..f3aefd88 100644
--- a/打包.bat
+++ b/打包.bat
@@ -1,21 +1,14 @@
@echo off
-@echo ʼApp......
+E:
+cd E:\project\nsgk_mobile
-call :extract %0
-goto :eof
-:extract
-rem ĿĿ¼
-@echo ĿĿ¼: %~dp1
-%~d1
-cd %~dp1
-call npm run build
-@echo ɹ
+:: 打包预发布环境
+npm run build
-@echo Ŀļ
-start "" %~dp1
-@pause
\ No newline at end of file
+@echo SUCCESS
+pause
\ No newline at end of file
From fd532b1069ab37d00d48e2a7190f03ff7dc4fb1d Mon Sep 17 00:00:00 2001
From: yangfuda <945208611@qq.com>
Date: Thu, 11 May 2023 16:59:39 +0800
Subject: [PATCH 3/7] =?UTF-8?q?=E9=93=B6=E5=86=9C-=E6=94=B6=E6=AC=BE?=
=?UTF-8?q?=E6=96=B9=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue
index 747ed2ad..9dee5adb 100644
--- a/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue
+++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue
@@ -351,7 +351,7 @@
chargeItme:[],
chargeItmeShow:[],
payeeList:[],
- // 查询参数
+ // 查询参数1
queryParams: {
transferType:"",
orderByColumn: "id",
From 9f6fa636402a7aff3ea9911e3e66ad2453d08943 Mon Sep 17 00:00:00 2001
From: yangfuda <945208611@qq.com>
Date: Thu, 11 May 2023 17:02:27 +0800
Subject: [PATCH 4/7] =?UTF-8?q?=E9=93=B6=E5=86=9C-=E6=94=B6=E6=AC=BE?=
=?UTF-8?q?=E6=96=B9=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue
index 9dee5adb..747ed2ad 100644
--- a/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue
+++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd2.vue
@@ -351,7 +351,7 @@
chargeItme:[],
chargeItmeShow:[],
payeeList:[],
- // 查询参数1
+ // 查询参数
queryParams: {
transferType:"",
orderByColumn: "id",
From ad2da1f38cb9a9dcb5c805b5a5f767c356ec3604 Mon Sep 17 00:00:00 2001
From: yangfuda <945208611@qq.com>
Date: Thu, 11 May 2023 17:26:29 +0800
Subject: [PATCH 5/7] =?UTF-8?q?=E9=93=B6=E5=86=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
打包.bat | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/打包.bat b/打包.bat
index f3aefd88..cf9cfe03 100644
--- a/打包.bat
+++ b/打包.bat
@@ -1,14 +1,21 @@
@echo off
-E:
-cd E:\project\nsgk_mobile
+@echo ʼApp......
+call :extract %0
+goto :eof
+:extract
+rem ĿĿ¼
+@echo ĿĿ¼: %~dp1
+%~d1
+cd %~dp1
+call npm run build
-:: 打包预发布环境
-npm run build
+@echo ɹ
+@echo Ŀļ
+start "" %~dp1
-@echo SUCCESS
-pause
\ No newline at end of file
+@pause
\ No newline at end of file
From adff8892b4ebdaec11c2cdd1dd49156b52dc9236 Mon Sep 17 00:00:00 2001
From: xyq <392009588@qq.com>
Date: Fri, 12 May 2023 14:19:24 +0800
Subject: [PATCH 6/7] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=AE=85?=
=?UTF-8?q?=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/homesteadSurvey/fsss.js | 6 +-
src/api/homesteadSurvey/nh.js | 4 +-
src/api/homesteadSurvey/nmfw.js | 14 +-
src/api/homesteadSurvey/shyqr.js | 4 +-
src/api/homesteadSurvey/suyqr.js | 4 +-
src/api/homesteadSurvey/zjdzd.js | 8 +
src/api/homesteadSurvey/zrz.js | 6 +-
src/components/Map/MapGisObtainTj.vue | 264 +
src/router/index.js | 90 +
src/views/homesteadSurvey/add.vue | 459 +-
src/views/homesteadSurvey/add2.vue | 21 +-
src/views/homesteadSurvey/add3.vue | 21 +-
src/views/homesteadSurvey/add4.vue | 159 +-
src/views/homesteadSurvey/fsssAdd.vue | 368 ++
src/views/homesteadSurvey/hncyDetails.vue | 5708 +++++++++++++++++++++
src/views/homesteadSurvey/hncyList2.vue | 5532 ++++++++++++++++++++
src/views/homesteadSurvey/list.vue | 2 +-
src/views/homesteadSurvey/list2.vue | 9 +-
src/views/homesteadSurvey/list3.vue | 161 +-
src/views/homesteadSurvey/list4.vue | 177 +-
src/views/homesteadSurvey/nhAdd.vue | 327 ++
src/views/homesteadSurvey/nhDetails.vue | 5697 ++++++++++++++++++++
src/views/homesteadSurvey/nhcyAdd.vue | 355 ++
src/views/homesteadSurvey/nhcyList.vue | 178 +
src/views/homesteadSurvey/nmfwAdd.vue | 563 ++
src/views/homesteadSurvey/nmfwList.vue | 183 +
src/views/homesteadSurvey/shyqrAdd.vue | 663 +--
src/views/homesteadSurvey/zrzAdd.vue | 423 ++
28 files changed, 20762 insertions(+), 644 deletions(-)
create mode 100644 src/components/Map/MapGisObtainTj.vue
create mode 100644 src/views/homesteadSurvey/fsssAdd.vue
create mode 100644 src/views/homesteadSurvey/hncyDetails.vue
create mode 100644 src/views/homesteadSurvey/hncyList2.vue
create mode 100644 src/views/homesteadSurvey/nhAdd.vue
create mode 100644 src/views/homesteadSurvey/nhDetails.vue
create mode 100644 src/views/homesteadSurvey/nhcyAdd.vue
create mode 100644 src/views/homesteadSurvey/nhcyList.vue
create mode 100644 src/views/homesteadSurvey/nmfwAdd.vue
create mode 100644 src/views/homesteadSurvey/nmfwList.vue
create mode 100644 src/views/homesteadSurvey/zrzAdd.vue
diff --git a/src/api/homesteadSurvey/fsss.js b/src/api/homesteadSurvey/fsss.js
index b61dfc4b..616cb45d 100644
--- a/src/api/homesteadSurvey/fsss.js
+++ b/src/api/homesteadSurvey/fsss.js
@@ -21,7 +21,7 @@ export function exportFsss(query) {
// 查询数据调查-附属设施详细
export function getFsss(id) {
return request({
- url: '/houseSurvey/fsss/get/' + id,
+ url: '/home/homesteadfsss/get/' + id,
method: 'get'
})
}
@@ -29,7 +29,7 @@ export function getFsss(id) {
// 新增数据调查-附属设施
export function addFsss(data) {
return request({
- url: '/houseSurvey/fsss/add',
+ url: '/home/homesteadfsss/add',
method: 'post',
data: data
})
@@ -38,7 +38,7 @@ export function addFsss(data) {
// 修改数据调查-附属设施
export function updateFsss(data) {
return request({
- url: '/houseSurvey/fsss/edit',
+ url: '/home/homesteadfsss/edit',
method: 'post',
data: data
})
diff --git a/src/api/homesteadSurvey/nh.js b/src/api/homesteadSurvey/nh.js
index bccdbc9b..719c064c 100644
--- a/src/api/homesteadSurvey/nh.js
+++ b/src/api/homesteadSurvey/nh.js
@@ -37,7 +37,7 @@ export function getNhByNhdm(nhdm) {
// 新增数据调查-户主信息
export function addNh(data) {
return request({
- url: '/home/homesteadnhhncy/add',
+ url: '/home/homesteadnh/add',
method: 'post',
data: data
})
@@ -55,7 +55,7 @@ export function nhConnectTask(data) {
// 修改数据调查-户主信息
export function updateNh(data) {
return request({
- url: '/home/homesteadnhhncy/edit',
+ url: '/home/homesteadnh/edit',
method: 'post',
data: data
})
diff --git a/src/api/homesteadSurvey/nmfw.js b/src/api/homesteadSurvey/nmfw.js
index 614bbb67..d2d587db 100644
--- a/src/api/homesteadSurvey/nmfw.js
+++ b/src/api/homesteadSurvey/nmfw.js
@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询数据调查-农民房屋列表
export function listNmfw(query) {
return request({
- url: '/houseSurvey/nmfw/list',
+ url: '/home/homesteadnmfw/list',
method: 'get',
params: query
})
@@ -12,7 +12,7 @@ export function listNmfw(query) {
// 导出数据调查-农民房屋
export function exportNmfw(query) {
return request({
- url: '/houseSurvey/nmfw/export',
+ url: '/home/homesteadnmfw/export',
method: 'get',
params: query
})
@@ -21,7 +21,7 @@ export function exportNmfw(query) {
// 查询数据调查-农民房屋详细
export function getNmfw(id) {
return request({
- url: '/houseSurvey/nmfw/get/' + id,
+ url: '/home/homesteadnmfw/get/' + id,
method: 'get'
})
}
@@ -29,7 +29,7 @@ export function getNmfw(id) {
// 新增数据调查-农民房屋
export function addNmfw(data) {
return request({
- url: '/houseSurvey/nmfw/add',
+ url: '/home/homesteadnmfw/add',
method: 'post',
data: data
})
@@ -38,7 +38,7 @@ export function addNmfw(data) {
// 新增数据调查-户主信息
export function nmfwConnectTask(data) {
return request({
- url: '/houseSurvey/nmfw/connectTask',
+ url: '/home/homesteadnmfw/connectTask',
method: 'post',
data: data
})
@@ -47,7 +47,7 @@ export function nmfwConnectTask(data) {
// 修改数据调查-农民房屋
export function updateNmfw(data) {
return request({
- url: '/houseSurvey/nmfw/edit',
+ url: '/home/homesteadnmfw/edit',
method: 'post',
data: data
})
@@ -56,7 +56,7 @@ export function updateNmfw(data) {
// 删除数据调查-农民房屋
export function delNmfw(id) {
return request({
- url: '/houseSurvey/nmfw/remove/' + id,
+ url: '/home/homesteadnmfw/remove/' + id,
method: 'get'
})
}
diff --git a/src/api/homesteadSurvey/shyqr.js b/src/api/homesteadSurvey/shyqr.js
index 923930f1..fcadba84 100644
--- a/src/api/homesteadSurvey/shyqr.js
+++ b/src/api/homesteadSurvey/shyqr.js
@@ -49,7 +49,7 @@ export function getShyqr(id) {
// 新增数据调查-使用权人
export function addShyqr(data) {
return request({
- url: '/houseSurvey/shyqr/add',
+ url: '/home/homesteadshyqr/add',
method: 'post',
data: data
})
@@ -58,7 +58,7 @@ export function addShyqr(data) {
// 修改数据调查-使用权人
export function updateShyqr(data) {
return request({
- url: '/houseSurvey/shyqr/edit',
+ url: '/home/homesteadshyqr/edit',
method: 'post',
data: data
})
diff --git a/src/api/homesteadSurvey/suyqr.js b/src/api/homesteadSurvey/suyqr.js
index 7104ca1e..a2c2b4c5 100644
--- a/src/api/homesteadSurvey/suyqr.js
+++ b/src/api/homesteadSurvey/suyqr.js
@@ -29,7 +29,7 @@ export function getSuyqr(id) {
// 新增数据调查-所有权利人
export function addSuyqr(data) {
return request({
- url: '/houseSurvey/suyqr/add',
+ url: '/home/homesteadsuyqr/add',
method: 'post',
data: data
})
@@ -47,7 +47,7 @@ export function suyqrConnectTask(data) {
// 修改数据调查-所有权利人
export function updateSuyqr(data) {
return request({
- url: '/houseSurvey/suyqr/edit',
+ url: '/home/homesteadsuyqr/edit',
method: 'post',
data: data
})
diff --git a/src/api/homesteadSurvey/zjdzd.js b/src/api/homesteadSurvey/zjdzd.js
index 445e3886..e5a9018a 100644
--- a/src/api/homesteadSurvey/zjdzd.js
+++ b/src/api/homesteadSurvey/zjdzd.js
@@ -22,6 +22,14 @@ export function listZjdzd(query) {
params: query
})
}
+// 查询数据调查-签字确认
+export function zjddcSign(data,zjddm) {
+ return request({
+ url: '/home/homesteadzjdzdxx/zjddc/sign/'+zjddm,
+ method: 'post',
+ data: data
+ })
+}
// 导出数据调查-宅基地宗地
export function exportZjdzd(query) {
return request({
diff --git a/src/api/homesteadSurvey/zrz.js b/src/api/homesteadSurvey/zrz.js
index 46306990..43dbb7f8 100644
--- a/src/api/homesteadSurvey/zrz.js
+++ b/src/api/homesteadSurvey/zrz.js
@@ -21,7 +21,7 @@ export function exportZrz(query) {
// 查询数据调查-自然幢详细
export function getZrz(id) {
return request({
- url: '/houseSurvey/zrz/get/' + id,
+ url: '/home/homespacezrz/get/' + id,
method: 'get'
})
}
@@ -29,7 +29,7 @@ export function getZrz(id) {
// 新增数据调查-自然幢
export function addZrz(data) {
return request({
- url: '/houseSurvey/zrz/add',
+ url: '/home/homespacezrz/add',
method: 'post',
data: data
})
@@ -38,7 +38,7 @@ export function addZrz(data) {
// 修改数据调查-自然幢
export function updateZrz(data) {
return request({
- url: '/houseSurvey/zrz/edit',
+ url: '/home/homespacezrz/edit',
method: 'post',
data: data
})
diff --git a/src/components/Map/MapGisObtainTj.vue b/src/components/Map/MapGisObtainTj.vue
new file mode 100644
index 00000000..9aae6f58
--- /dev/null
+++ b/src/components/Map/MapGisObtainTj.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 40d2e911..d0b2c50d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2975,6 +2975,96 @@ export const constantRoutes = [
},
component: (resolve) => require(['@/views/homesteadSurvey/shyqrAdd'], resolve)
},
+ {
+ path: '/homesteadSurvey/nhcyAdd',
+ name: 'nhcyAdd',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/nhcyAdd'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/hncyList2',
+ name: 'hncyList2',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/hncyList2'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/hncyDetails',
+ name: 'hncyDetails',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/hncyDetails'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/nhAdd',
+ name: 'nhAdd',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/nhAdd'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/nhDetails',
+ name: 'nhDetails',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/nhDetails'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/zrzAdd',
+ name: 'zrzAdd',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/zrzAdd'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/nhcyList',
+ name: 'nhcyList',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/nhcyList'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/nmfwList',
+ name: 'nmfwList',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/nmfwList'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/nmfwAdd',
+ name: 'nmfwAdd',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/nmfwAdd'], resolve)
+ },
+ {
+ path: '/homesteadSurvey/fsssAdd',
+ name: 'fsssAdd',
+ meta: {
+ title: '宅基地调查',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/homesteadSurvey/fsssAdd'], resolve)
+ },
{
path: '/homesteadSurvey/settle',
name: 'homesteadSettle',
diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue
index b7c6bfe5..57cbaa86 100644
--- a/src/views/homesteadSurvey/add.vue
+++ b/src/views/homesteadSurvey/add.vue
@@ -44,9 +44,9 @@