单审提示修改
This commit is contained in:
@@ -1502,15 +1502,15 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
}
|
||||
else if (trialConfig.QCProcessEnum == TrialQCProcess.SingleAudit)
|
||||
{
|
||||
|
||||
if (dbSubjectVisit.AuditState == AuditStateEnum.InPrimaryQC)
|
||||
// 单审
|
||||
if (dbSubjectVisit.AuditState == AuditStateEnum.ToAudit)
|
||||
{
|
||||
// 单审
|
||||
dbSubjectVisit.AuditState = AuditStateEnum.QCFailed;
|
||||
dbSubjectVisit.AuditState = AuditStateEnum.QCFailed;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
return ResponseOutput.NotOk("项目配置为单审 当前审核状态不为 InPrimaryQC,不能变更到 QCFailed");
|
||||
return ResponseOutput.NotOk("项目配置为单审 当前审核状态不为 ToAudit,不能变更到 QCFailed");
|
||||
}
|
||||
}
|
||||
else if (trialConfig.QCProcessEnum == TrialQCProcess.DoubleAudit)
|
||||
|
||||
Reference in New Issue
Block a user