From 275595c743744d49d1927f7c489f1f85d96026b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 21 Mar 2023 10:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 + jero-web/src/common/lang/zh-cn.js | 2 + .../components/circulationHistory.vue | 150 +++++++++++++++--- .../components/designCompliance.vue | 10 +- .../components/projectInformation.vue | 2 +- .../reviewedByThePersonInCharge.vue | 8 +- .../components/standardContent.vue | 2 +- 7 files changed, 147 insertions(+), 29 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index bcbef9056..55df1c4f6 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1671,5 +1671,7 @@ module.exports = { thePersonResponsibleForDesignCannotBeBlank:'The person responsible for designing the compliance process cannot be empty', recordmaintenance:'Record maintenance', module:'module', + designComplianceReviewAdmin:'Design Compliance Review', + missionAccomplished:'Mission Accomplished', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 67efb250f..fdbe640a5 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1771,4 +1771,6 @@ module.exports = { thePersonResponsibleForDesignCannotBeBlank:'设计符合性流程的责任人不能为空', recordmaintenance:'备案维护', module:'模块', + designComplianceReviewAdmin:'设计符合性审查', + missionAccomplished:'任务完成', } \ No newline at end of file diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue index 22873d08a..0ed128549 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue @@ -5,6 +5,28 @@ {{title}} +
+ +
+
+ + + + 4 + + + + + 5 + + +
+
{{item.name}}
+
+
+
+
+
{ - this.dataSource = res + this.loading = true + getAction('/wkflow/processHistoryEO/list', query).then((res) => { + if (res.success) { + this.dataSource = res.result || [] + this.loading = false + } else { + this.dataSource = [] + this.loading = false + } }) }, viewFileClick(item) { @@ -131,7 +178,7 @@ \ No newline at end of file diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue index 214b844e4..f7d6c57c8 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue @@ -3,7 +3,7 @@
@@ -267,7 +268,7 @@ .drawer-bootom-button { position: absolute; bottom: 0; - z-index: 100; + z-index: 1002; width: 100%; border-top: 1px solid #e8e8e8; padding: 10px 16px; @@ -280,11 +281,10 @@ .drawer-review { position: absolute; bottom: 40px; - z-index: 100; - height: 384px; + z-index: 1001; + height: 404px; width: 100%; border-top: 1px solid #e8e8e8; - padding: 10px 16px; left: 0; background: #fff; border-radius: 0 0 2px 2px; diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue index 1967e44dd..fb6e95f39 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue @@ -100,7 +100,7 @@