From 898067f2c8c8e4a9fe113547e8249f361d7474f4 Mon Sep 17 00:00:00 2001 From: xzt <1113240624@qq.com> Date: Mon, 5 Feb 2024 16:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jwtech-pc-page/config/index.js | 5 +- .../src/api/enterpriseInformation.js | 18 + .../src/components/aerialHeaderMenu.vue | 168 +++-- .../announcement/actionAnnouncementDetail.vue | 208 +++--- .../components/announcementBasicTable.vue | 124 ++-- .../components/misconductTable.vue | 157 ++-- .../src/views/announcement/index.vue | 504 +++++++------ .../creditStatistics/certificationPage.vue | 699 ++++++++++-------- .../components/allQualified.vue | 186 ++--- .../components/goodNotice.vue | 353 +++++---- .../components/actionList.vue | 223 +++--- .../components/personalTable.vue | 259 ++++--- .../src/views/enterpriseInformation/index.vue | 468 +++++++----- 13 files changed, 1908 insertions(+), 1464 deletions(-) diff --git a/jwtech-pc-page/config/index.js b/jwtech-pc-page/config/index.js index b1614bf6..05f19b11 100644 --- a/jwtech-pc-page/config/index.js +++ b/jwtech-pc-page/config/index.js @@ -32,7 +32,8 @@ module.exports = { // }, proxyTable: { '/kms-pc-web': { - target: 'http://127.0.0.1:18080/kms-pc-web', + // target: 'http://127.0.0.1:18080/kms-pc-web', + target: 'http://192.168.2.106:18082/kms-pc-web', changeOrigin: true, pathRewrite: { '^/kms-pc-web': '/' @@ -41,7 +42,7 @@ module.exports = { }, // 使用 localhost:18080 或者 本机地址:18080 访问系统页面 - host: '192.168.2.101', // can be overwritten by process.env.HOST + host: '192.168.2.100', // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, diff --git a/jwtech-pc-page/src/api/enterpriseInformation.js b/jwtech-pc-page/src/api/enterpriseInformation.js index 3eaf5b17..eea09625 100644 --- a/jwtech-pc-page/src/api/enterpriseInformation.js +++ b/jwtech-pc-page/src/api/enterpriseInformation.js @@ -25,6 +25,15 @@ export function listByEid(enterpriseId) { }) } +// 企业详情-人员信息 +export function personInfoList(data) { + return request({ + url: '/enterprise/certificateInfo/list', + method: 'POST', + data: data + }) +} + // 企业详情-资质信息 export function personInfo(enterpriseId) { return request({ @@ -60,6 +69,15 @@ export function zhxxList(data) { }) } +// 良好公告 +export function getGoodAll(data) { + return request({ + url: '/enterprise/credit/getGoodAll', + method: 'POST', + data: data + }) +} + // 不良公告 export function getBadAll(data) { return request({ diff --git a/jwtech-pc-page/src/components/aerialHeaderMenu.vue b/jwtech-pc-page/src/components/aerialHeaderMenu.vue index b38e97fd..9af3611f 100644 --- a/jwtech-pc-page/src/components/aerialHeaderMenu.vue +++ b/jwtech-pc-page/src/components/aerialHeaderMenu.vue @@ -2,34 +2,42 @@
- +
- + 主管部门填报
- + 企业填报