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')}}