From 3317d397ba5fefe006e0e09c2e369f9a5c23972e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 28 Mar 2023 11:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E5=BA=93-=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=A1=B9=E6=9F=A5=E7=9C=8B=E9=A1=B5-=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E7=BE=8E=E8=A7=82=20=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E4=B8=AD=E5=BF=83-=E9=A1=B9=E7=9B=AE=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E4=BB=BB=E5=8A=A1-=E5=A4=84=E7=90=86=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=AD=97=E6=AE=B5=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E3=80=81=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE=E4=B8=8EUI?= =?UTF-8?q?=E5=9B=BE=E4=B8=8D=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/CollectionType/index.vue | 2 +- .../CollectionTypeDisabled/index.vue | 2 +- .../components/circulationHistory.vue | 116 +++++++++++++++++- 3 files changed, 115 insertions(+), 5 deletions(-) diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 7d87e51ab..f1749be35 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -1106,7 +1106,7 @@ } .selectWid { - min-width: 150px; + /*min-width: 150px;*/ width: 100%; } diff --git a/jero-web/src/components/CollectionTypeDisabled/index.vue b/jero-web/src/components/CollectionTypeDisabled/index.vue index 5e34d66c8..8369d66cd 100644 --- a/jero-web/src/components/CollectionTypeDisabled/index.vue +++ b/jero-web/src/components/CollectionTypeDisabled/index.vue @@ -980,7 +980,7 @@ } .selectWid { - min-width: 150px; + /*min-width: 150px;*/ width: 100%; } diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue index a4fdce5b5..181c85c0a 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue @@ -40,6 +40,11 @@ {{approvalResult[text]}} + + + {{result.operatorResultName}} + + 0) { let taskData = this.dataSource[this.dataSource.length - 1] - if (this.queryProject.TaskKey == 'fqlc'){ + if (this.queryProject.TaskKey == 'fqlc') { this.regulatoryCertificationTaskPlanList.forEach(val => { if (val.name == this.$t('initiatingProcess')) { val.status = '2' @@ -200,7 +217,7 @@ }) } if (this.queryProject.TaskKey == 'fggcssh') { - if (taskData.operatorResult == 'Adopt'){ + if (taskData.operatorResult == 'Adopt') { this.regulatoryCertificationTaskPlanList.forEach(val => { if (val.name == this.$t('initiatingProcess')) { val.status = '1' @@ -214,7 +231,7 @@ val.status = '1' } }) - }else{ + } else { this.regulatoryCertificationTaskPlanList.forEach(val => { if (val.name == this.$t('initiatingProcess')) { val.status = '1' @@ -248,6 +265,7 @@ \ No newline at end of file