This commit is contained in:
2025-12-19 10:29:14 +08:00
parent 64f32709e2
commit 5295eff5c6
3 changed files with 21 additions and 2 deletions
@@ -465,6 +465,13 @@ namespace FineUIPro.Web.HJGL.WeldingManage
{
isAllD = false;
}
else
{
if (floorWelderQualifys.Count() == 0 && cellWelderQualifys.Count() == 0) //D类口强制提交时,应至少有焊工证,否则也不可强制提交
{
isAllD = false;
}
}
}
}
if (eventArg != string.Empty)