From 2799a68841089ec9f74db822b61ec720d4c1e5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 8 Mar 2023 11:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TaskListModel.vue | 3 +- .../certificationList/components/addModel.vue | 3 + .../components/batSetting.vue | 27 +- .../components/referenceDeliverablesList.vue | 252 ++++++++++++++++++ .../components/certificationList/index.vue | 114 ++++++-- 5 files changed, 363 insertions(+), 36 deletions(-) create mode 100644 jero-web/src/views/projectManagement/components/certificationList/components/referenceDeliverablesList.vue diff --git a/jero-web/src/views/projectManagement/components/TaskListModel.vue b/jero-web/src/views/projectManagement/components/TaskListModel.vue index 8430cd4f2..31e1cc703 100644 --- a/jero-web/src/views/projectManagement/components/TaskListModel.vue +++ b/jero-web/src/views/projectManagement/components/TaskListModel.vue @@ -183,7 +183,8 @@ studioList: [], disabled: false, url: { - edit: '/project/projectTaskInventoryEO/edit', + // edit: '/project/projectTaskInventoryEO/edit', + edit: '/project/projectCertificationInventoryEO/edit', addOrUpdate: '/project/projectTaskInventoryConditionAssessmentEO/addOrUpdate', list: '/project/projectTaskInventoryConditionAssessmentEO/list' } diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue index 8c5b56716..03441eca1 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue @@ -496,6 +496,9 @@ this.formInline = {} this.visible = true this.formInline = value + if (this.formInline.deliverableType) { + this.formInline.deliverableType = this.formInline.deliverableType.split(',') + } this.getRegulationNo() this.title = this.$t('edit') this.$nextTick(() => { diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/batSetting.vue b/jero-web/src/views/projectManagement/components/certificationList/components/batSetting.vue index f5f3110f0..6d7f9cde3 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/components/batSetting.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/components/batSetting.vue @@ -1,7 +1,7 @@