fix:人员必填

This commit is contained in:
geh
2025-03-31 16:05:25 +08:00
parent 4abca1fa1c
commit 4872ac5231
5 changed files with 29 additions and 70 deletions
@@ -377,7 +377,7 @@ namespace FineUIPro.Web.CQMS.Check
}
}
else if (isAuthenticated)
else if (isAuthenticated || CurrUser.UserId == Const.hfnbdId)
{
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("CheckListEdit.aspx?CheckControlCode={0}", codes, "编辑 - ")));
return;