20221103人员批量派遣

This commit is contained in:
2022-11-03 09:10:47 +08:00
parent eeddc36939
commit c3f105796c
7 changed files with 209 additions and 442 deletions
+10
View File
@@ -184,6 +184,16 @@ namespace BLL
return;
}
/// <summary>
/// 为目标下拉框加上选择内容
/// </summary>
/// <param name="DLL">目标下拉框</param>
public static void FineUIPleaseSelectNull(FineUIPro.DropDownList DDL, string text)
{
DDL.Items.Insert(0, new FineUIPro.ListItem(text, null));
return;
}
/// <summary>
/// 为目标下拉框加上 "重新编制" 项
/// </summary>