diff --git a/SGGL/FineUIPro.Web/JDGL/Check/PlanSet.aspx.cs b/SGGL/FineUIPro.Web/JDGL/Check/PlanSet.aspx.cs index e242d793..bf4ca249 100644 --- a/SGGL/FineUIPro.Web/JDGL/Check/PlanSet.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/Check/PlanSet.aspx.cs @@ -54,10 +54,10 @@ namespace FineUIPro.Web.JDGL.Check cbIsMileStone.Checked = true; } } - if (!string.IsNullOrEmpty(this.Grid1.Rows[i].Values[10].ToString())) + if (!string.IsNullOrEmpty(this.Grid1.Rows[i].Values[11].ToString())) { - DateTime planEndDate = Convert.ToDateTime(this.Grid1.Rows[i].Values[10].ToString()); - DateTime realEndDate = Funs.GetNewDateTimeOrNow(this.Grid1.Rows[i].Values[12].ToString()); + DateTime planEndDate = Convert.ToDateTime(this.Grid1.Rows[i].Values[11].ToString()); + DateTime realEndDate = Funs.GetNewDateTimeOrNow(this.Grid1.Rows[i].Values[13].ToString()); if (planEndDate < realEndDate) { Grid1.Rows[i].RowCssClass = "yellow";