From 08b209b6a8e94bd21aee0bc9200066a6c144eaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 19 Dec 2023 11:00:05 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A1=B9=E7=9B=AE=E5=90=88=E8=A7=84?= =?UTF-8?q?=E8=AF=84=E4=BC=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectComplianceEvaluationProcess.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index ffd481c1..fc7fb241 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -172,7 +172,7 @@ :value="record.designEngineers" :placeholder="$t('pleaseSelect') + $t('workCenter.standardConsultationProcess.designEngineer')" type="radio" - v-if="!record.notInvolved" + v-if="!record.notInvolved && record.canAssignFlag + '' === '1'" @listChange="value => handleUserChange(value, record, index, 'designEngineers')" />
{{ global.emptyLine }}
@@ -268,7 +268,7 @@
- + @@ -357,6 +357,7 @@ export default { mixins: [WorkCenterMixin], data () { return { + ProcessKey, loading: false, // 流程信息表单 processInfoForm: this.$form.createForm(this), @@ -763,7 +764,7 @@ export default { }, // 展开表格的禁用 expandTableDisabled () { - return this.showExpandTable && this.currentNode !== ProjectComplianceEvaluationProcessNode.designEngineerEvaluation.value + return this.showExpandTable && this.currentNode !== ProjectComplianceEvaluationProcessNode.designEngineerEvaluation.value && this.currentNode !== ProjectComplianceEvaluationProcessNode.moduleOwnerModification.value }, // 是否展示抄送人员 showCcPerson () {