From 9018a2e20fb61f823db3a4ce1afb181e89c24cc3 Mon Sep 17 00:00:00 2001
From: xyq <392009588@qq.com>
Date: Fri, 25 Aug 2023 10:37:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=BF=E5=8C=85=E6=96=B9=E3=80=81=E5=8F=91?=
=?UTF-8?q?=E5=8C=85=E6=96=B9=E6=8E=88=E6=9D=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/sunVillage_info/sysCbf.js | 9 +
src/permission.js | 1 +
src/router/index.js | 18 +
.../sunVillage_info/index_code_rights.vue | 3 +
src/views/sunVillage_info/list_cbfsq.vue | 385 ++++++++++++++++++
src/views/sunVillage_info/list_fbfsq.vue | 317 ++++++++++++++
6 files changed, 733 insertions(+)
create mode 100644 src/views/sunVillage_info/list_cbfsq.vue
create mode 100644 src/views/sunVillage_info/list_fbfsq.vue
diff --git a/src/api/sunVillage_info/sysCbf.js b/src/api/sunVillage_info/sysCbf.js
index 0237f578..70dfc3aa 100644
--- a/src/api/sunVillage_info/sysCbf.js
+++ b/src/api/sunVillage_info/sysCbf.js
@@ -8,6 +8,15 @@ export function getList(data){
params:data
})
}
+//承包方查询
+export function getCbfList(data){
+ return request({
+ url:'/open/villageAffairs/public/cbfList',
+ method:'get',
+ params:data
+ })
+}
+
//查询承包地块列表
export function getCbdkms(data){
return request({
diff --git a/src/permission.js b/src/permission.js
index 5ab4b568..86bb087a 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -118,6 +118,7 @@ const whiteList = [
'/sunVillage_info/arbitrationDetail',
'/sunVillage_info/familyMember',
'/sunVillage_info/familyMemberDetail',
+ '/sunVillage_info/list_cbfsq',
'/sunVillage_info/list_signature',
'/sunVillage_info/list_official',
'/sunVillage_info/list_signature_add',
diff --git a/src/router/index.js b/src/router/index.js
index 2e5fd561..59543d55 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -3624,6 +3624,15 @@ export const constantRoutes = [
},
component: (resolve) => require(['@/views/sunVillage_info/list_chronicles_single_process'], resolve)
},
+ { ////阳光村务(新)-- 发包方授权
+ path: '/sunVillage_info/list_fbfsq',
+ name: 'sunVillageInfoListFbfsq',
+ meta: {
+ title: '发包方授权',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/sunVillage_info/list_fbfsq'], resolve)
+ },
{ // 综合填报
path: '/sunVillage_info/entityReportList',
name: 'entityReportList',
@@ -4011,6 +4020,15 @@ export const constantRoutes = [
},
component: (resolve) => require(['@/views/sunVillage_info/familyMember/familyMemberDetail'], resolve)
},
+ {
+ path: '/sunVillage_info/list_cbfsq',
+ name: 'sunVillageInfoListCbfsq',
+ meta: {
+ title: '承包方授权',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/sunVillage_info/list_cbfsq'], resolve)
+ },
{ ////阳光村务(新)-- 合同信息
path: '/sunVillage_info/list_vote_detail',
name: 'sunVillageInfoListVoteDetail',
diff --git a/src/views/sunVillage_info/index_code_rights.vue b/src/views/sunVillage_info/index_code_rights.vue
index fdd2fe25..a98ee40b 100644
--- a/src/views/sunVillage_info/index_code_rights.vue
+++ b/src/views/sunVillage_info/index_code_rights.vue
@@ -241,6 +241,9 @@
&:nth-child(4n+1){
margin-top: 15PX;
}
+ &:nth-child(5n+1){
+ margin-top: 15PX;
+ }
&:nth-child(1){
margin-top: 0PX;
}
diff --git a/src/views/sunVillage_info/list_cbfsq.vue b/src/views/sunVillage_info/list_cbfsq.vue
new file mode 100644
index 00000000..e17ab379
--- /dev/null
+++ b/src/views/sunVillage_info/list_cbfsq.vue
@@ -0,0 +1,385 @@
+
+
+
+
+
+

+
承包方授权
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 授权
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sunVillage_info/list_fbfsq.vue b/src/views/sunVillage_info/list_fbfsq.vue
new file mode 100644
index 00000000..57c7425a
--- /dev/null
+++ b/src/views/sunVillage_info/list_fbfsq.vue
@@ -0,0 +1,317 @@
+
+
+
+
+
+

+
发包方授权
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 授权
+
+
+
+
+
+
+
+
+