From 176c1d6ed3db79ecf95105b6f5b977a351f16136 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 13 Dec 2023 10:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/JDGL/Check/PlanSet.aspx.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";