From d5fe6816cef63691c3375f0b422fee207cbc47b2 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 28 Jan 2026 19:14:53 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXFind.aspx.cs | 5 +++-- SGGL/FineUIPro.Web/PZHGL/GJSX/GJSXList.aspx.cs | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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)) {