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

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