From bb19525560f05cc2805eab6d04be8a1e6c70dbb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Wed, 10 May 2023 11:04:46 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9UAT=E6=8F=90=E5=87=BA?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/certificationList/index.vue | 67 +++++++++----------
.../components/listOfRegulations.vue | 50 +++++++-------
2 files changed, 59 insertions(+), 58 deletions(-)
diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue
index c9b280e65..713cccc45 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/index.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue
@@ -43,40 +43,39 @@
-
-
-
-
{{ $t('standardNo') }}
+
+
+
+
+ {{ $t('standardNo') }}
+
+
-
-
-
-
-
-
- {{ $t('statisticalNodes') }}
-
-
-
+
+
+
+
+ {{ $t('statisticalNodes') }}
+
+
+
{{ item.key }}
-
-
-
-
-
-
+
+
+
+
@@ -85,10 +84,10 @@
-
-
-
-
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+
diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
index b18e61954..d790d21fa 100644
--- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
@@ -68,29 +68,31 @@
-
-
-
- {{ $t('statisticalNodes') }}
-
-
-
+
+
+
+
+ {{ $t('statisticalNodes') }}
+
+
+
{{ item.key }}
-
-
-
-
+
+
+
+
+
@@ -120,10 +122,10 @@
-
-
-
-
+
+ {{ !toggleSearchStatus ? $t('open') : $t('away') }}
+
+
From 355b31d46b5358ab65f5bc5a120f75619d3974e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Wed, 10 May 2023 13:53:59 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9UAT=E6=8F=90=E5=87=BA?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 1 +
jero-web/src/common/lang/zh-cn.js | 1 +
.../projectStatusBoard/index.vue | 69 ++++++++++++++++++-
3 files changed, 68 insertions(+), 3 deletions(-)
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index a887cd5d6..d328cc6ea 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1829,4 +1829,5 @@ module.exports = {
GRPSystemProjectProgressStatistics:'GRP system project progress statistics',
statisticalNodes:'Statistical Nodes',
proportionWithInTheAreaOfResponsibility:'Proportion within the area of responsibility',
+ masterProject:'Master Project',
}
\ 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 c8e96fe35..a9d82bbd4 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1930,4 +1930,5 @@ module.exports = {
GRPSystemProjectProgressStatistics:'GRP系统项目进度统计',
statisticalNodes:'统计节点',
proportionWithInTheAreaOfResponsibility:'责任领域内占比',
+ masterProject:'主项目',
}
\ No newline at end of file
diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
index 06347e35b..e3495bf98 100644
--- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
+++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
@@ -68,13 +68,21 @@
-
+
{{ $t('export') }}
+
@@ -127,7 +135,7 @@
v-if="!val.g"
v-for="(val,indexTwo) in item.data[0]">
-
{{ val.name }}
+
{{ val.name }}
@@ -309,10 +317,19 @@
],
startTime: undefined,
endTime: undefined,
- handlingTime: ''
+ handlingTime: '',
+ num:0,
}
},
mounted() {
+ let boxContentTextColor = document.getElementsByClassName('box-header-text-color')
+ if (boxContentTextColor && boxContentTextColor.length > 0) {
+ boxContentTextColor[0].classList.remove('box-header-text-color')
+ }
+ let boxContentTextText = document.getElementsByClassName('box-header-text-text')
+ if (boxContentTextText && boxContentTextText.length > 0) {
+ boxContentTextText[0].classList.add('box-header-text-color')
+ }
this.getList()
this.getTimeline()
this.handlingTime = moment(new Date()).format('YYYY-MM-DD')
@@ -581,6 +598,17 @@
},
statusClick(val) {
this.$refs.statisticsRef.getData(val)
+ },
+ boxContentClick(num) {
+ let boxContentTextColor = document.getElementsByClassName('box-header-text-color')
+ if (boxContentTextColor && boxContentTextColor.length > 0) {
+ boxContentTextColor[0].classList.remove('box-header-text-color')
+ }
+ let boxContentTextText = document.getElementsByClassName('box-header-text-text')
+ if (boxContentTextText && boxContentTextText.length > 0) {
+ boxContentTextText[num].classList.add('box-header-text-color')
+ }
+ this.num = num
}
}
}
@@ -876,6 +904,7 @@
font-weight: 400;
color: #6F7385;
position: absolute;
+ cursor: pointer;
background: #fff;
left: 50%;
top: 36px;
@@ -950,4 +979,38 @@
margin-top: 8px !important;
}
+ .box-header-text {
+ height: 30px;
+ background: #F5F6F7;
+ border-radius: 4px;
+ position: absolute;
+ right: 88px;
+ top: -9px;
+ display: flex;
+ z-index: 116;
+ justify-content: space-between;
+ padding: 0 2px 0 2px;
+
+ .box-header-text-text {
+ display: inline-block;
+ font-size: 12px;
+ color: #6F7385;
+ line-height: 30px;
+ margin-right: 10px;
+ cursor: pointer;
+ margin-left: 10px;
+ }
+
+ .box-header-text-color {
+ box-shadow: 0px 1px 2px rgba(0, 0, 60, 0.01), 0px 2px 4px rgba(0, 22, 60, 0.02), 0px 4px 6px rgba(0, 22, 60, 0.0229458);
+ border-radius: 4px;
+ padding: 4px 6px;
+ background: #FFFFFF;
+ border: 1px solid #E6E7EC;
+ color: #01A0AC;
+ line-height: normal;
+ margin-right: 0;
+ margin-left: 0;
+ }
+ }
\ No newline at end of file
From 4746e623a85f6cfd18bf6ff8fbd7626bbce77917 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Wed, 10 May 2023 14:21:43 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9UAT=E6=8F=90=E5=87=BA?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/listOfRegulations.vue | 32 ++++++++++++-------
1 file changed, 20 insertions(+), 12 deletions(-)
diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
index d790d21fa..44a5febf8 100644
--- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
@@ -2862,12 +2862,16 @@
}
if (dataList[i].designFlowStatus == 'List to be checked' || dataList[i].designFlowStatus == 'Duty Person Rejected') {
if (dataList[i].designDeliverableType && dataList[i].designDutyId && dataList[i].designDueDate) {
- this.requestsNum++
- this.startProcessList.push({
- dataList: dataList[i],
- type: 2,
- requestsNum: this.requestsNum
- })
+ if (dataList[i].designDeliverableType == '1645667531513237506'){
+
+ }else{
+ this.requestsNum++
+ this.startProcessList.push({
+ dataList: dataList[i],
+ type: 2,
+ requestsNum: this.requestsNum
+ })
+ }
// _this.startProcess(dataList[i], 2, this.requestsNum)
}
} else {
@@ -2876,12 +2880,16 @@
}
if (dataList[i].verifyFlowStatus == 'List to be checked' || dataList[i].verifyFlowStatus == 'Duty Person Rejected') {
if (dataList[i].verifyDeliverableType && dataList[i].verifyDutyId && dataList[i].verifyDueDate) {
- this.requestsNum++
- this.startProcessList.push({
- dataList: dataList[i],
- type: 4,
- requestsNum: this.requestsNum
- })
+ if (dataList[i].verifyDeliverableType == '1645667531513237506'){
+
+ }else{
+ this.requestsNum++
+ this.startProcessList.push({
+ dataList: dataList[i],
+ type: 4,
+ requestsNum: this.requestsNum
+ })
+ }
// _this.startProcess(dataList[i], 4, this.requestsNum)
}
} else {