自动生成培训计划
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user