From 676a26ba31b5ebcc3f3c2a700429960027b121d8 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 20 May 2022 18:07:26 +0800 Subject: [PATCH] =?UTF-8?q?der=E6=8F=90=E4=BA=A4=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= 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/taskCirculationHistory.vue | 15 ++- .../projectManagement/components/TaskList.vue | 6 +- .../components/TaskListModel.vue | 78 ++++++++++++++- .../projectManagement/components/addModel.vue | 96 ++++++++++++++----- 6 files changed, 160 insertions(+), 39 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 89ee54133..727b31efc 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -866,4 +866,6 @@ module.exports = { pleaseReviewTask:'Please add the engineering confirmation information for this review task', pleaseWillBeReturned:'Please reconfirm the project confirmation results and the review results of the responsible person. If they meet the requirements, they will be submitted, otherwise they will be returned', pleaseSubmitStatus:'Please submit the data confirmed by the project in the confirmation status', + modelName:'Model Name', + modelYear:'Model year', } \ 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 42e45223d..d90e9d8f9 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -871,4 +871,6 @@ module.exports = { pleaseReviewTask:'请您添加对该条审查任务的工程确认信息', pleaseWillBeReturned:'请对工程确认结果和责任人审查结果进行再次确认,若符合要求则进行提交,否则进行退回', pleaseSubmitStatus:'请把工程确认的数据都点为确认状态进行提交', + modelName:'车型名称', + modelYear:'年款', } \ No newline at end of file diff --git a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue index 853cd401e..bc076dc53 100644 --- a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue +++ b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue @@ -45,12 +45,12 @@ { title: this.$t('operationNode'), dataIndex: 'name', - align: 'left', + align: 'left' }, { title: this.$t('Operator'), dataIndex: 'assignee', - align: 'left', + align: 'left' }, { title: this.$t('result'), @@ -61,17 +61,14 @@ { title: this.$t('opinion'), dataIndex: 'approvalOpinion', - align: 'left', + align: 'left' }, { title: this.$t('operationTime'), - dataIndex: 'operatorTime', + dataIndex: 'createTime', align: 'left', - width:200, - fixed: 'right', - customRender: function(t, r, index) { - return moment(t).format('YYYY-MM-DD HH:mm:ss') - } + width: 200, + fixed: 'right' } ], downLoadFileUrl: window._CONFIG['domianPreviewURL'] + '/sys/common/download' diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index d7a46d05a..2abd5697d 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -211,14 +211,16 @@ 'Non-Compliance': 'nonConformityColor', 'To be tracked': 'TrackedColor', 'NA': 'notInvolvedColor', - 'No rating': 'submittedColor' + 'No rating': 'submittedColor', + 'Termination of task': 'nonConformityColor', }, statusText: { 'Compliance': this.$t('accord'), 'Non-Compliance': this.$t('nonConformity'), 'To be tracked': this.$t('Tracked'), 'NA': this.$t('notInvolved'), - 'No rating': this.$t('toBeConfirmed') + 'No rating': this.$t('toBeConfirmed'), + 'Termination of task': this.$t('taskTermination'), }, CertificationColor: { 'Test passed': 'accordColor', diff --git a/jero-web/src/views/projectManagement/components/TaskListModel.vue b/jero-web/src/views/projectManagement/components/TaskListModel.vue index 80e5e71e0..c8a11adfd 100644 --- a/jero-web/src/views/projectManagement/components/TaskListModel.vue +++ b/jero-web/src/views/projectManagement/components/TaskListModel.vue @@ -47,7 +47,7 @@ - +
- +
+ +
+ +
+
+ {{$t('CurrentProjectStatusEvaluation')}} +
+ + + + + {{ $t('red') }} + + + + + {{ $t('yellow') }} + + + + + {{ $t('green') }} + + + + + + {{ $t('blue') }} + + + + +
+
+ + +
+
+ {{$t('remarks')}} +
+ + + +
+
+
+