提交代码
This commit is contained in:
@@ -54,10 +54,10 @@ namespace FineUIPro.Web.JDGL.Check
|
|||||||
cbIsMileStone.Checked = true;
|
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 planEndDate = Convert.ToDateTime(this.Grid1.Rows[i].Values[11].ToString());
|
||||||
DateTime realEndDate = Funs.GetNewDateTimeOrNow(this.Grid1.Rows[i].Values[12].ToString());
|
DateTime realEndDate = Funs.GetNewDateTimeOrNow(this.Grid1.Rows[i].Values[13].ToString());
|
||||||
if (planEndDate < realEndDate)
|
if (planEndDate < realEndDate)
|
||||||
{
|
{
|
||||||
Grid1.Rows[i].RowCssClass = "yellow";
|
Grid1.Rows[i].RowCssClass = "yellow";
|
||||||
|
|||||||
Reference in New Issue
Block a user