diff --git a/config/index.js b/config/index.js index 8386f4ae..a73616ff 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ module.exports = { proxyTable: { "/api": { // 请求的目标主机 - // target: 'http://218.59.175.44:8082/nsgk_test/', // 公网测试环境 + //target: 'http://218.59.175.44:8082/nsgk_test/', // 公网测试环境 // target: `http://192.168.0.116:8091/nsgk_api/`, // 内网测试环境 target: 'http://localhost:8080/', //target: 'http://192.168.0.106:8080/', diff --git a/index.html b/index.html index cb89f9a2..e5aa6330 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,10 @@
- + + diff --git a/src/api/onlineHome/bankAgriculture/paymentApproval.js b/src/api/onlineHome/bankAgriculture/paymentApproval.js index 17c0fee8..07289300 100644 --- a/src/api/onlineHome/bankAgriculture/paymentApproval.js +++ b/src/api/onlineHome/bankAgriculture/paymentApproval.js @@ -449,15 +449,14 @@ export function addMajorevent(data) { export function customSubmitMajorevent(id) { return request({ url: '/yinnong/majorevent/customSubmitNew/' + id, - method: 'post' + method: 'get' }) } // 撤回 -export function updateTYinnongMajoreventFoStatus(data) { +export function updateTYinnongMajoreventFoStatus(id) { return request({ - url: '/yinnong/majorevent/updateTYinnongMajoreventFoStatus', - method: 'post', - data: data + url: '/yinnong/majorevent/updateTYinnongMajoreventFoStatus/' + id, + method: 'get' }) } // 查询重大事项申请详细 diff --git a/src/api/onlineHome/villageAffairs.js b/src/api/onlineHome/villageAffairs.js index 6a31ed94..029b0fde 100644 --- a/src/api/onlineHome/villageAffairs.js +++ b/src/api/onlineHome/villageAffairs.js @@ -19,6 +19,7 @@ export function getVillageAffairs(id) { // 查询地区下的账套列表 export function bookListByDept(deptId, bookType) { + console.log(deptId); return request({ url: '/open/villageAffairs/public/bookList/' + deptId, method: 'get', diff --git a/src/api/sunVillage_info/fixedAssets.js b/src/api/sunVillage_info/fixedAssets.js index b7bd6428..c514ba4e 100644 --- a/src/api/sunVillage_info/fixedAssets.js +++ b/src/api/sunVillage_info/fixedAssets.js @@ -279,6 +279,45 @@ export function majorEventPublicList(query) { params: query }) } +// 重要事项公开列表 +export function importantList(query) { + return request({ + url: '/open/villageAffairs/public/importantList', + method: 'get', + params: query + }) +} +// 重要事项公开详情 +export function importantDetail(query) { + return request({ + url: '/open/villageAffairs/public/importantDetail', + method: 'get', + params: query + }) +} +// 重要事项公开新增 +export function subcontractAdd(data) { + return request({ + url: '/subcontract/event/add', + method: 'post', + data: data + }) +} +// 重要事项公开修改 +export function subcontractEdit(data) { + return request({ + url: '/subcontract/event/edit', + method: 'post', + data: data + }) +} +// 重要事项公开删除 +export function subcontractRemove(id) { + return request({ + url: '/subcontract/event/remove/' + id, + method: 'get' + }) +} // 财务公开详情 export function financePublicDetail(query) { return request({ @@ -1219,3 +1258,227 @@ export const assetLiabilityReportByExpTpl = (data) => { params: data }) } + +// 查询四议两公开列表 +export function listOther(query) { + return request({ + url: '/subcontract/other/list', + method: 'get', + params: query + }) +} + +// 查询四议两公开列表 +export function listSiyigongkai(query) { + return request({ + url: '/subcontract/siyigongkai/list', + method: 'get', + params: query + }) +} + +// 查询四议两公开列表 +export function listOtherOpen(query) { + return request({ + url: '/open/villageAffairs/public/otherPublicList', + method: 'get', + params: query + }) +} + +// 查询四议两公开列表 +export function listSiyigongkaiOpen(query) { + return request({ + url: '/open/villageAffairs/public/siyigongkaiList', + method: 'get', + params: query + }) +} + +// 查询四议两公开详细 +export function otherPublicDetailN(id) { + return request({ + url: '/open/villageAffairs/public/otherPublicDetail?id=' + id, + method: 'get' + }) +} + +// 查询四议两公开详细 +export function otherPublicDetailOpen(id) { + return request({ + url: '/open/villageAffairs/public/otherPublicDetail?id=' + id, + method: 'get' + }) +} + +// 查询四议两公开详细 +export function getSiyigongkai(id) { + return request({ + url: '/subcontract/siyigongkai/get/' + id, + method: 'get' + }) +} + +// 查询四议两公开详细 +export function getSiyigongkaiOpen(id, bookId) { + return request({ + url: '/open/villageAffairs/public/siyigongkaiDetail', + method: 'get', + params: { id, bookId } + }) +} + +// 修改四议两公开 +export function updateSiyigongkai(data) { + return request({ + url: '/subcontract/siyigongkai/edit', + method: 'post', + data: data + }) +} + +// 新增四议两公开 +export function addSiyigongkai(data) { + return request({ + url: '/subcontract/siyigongkai/add', + method: 'post', + data: data + }) +} + +// 删除四议两公开 +export function delSiyigongkai(id) { + return request({ + url: '/subcontract/siyigongkai/remove/' + id, + method: 'get' + }) +} + +// 查询四议两公开列表 +export function specialPublicityList(query) { + return request({ + url: '/open/villageAffairs/public/specialPublicityList', + method: 'get', + params: query + }) +} + +// 查询四议两公开列表 +export function specialPublicityDetail(query) { + return request({ + url: '/open/villageAffairs/public/specialPublicityDetail', + method: 'get', + params: query + }) +} +// 查询四议表决详情 +export function specialPublicityVote(query) { + return request({ + url: '/open/villageAffairs/public/specialVote', + method: 'get', + params: query + }) +} +// 新增表决记录 +export function votedetailAdd(data) { + return request({ + url: '/open/villageAffairs/public/votedetailAdd', + method: 'post', + data: data + }) +} + +// 查询四议两公开列表 +export function addReadCount(query) { + return request({ + url: '/open/villageAffairs/public/addReadCount', + method: 'get', + params: query + }) +} + +// 查询四议两公开列表 +export function specialPublicityEdit(data) { + return request({ + url: '/subcontract/publicity/edit', + method: 'post', + data: data + }) +} + +// 查询四议两公开列表 +export function specialPublicityAdd(data) { + return request({ + url: '/subcontract/publicity/add', + method: 'post', + data: data + }) +} + +// 删除四议两公开 +export function specialPublicityRemove(id) { + return request({ + url: '/subcontract/publicity/remove/' + id, + method: 'get' + }) +} + +// 查询四议两公开列表 +export function updateSpecialPublicityCount(query) { + return request({ + url: '/open/villageAffairs/public/updateSpecialPublicityCount', + method: 'get', + params: query + }) +} + +// 收支明细公开 +export function financialPublicDetailReport(query) { + return request({ + url: '/open/finance/financialPublicDetailReport', + method: 'get', + params: query + }) +} + + +// 收支明细公开 +export function jyxzcqkgkList(query) { + return request({ + url: '/open/asset/jyxzcqkgk/list', + method: 'get', + params: query + }) +} + +// 收支明细公开 +export function jyxzyqkgkList(query) { + return request({ + url: '/open/assetresource/jyxzyqkgk/list', + method: 'get', + params: query + }) +} + +export function jyxzcqkgkDetail(id) { + return request({ + url: '/open/asset/jyxzcqkgk/detail/' + id, + method: 'get' + }) +} + +export function jyxzyqkgkDetail(id) { + return request({ + url: '/open/assetresource/jyxzyqkgk/detail/' + id, + method: 'get' + }) +} + +// 收支明细公开 +export function webList(query) { + return request({ + url: '/open/typz/list', + method: 'get', + params: query + }) +} diff --git a/src/api/sunVillage_info/three.js b/src/api/sunVillage_info/three.js new file mode 100644 index 00000000..2299642e --- /dev/null +++ b/src/api/sunVillage_info/three.js @@ -0,0 +1,98 @@ +import request from '@/utils/request' + +// 查询三清台账列表 +export function listThree(query) { + return request({ + url: '/asset/three/list', + method: 'get', + params: query + }) +} + +// 统计查询三清台账列表 +export function statisticThree(query) { + return request({ + url: '/asset/three/statistic', + method: 'get', + params: query + }) +} + +// 导出三清台账 +export function exportThree(query) { + return request({ + url: '/asset/three/export', + method: 'get', + params: query + }) +} + +// 查询三清台账详细 +export function getThree(id) { + return request({ + url: '/asset/three/get/' + id, + method: 'get', + params: arguments[1] || {} + }) +} + +// 新增三清台账 +export function addThree(data) { + return request({ + url: '/asset/three/add', + method: 'post', + data: data + }) +} + +// 修改三清台账 +export function updateThree(data) { + return request({ + url: '/asset/three/edit', + method: 'post', + data: data + }) +} + +// 删除三清台账 +export function delThree(id) { + return request({ + url: '/asset/three/remove/' + id, + method: 'get' + }) +} + +// 清空空间字段 +export function clearThreeGeom(id) { + return request({ + url: '/asset/three/clear/' + id, + method: 'get', + }) +} +//上传全局方法附件 +export function commonAttach(data) { + return request({ + url: '/common/attach', + method: 'post', + header: { "Content-Type": 'application/x-www-form-urlencoded' }, + data: data + }) +} +//查询已上传附件 +export const attachmentList = (data) => { + return request({ + url: '/system/attachment/query', + method: 'get', + params: data + }) +} +//删除已上传附件 +export function systemAttachment(ids) { + if (ids != undefined) { + return request({ + url: '/system/attachment/remove/' + ids, + method: 'get' + }) + } +} + diff --git a/src/assets/images/location/mark.png b/src/assets/images/location/mark.png new file mode 100644 index 00000000..782d405a Binary files /dev/null and b/src/assets/images/location/mark.png differ diff --git a/src/assets/images/sunVillage_info/index_block_28.png b/src/assets/images/sunVillage_info/index_block_28.png new file mode 100644 index 00000000..6127b65a Binary files /dev/null and b/src/assets/images/sunVillage_info/index_block_28.png differ diff --git a/src/assets/images/sunVillage_info/index_block_29.png b/src/assets/images/sunVillage_info/index_block_29.png new file mode 100644 index 00000000..0101d46f Binary files /dev/null and b/src/assets/images/sunVillage_info/index_block_29.png differ 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/assets/images/sunVillage_info/index_block_31.png b/src/assets/images/sunVillage_info/index_block_31.png new file mode 100644 index 00000000..49a573a0 Binary files /dev/null and b/src/assets/images/sunVillage_info/index_block_31.png differ diff --git a/src/assets/images/sunVillage_info/index_code_btn_16.png b/src/assets/images/sunVillage_info/index_code_btn_16.png new file mode 100644 index 00000000..524d5039 Binary files /dev/null and b/src/assets/images/sunVillage_info/index_code_btn_16.png differ diff --git a/src/assets/images/sunVillage_info/index_code_btn_17.png b/src/assets/images/sunVillage_info/index_code_btn_17.png new file mode 100644 index 00000000..a61f3b61 Binary files /dev/null and b/src/assets/images/sunVillage_info/index_code_btn_17.png differ diff --git a/src/assets/images/sunVillage_info/index_code_btn_18.png b/src/assets/images/sunVillage_info/index_code_btn_18.png new file mode 100644 index 00000000..a286ad9f Binary files /dev/null and b/src/assets/images/sunVillage_info/index_code_btn_18.png differ diff --git a/src/assets/images/sunVillage_info/index_code_btn_19.png b/src/assets/images/sunVillage_info/index_code_btn_19.png new file mode 100644 index 00000000..5f18713d Binary files /dev/null and b/src/assets/images/sunVillage_info/index_code_btn_19.png differ diff --git a/src/components/Map/MapGisLine.vue b/src/components/Map/MapGisLine.vue index ce6a8381..c7d47aa2 100644 --- a/src/components/Map/MapGisLine.vue +++ b/src/components/Map/MapGisLine.vue @@ -7,11 +7,12 @@ + -· 已阅读并知晓: - 《诚信承诺书》 + 《竞买人承诺书》
-· 已阅读并知晓: + 《竞买须知》 +
+添加付款账户信息
+ +基础信息
添加收款账户信息
+ +基础信息
@@ -70,6 +64,7 @@ />{{ item.sfgyr }}
{{ item.dkmc }}
-{{ item.dkbm }}
-{{ item.htmjm }}亩
- -{{ item.dldj }}
-{{ item.tdyt }}
-基本农田:{{ item.sfjbnt }}
-东:{{ item.dkdz }}
-西:{{ item. dkxz }}
-南:{{ item.dknz }}
-北:{{ item.dkbz }}
+地块数:{{dkzs}}
+总面积:{{dkzmj}}亩
+{{ item.dkmc }}
+{{ item.dkbm }}
+{{ item.htmjm }}亩
+ +{{ item.dldj }}
+{{ item.tdyt }}
+基本农田:{{ item.sfjbnt }}
+东:{{ item.dkdz }}
+西:{{ item. dkxz }}
+南:{{ item.dknz }}
+北:{{ item.dkbz }}
+点击查看附件
公开标题
+ +决议公开日期
+ +决议公开图片
+ +实施过程公开日期
+ +实施过程公开图片
+ +实施结果公开日期
+ +实施结果公开图片
+ +备注
+ +公开标题
+ +决议公开日期
+ +决议公开图片
+ +实施过程公开日期
+ +实施过程公开图片
+ +实施公开日期
+ +实施公开图片
+ +备注
+ +{{item.openName}}
+新
+公开年月
+ +公开名称
+ +收支明细表(图)
+ +科目余额表(图)
+ +资产负债表(图)
+ +公开文件
+ +{{item.name}}
+
+ 备注
+ +公开年月
+ +公开名称
+ +收支明细表(图)
+ +科目余额表(图)
+ +资产负债表(图)
+ +公开文件
+ +备注
+ +公开年月
+ +公开名称
+ +收支明细表(图)
+ +科目余额表(图)
+ +资产负债表(图)
+ +公开文件
+ +{{item.name}}
+
+ 备注
+ +{{item.openName}}
+新
+公开年月
+ +公开名称
+ +事项类型
+ +公开图片
+ +附件
+ +{{item.name}}
+
+ 内容
+ +备注
+ +公开年月
+ +公开名称
+ +事项类型
+ +公开图片
+ +附件
+ +内容
+ + + + +备注
+ +公开年月
+ +公开名称
+ +事项类型
+ +公开图片
+ +附件
+ +{{item.name}}
+
+ 内容
+ + + + +备注
+ +{{item.name}}
+{{item.originalValue}}元
+{{selectDictLabel(resourceTypeOptionsY, item.resourceType)}}
+{{item.totalArea}}亩
+实施过程公开
+ + +{{item.otherName}}
+{{item.voucherSummary}}
+¥ {{item.jieAmount}}元
+¥ {{item.daiAmount}}元
+专项公示
+ + +{{item.openName}}
+公示标题
+ +公示年月
+ +公示类型
+ +公示图片
+ +内容
+ +备注
+ +公示标题
+ +公示年月
+ +公示类型
+ +公示图片
+ +内容
+ +备注
+ +您好,
+欢迎使用阳光三资
+{{tsdh}}
+{{title}}
+ + +{{item.otherName}}
+{{title}}
+ +{{item.otherName}}
+*电子签名
+基本信息
+基本信息
+基本信息
+添加开户行
- -