自动生成培训计划

This commit is contained in:
2025-04-19 16:21:39 +08:00
parent 18819ad259
commit 4746c21508
29 changed files with 1357 additions and 3443 deletions
@@ -97,6 +97,7 @@ namespace FineUIPro.Web.HSSE.EduTrain
dpSysUser.DataSource = getDataList;
dpSysUser.DataBind();
//initdpSysUser();
var userids = (from x in Funs.DB.Training_Task where x.PlanId == trainingPlan.PlanId select x.UserId).ToArray();
if (userids != null && userids.Length > 0)
{
@@ -428,9 +429,9 @@ namespace FineUIPro.Web.HSSE.EduTrain
//this.drpCheckItem.Items.Clear();
//Technique_CheckItemSetService.InitCheckItemSetNameDropDownList(this.drpCheckItem, "2", this.drpSupCheckItemSet.SelectedValue, false);
}
protected void drpWorkUnit_SelectedIndexChanged(object sender, EventArgs e)
{
string unitName = ((DropDownList)sender).SelectedValue;
string id = "";
if (unitName != BLL.Const._Null)