update 项目合规评估
This commit is contained in:
+4
-3
@@ -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')" />
|
||||
<div v-else>{{ global.emptyLine }}</div>
|
||||
</template>
|
||||
@@ -268,7 +268,7 @@
|
||||
|
||||
<!--人员信息-->
|
||||
<div class="detail-page-scroll-content p-0" v-show="switchValue === 'user'">
|
||||
<process-detail-list>
|
||||
<process-detail-list :process-key="ProcessKey.PROJECT_COMPLIANCE_EVALUATION.value">
|
||||
<template #personnelInfo>
|
||||
<personnel-info ref="personnelInfo" :data="personnelInfoData" :current-node="currentNode" />
|
||||
</template>
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user