diff --git a/src/api/sunVillage_info/fixedAssets.js b/src/api/sunVillage_info/fixedAssets.js index 54453297..eea3ff8b 100644 --- a/src/api/sunVillage_info/fixedAssets.js +++ b/src/api/sunVillage_info/fixedAssets.js @@ -1220,6 +1220,15 @@ export const assetLiabilityReportByExpTpl = (data) => { }) } +// 查询四议两公开列表 +export function listOther(query) { + return request({ + url: '/subcontract/other/list', + method: 'get', + params: query + }) +} + // 查询四议两公开列表 export function listSiyigongkai(query) { return request({ @@ -1229,6 +1238,15 @@ export function listSiyigongkai(query) { }) } +// 查询四议两公开列表 +export function listOtherOpen(query) { + return request({ + url: '/open/villageAffairs/public/otherPublicList', + method: 'get', + params: query + }) +} + // 查询四议两公开列表 export function listSiyigongkaiOpen(query) { return request({ diff --git a/src/assets/images/sunVillage_info/index_block_30.png b/src/assets/images/sunVillage_info/index_block_30.png new file mode 100644 index 00000000..9048e21b Binary files /dev/null and b/src/assets/images/sunVillage_info/index_block_30.png differ diff --git a/src/router/index.js b/src/router/index.js index 527e9526..3bd0dba1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3416,6 +3416,24 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/sunVillage_info/list_contract'], resolve) }, + { ////阳光村务(新)-- 四议两公开 + path: '/sunVillage_info/list_process', + name: 'sunVillageInfoListProcess', + meta: { + title: '实施过程公开', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/list_process'], resolve) + }, + { ////阳光村务(新)-- 四议两公开 + path: '/sunVillage_info/list_process_detail', + name: 'sunVillageInfoListProcessDetail', + meta: { + title: '实施过程公开', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/list_process_detail'], resolve) + }, { ////阳光村务(新)-- 四议两公开 path: '/sunVillage_info/list_discussions_new', name: 'sunVillageInfoListDiscussions', diff --git a/src/views/sunVillage_info/list_process.vue b/src/views/sunVillage_info/list_process.vue new file mode 100644 index 00000000..041f5f58 --- /dev/null +++ b/src/views/sunVillage_info/list_process.vue @@ -0,0 +1,427 @@ + + + + 实施过程公开 + + + + + + + + 共{{listLength}}条公开 + + + + + + + + + + + + + + {{item.openName}} + + + + {{item.jueyiAt}} + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/sunVillage_info/list_process_detail.vue b/src/views/sunVillage_info/list_process_detail.vue new file mode 100644 index 00000000..3bd4cc63 --- /dev/null +++ b/src/views/sunVillage_info/list_process_detail.vue @@ -0,0 +1,160 @@ + + + + 实施过程公开 + + + + + + + + + + + + + + + + + + + + + + + + + +
实施过程公开
{{item.openName}}