fix 83041
This commit is contained in:
+7
@@ -1287,6 +1287,13 @@ export default {
|
||||
flag = false
|
||||
}
|
||||
}
|
||||
// 模块负责人下发,设计工程师必填
|
||||
if (this.currentNode === ProjectComplianceEvaluationProcessNode.moduleOwnerIssued.value) {
|
||||
if (data.some(tt => !tt.designEngineers && !tt.notInvolved && tt.canAssignFlag + '' === '1')) {
|
||||
this.$message.warning(this.$t('workCenter.projectComplianceEvaluationProcess.pleaseSelectDesignEngineer'))
|
||||
flag = false
|
||||
}
|
||||
}
|
||||
}
|
||||
// 流程审批意见数据
|
||||
this.approvalInfoForm.validateFields({ force: true }, (errors, values) => {
|
||||
|
||||
Reference in New Issue
Block a user