提交代码
This commit is contained in:
@@ -205,11 +205,11 @@ namespace FineUIPro.Web.CQMS.PersonManage
|
||||
{
|
||||
err += "检查人不能为空!";
|
||||
}
|
||||
if (string.IsNullOrEmpty(NDTResult))
|
||||
if (string.IsNullOrEmpty(NDTResult) && IsAppearanceOK == "是")
|
||||
{
|
||||
err += "无损检测结果不能为空!";
|
||||
}
|
||||
if (string.IsNullOrEmpty(CheckUnit))
|
||||
if (string.IsNullOrEmpty(CheckUnit) && IsAppearanceOK == "是")
|
||||
{
|
||||
err += "检测单位不能为空!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user