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 @@ + + + + +