汇总
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Web;
|
||||
|
||||
using System.Linq;
|
||||
namespace FineUIPro.Web.HSSE.ActionPlan
|
||||
{
|
||||
public partial class ActionPlanListEdit : PageBase
|
||||
@@ -100,6 +100,7 @@ namespace FineUIPro.Web.HSSE.ActionPlan
|
||||
this.ctlAuditFlow.DataId = this.ActionPlanListId;
|
||||
this.ctlAuditFlow.ProjectId = this.ProjectId;
|
||||
this.ctlAuditFlow.UnitId = this.CurrUser.UnitId;
|
||||
this.ctlAuditFlow.drpPersonUser=Funs.DB.Sys_User.Where(x => x.UnitId == Const.UnitId_CD).ToList();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -104,7 +104,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
RenderField month = Grid1.FindColumn(monthC) as RenderField;
|
||||
e.CellCssClasses[month.ColumnIndex] = "f-grid-cell-uneditable";
|
||||
}
|
||||
else
|
||||
// else
|
||||
{
|
||||
string monthC = "Month" + i.ToString();
|
||||
RenderField month = Grid1.FindColumn(monthC) as RenderField;
|
||||
|
||||
Reference in New Issue
Block a user