From b2bc48e2167749371010588f5148ea561b72357d Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Wed, 5 Jul 2023 09:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=AE=B5=E5=90=88=E5=90=8C=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E6=AE=B5=E5=86=9C=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 + .../sunVillage_info/list_multipleLots.vue | 10 + .../list_multipleLotsContract_nh.vue | 465 ++++++++++++++++++ 3 files changed, 484 insertions(+) create mode 100644 src/views/sunVillage_info/list_multipleLotsContract_nh.vue diff --git a/src/router/index.js b/src/router/index.js index 26b21ece..7530d7b7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3759,6 +3759,15 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/sunVillage_info/list_multipleLots_detail'], resolve) }, + { ////阳光村务(新)-- 标段合同中的查看标段农户 + path: '/sunVillage_info/list_multipleLotsContract_nh', + name: 'sunVillageInfoListMultipleLotsContractNh', + meta: { + title: '标段农户', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/list_multipleLotsContract_nh'], resolve) + }, { ////阳光村务(新)-- 标段农户网签 path: '/sunVillage_info/list_multipleLotsNh', name: 'sunVillageInfoListMultipleLotsNh', diff --git a/src/views/sunVillage_info/list_multipleLots.vue b/src/views/sunVillage_info/list_multipleLots.vue index 29ca1049..6e7b1d66 100644 --- a/src/views/sunVillage_info/list_multipleLots.vue +++ b/src/views/sunVillage_info/list_multipleLots.vue @@ -41,6 +41,10 @@

签名

+
+ +

查看农户

+

附件

@@ -240,6 +244,12 @@ type: mime }) }, + showMultipleLotsNh(id) { + this.$router.push({ + path: '/sunVillage_info/list_multipleLotsContract_nh', + query: { id: id } + }) + }, }, } diff --git a/src/views/sunVillage_info/list_multipleLotsContract_nh.vue b/src/views/sunVillage_info/list_multipleLotsContract_nh.vue new file mode 100644 index 00000000..702de976 --- /dev/null +++ b/src/views/sunVillage_info/list_multipleLotsContract_nh.vue @@ -0,0 +1,465 @@ + + + + +