提交代码

This commit is contained in:
2024-04-11 15:13:35 +08:00
parent 3ea9f6278c
commit ac62296dbb
@@ -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 += "检测单位不能为空!";
}