From a9615d9d03816a1170d85af15c6fbf6cac2277ba Mon Sep 17 00:00:00 2001
From: sunFlower <787203167@qq.com>
Date: Thu, 20 Oct 2022 09:15:14 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=BE=85=E5=8A=9E?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/SentList.vue | 16 ++++
.../components/doneList.vue | 19 ++++-
.../components/SentList.vue | 16 ++++
.../components/doneList.vue | 85 +++++++++++--------
4 files changed, 100 insertions(+), 36 deletions(-)
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue
index 173df447b..66e4ff628 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue
@@ -12,6 +12,8 @@
>
+ {{$t('monitoringProcess')}}
{{$t('view')}}
@@ -120,6 +122,17 @@
this.getList()
},
methods: {
+ monitoringProcessClick(row) {
+ let newUrl = this.$router.resolve({
+ path: '/processDetails',
+ query: {
+ prcNum: row.prcNum,
+ prcType: row.flowType,
+ prcId: row.actiProcInstId
+ }
+ })
+ window.open(newUrl.href, '_blank')
+ },
RelatedItemsClick(item) {
let newUrl = this.$router.resolve({
path: '/ProjectDetails',
@@ -332,4 +345,7 @@
margin-top: 20px;
}
+ .text-operation {
+ margin-right: 8px;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
index 193c0351a..7b70d0870 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
@@ -12,9 +12,11 @@
>
+ {{$t('monitoringProcess')}}
{{$t('view')}}
-
+
{{text}}
@@ -120,6 +122,17 @@
this.getList()
},
methods: {
+ monitoringProcessClick(row){
+ let newUrl = this.$router.resolve({
+ path: '/processDetails',
+ query: {
+ prcNum: row.prcNum,
+ prcType:row.flowType,
+ prcId:row.actiProcInstId,
+ }
+ })
+ window.open(newUrl.href, '_blank')
+ },
RelatedItemsClick(item) {
let newUrl = this.$router.resolve({
path: '/ProjectDetails',
@@ -331,5 +344,7 @@
text-align: right;
margin-top: 20px;
}
-
+ .text-operation{
+ margin-right: 8px;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue
index b74e14c5c..4ca82fb5b 100644
--- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue
+++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue
@@ -12,6 +12,8 @@
>
+ {{$t('monitoringProcess')}}
{{$t('view')}}
@@ -106,6 +108,17 @@
}
},
methods: {
+ monitoringProcessClick(row) {
+ let newUrl = this.$router.resolve({
+ path: '/processDetails',
+ query: {
+ prcNum: row.prcNum,
+ prcType: row.flowType,
+ prcId: row.actiProcInstId
+ }
+ })
+ window.open(newUrl.href, '_blank')
+ },
standardInformationClick(item) {
let newUrl = this.$router.resolve({
path: '/docManage/library/detail',
@@ -207,4 +220,7 @@
margin-top: 20px;
}
+ .text-operation {
+ margin-right: 8px;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue
index 113af5d43..2b30f7c8b 100644
--- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue
+++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue
@@ -12,6 +12,8 @@
>
+ {{$t('monitoringProcess')}}
{{$t('view')}}
@@ -36,13 +38,14 @@
@@ -206,4 +220,7 @@
margin-top: 20px;
}
+ .text-operation {
+ margin-right: 8px;
+ }
\ No newline at end of file
From f5933dd36d692c43a569ccbfeb1e78cbb8676c78 Mon Sep 17 00:00:00 2001
From: liyawei
Date: Thu, 20 Oct 2022 11:37:57 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-?=
=?UTF-8?q?=E8=AE=A4=E8=AF=81=E5=8F=82=E6=95=B0-=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-boot/db/蔚来标准sql/dev_third_record.sql | 7 ++
.../mapper/ParamsCollectManifestEOMapper.java | 2 +
.../xml/ParamsCollectManifestEOMapper.xml | 4 +
.../ParamsManifestTodoCenterServiceImpl.java | 88 +++++++++++++------
4 files changed, 76 insertions(+), 25 deletions(-)
diff --git a/jero-boot/db/蔚来标准sql/dev_third_record.sql b/jero-boot/db/蔚来标准sql/dev_third_record.sql
index 351bc7440..330771cdf 100644
--- a/jero-boot/db/蔚来标准sql/dev_third_record.sql
+++ b/jero-boot/db/蔚来标准sql/dev_third_record.sql
@@ -1219,6 +1219,13 @@ CREATE TABLE `laws_weilai`.`process_info_detail` (
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '流程信息明细表' ROW_FORMAT = Dynamic;
+-- 参数项收集清单 添加索引 2022-10-14 未同步生产环境
+ALTER TABLE `laws_weilai`.`params_collect_manifest`
+ ADD INDEX `index_pcm_nio_number`(`nio_number`) USING BTREE,
+ ADD INDEX `index_pcm_state`(`state`) USING BTREE,
+ ADD INDEX `index_pcm_sdt_dre`(`sdt`, `dre`) USING BTREE,
+ ADD INDEX `index_pcm_manifest_id`(`params_manifest_id`) USING BTREE;
+
-- 待办中心 流程信息明细表 增加字段 2022-10-18 未同步生产环境
ALTER TABLE `laws_weilai`.`process_info_detail`
ADD COLUMN `end_time` datetime NULL COMMENT '截止时间' AFTER `flow_type`;
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/mapper/ParamsCollectManifestEOMapper.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/mapper/ParamsCollectManifestEOMapper.java
index 1166ad6d3..76eedb79c 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/mapper/ParamsCollectManifestEOMapper.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/mapper/ParamsCollectManifestEOMapper.java
@@ -18,6 +18,8 @@ public interface ParamsCollectManifestEOMapper extends BaseMapper listInfo(@Param("paramsCollectManifestEO") ParamsCollectManifestEO paramsCollectManifestEO);
+ List listInfoOfTodoCenter();
+
List