diff --git a/src/api/sunVillage_info/fixedAssets.js b/src/api/sunVillage_info/fixedAssets.js index afe3ff70..e86dc26f 100644 --- a/src/api/sunVillage_info/fixedAssets.js +++ b/src/api/sunVillage_info/fixedAssets.js @@ -752,3 +752,56 @@ export function multipleLotsSecondSign(data, id) { data: data }) } + +// 查询承包合同列表 +export function listCbht(query) { + return request({ + url: '/service/cbht/list', + method: 'get', + params: query + }) +} + +// 承包合同甲方签名 +export function cbhtFirstSign(data,id) { + return request({ + url: '/service/cbht/sign/first/' + id, + method: 'post', + data: data + }) +} + +// 查询承包合同详细 +export function getCbht(query, id) { + return request({ + url: '/service/cbht/get/' + id, + method: 'get', + params: query + }) +} + +// 查询承包方信息 +export function getCbf(idcard) { + return request({ + url: '/home/mobile/cbf/get/' + idcard, + method: 'get' + }) +} + +// 查询承包合同信息 +export function getCbhtList(query) { + return request({ + url: '/home/mobile/cbht/list', + method: 'get', + params: query + }) +} + +// 承包合同乙方签名 +export function cbhtSecondSign(data,id) { + return request({ + url: '/service/cbht/sign/second/' + id, + method: 'post', + data: data + }) +} diff --git a/src/router/index.js b/src/router/index.js index 1dadfeff..1474821e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3875,6 +3875,33 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/sunVillage_info/list_multipleLotsNh_detail'], resolve) }, + { ////阳光村务(新)-- 承包合同网签 + path: '/sunVillage_info/list_cbht', + name: 'sunVillageInfoListCbht', + meta: { + title: '承包合同网签', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/list_cbht'], resolve) + }, + { ////阳光村务(新)-- 承包合同详情 + path: '/sunVillage_info/list_cbht_detail', + name: 'sunVillageInfoListCbhtDetail', + meta: { + title: '承包合同详情', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/list_cbht_detail'], resolve) + }, + { ////阳光村务(新)-- 承包方网签 + path: '/sunVillage_info/list_cbf', + name: 'sunVillageInfoListCbf', + meta: { + title: '承包方网签', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/list_cbf'], resolve) + }, { ////阳光村务(新)-- 宅基地申请 path: '/sunVillage_info/homeApplication/applicationList', name: 'sunVillageInfoApplicationList', diff --git a/src/views/sunVillage_info/list_cbf.vue b/src/views/sunVillage_info/list_cbf.vue new file mode 100644 index 00000000..693f399a --- /dev/null +++ b/src/views/sunVillage_info/list_cbf.vue @@ -0,0 +1,577 @@ + + + + + diff --git a/src/views/sunVillage_info/list_cbht.vue b/src/views/sunVillage_info/list_cbht.vue new file mode 100644 index 00000000..263864d9 --- /dev/null +++ b/src/views/sunVillage_info/list_cbht.vue @@ -0,0 +1,567 @@ + + + + + diff --git a/src/views/sunVillage_info/list_cbht_detail.vue b/src/views/sunVillage_info/list_cbht_detail.vue new file mode 100644 index 00000000..bd1c2449 --- /dev/null +++ b/src/views/sunVillage_info/list_cbht_detail.vue @@ -0,0 +1,206 @@ + + + + + diff --git a/src/views/sunVillage_info/list_multipleLotsNh.vue b/src/views/sunVillage_info/list_multipleLotsNh.vue index 07726871..e191ee4b 100644 --- a/src/views/sunVillage_info/list_multipleLotsNh.vue +++ b/src/views/sunVillage_info/list_multipleLotsNh.vue @@ -4,7 +4,7 @@ class="header_main" :style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" > - 标段农户网签 + 标段合同