diff --git a/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXFind.aspx.cs b/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXFind.aspx.cs index 6cfb74b7..362b22b5 100644 --- a/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXFind.aspx.cs +++ b/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXFind.aspx.cs @@ -72,8 +72,9 @@ namespace FineUIPro.Web.PZHGL.GJSX { for (int i = 0; i < Grid1.Rows.Count; i++) { - var state = tb.Rows[i]["state"].ToString().Trim(); - var completeDate = tb.Rows[i]["CompleteDate"].ToString(); + var state = table.Rows[i]["state"].ToString().Trim(); + var completeDate = table.Rows[i]["CompleteDate"].ToString(); + var code = table.Rows[i]["CompleteDate"].ToString(); DateTime dtCompleteDate = Convert.ToDateTime(completeDate); if (Grid1.Rows[i].DataKeys[0] != null && !string.IsNullOrWhiteSpace(state)) { diff --git a/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXList.aspx.cs b/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXList.aspx.cs index 69082db8..2a3c4f1b 100644 --- a/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXList.aspx.cs +++ b/SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXList.aspx.cs @@ -127,8 +127,8 @@ namespace FineUIPro.Web.PZHGL.GJSX { for (int i = 0; i < Grid1.Rows.Count; i++) { - var state = tb.Rows[i]["state2"].ToString().Trim(); - var completeDate = tb.Rows[i]["CompleteDate"].ToString(); + var state = table.Rows[i]["state2"].ToString().Trim(); + var completeDate = table.Rows[i]["CompleteDate"].ToString(); DateTime dtCompleteDate = Convert.ToDateTime(completeDate); if (Grid1.Rows[i].DataKeys[0] != null && !string.IsNullOrWhiteSpace(state)) {