From 34b33b608f66c881c84e40a943668b35d6b43a55 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 15 Sep 2023 09:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certificationList/components/addModel.vue | 1 + .../components/listEditModel.vue | 88 +++++++++++-------- 2 files changed, 52 insertions(+), 37 deletions(-) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue index d3e4a156e..c2236b6ad 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue @@ -1055,6 +1055,7 @@ this.formInline.dataList[index].sdt = undefined this.formInline = { ...this.formInline } this.handleInput('dataList.' + index + '.dutyTerritory') + console.log(11) this.queryPersonByProject(this.formInline.dataList[index].dutyTerritory.join(','), index) }, queryPersonByProject(row, index) { diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listEditModel.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listEditModel.vue index f2e5cfa7d..2bd9fb111 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listEditModel.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listEditModel.vue @@ -99,7 +99,7 @@
- * + * {{$t('statisticalNodes')}}
@@ -109,7 +109,7 @@ optionFilterProp="label" @change="DutyDepartChange" mode="multiple" - :disabled="formInline.roleCodeIndex == 0 ? false : true" + :disabled="formInline.roleCodeIndex == 1 ? false : true" :getPopupContainer="triggerNode=> triggerNode.parentNode" v-model="formInline.dutyDepart">
- * + * {{$t('areaOfResponsibility')}}
@@ -151,7 +151,7 @@ @@ -163,24 +163,31 @@
- * + * {{$t('regulatoryEngineer')}}
- - - - {{ item.name }} - - - + + + + + + + + + + + + + + +
@@ -191,19 +198,26 @@ {{$t('engineeringInterfacePerson')}}
- - - - {{ item.name }} - - - + + + + + + + + + + + + + +
@@ -485,11 +499,11 @@ -
+
{{$t('reasonForReturnOfDesignCompliance')}}
-
@@ -531,11 +545,11 @@
+ v-if="rejectCauseListOne && rejectCauseListOne.length > 0 && formInline.roleCodeIndex == 1"> {{$t('verifyComplianceConfirmReturnReason')}}
-
@@ -579,7 +593,7 @@
{{$t('cancel')}} - + {{$t('submit')}} {{$t('confirm')}}