From 513e6dbdc481bf7648ab88ea5ff281c0e2a9bf63 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Wed, 22 May 2024 19:11:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E6=8A=A5=E5=BC=80=E5=A7=8B=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5=E5=8F=8A=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=BA=93=E7=9A=84=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E3=80=81=E8=AF=A6=E6=83=85=E7=9A=84=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/api/onlineDeclartion/declareAddContent.js | 8 ++ .../declarationManagement/index.vue | 10 +- .../declareAddContent/index.vue | 95 +++++++++----- .../declareDetailContent/index.vue | 80 +++++++----- .../onlineDeclaration/pendingReview/index.vue | 74 +++++++---- src/views/onlineDeclaration/records/index.vue | 119 ++++++++++++------ .../templateDetail/index.vue | 7 +- src/views/policyDocument/index.vue | 34 ++--- src/views/project/index.vue | 43 +++---- .../projectInfo/components/tabFour/index.vue | 1 + src/views/project/projectInfo/index.vue | 2 +- 12 files changed, 301 insertions(+), 174 deletions(-) diff --git a/.env.development b/.env.development index 0fa1cc8..65db24a 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.104:9040' +VUE_APP_BASE_API = 'http://192.168.0.105:9040' # VUE_APP_BASE_API = 'http://39.101.188.84:9040' # 路由懒加载 diff --git a/src/api/onlineDeclartion/declareAddContent.js b/src/api/onlineDeclartion/declareAddContent.js index 103930a..e595f8b 100644 --- a/src/api/onlineDeclartion/declareAddContent.js +++ b/src/api/onlineDeclartion/declareAddContent.js @@ -60,6 +60,14 @@ export function templateList(query) { }) } +// 查询申报模版详情 +export function templateGetId(id) { + return request({ + url: '/system/templateRecord/' + id, + method: 'get', + }) +} + // 导出 export function exportData(data) { return request({ diff --git a/src/views/onlineDeclaration/declarationManagement/index.vue b/src/views/onlineDeclaration/declarationManagement/index.vue index d673f3f..78897fb 100644 --- a/src/views/onlineDeclaration/declarationManagement/index.vue +++ b/src/views/onlineDeclaration/declarationManagement/index.vue @@ -45,7 +45,7 @@ - + - +
-
申报类别
-
{{ templateInfo.templateName }}
+
申报任务标题:
+
{{ enterpriseDirectory }}
- +
-
责任单位
+
申报单位:
+
{{ baseInfo.enterpriseName }}
+
+
+ +
+
年份:
+ +
{{ parseTime(templateInfo.createTime, '{y}') }}
+
+
+ +
+
项目分类:
+ +
+
+ +
+
责任单位:
- +
-
申报时间
-
{{ parseTime(new Date(), '{y}-{m}-{d}') }}
+
级别:
+
@@ -62,7 +81,7 @@ - {{ openInterfaceInfo.projectName }} + {{ templateInfo.templateName }}