From 1bb7ef4578f4371bcf8c814a3a87ffde71e9390d Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Mon, 19 May 2025 18:02:47 +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 --- HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +- HJGL_DS/FineUIPro.Web/Web.config | 4 ++-- .../WeldMat/UsingSentMat/UsingtMatSelect.aspx.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index bf54086..8aa7c11 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -2,7 +2,7 @@ true - Debug|Any CPU + Release|Any CPU diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index a847e5c..bf404b8 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -11,7 +11,7 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/UsingtMatSelect.aspx.cs b/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/UsingtMatSelect.aspx.cs index 64deb1b..fc23f84 100644 --- a/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/UsingtMatSelect.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/UsingtMatSelect.aspx.cs @@ -341,7 +341,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat BindGrid(); foreach (GridColumn column in grid.Columns) { - if (column.ColumnIndex < 20) + if (column.ColumnIndex < 21) { sb.AppendFormat("{0}", column.HeaderText); } @@ -353,7 +353,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat sb.Append(""); foreach (GridColumn column in grid.Columns) { - if (column.ColumnIndex < 20) + if (column.ColumnIndex < 21) { string html = row.Values[column.ColumnIndex].ToString(); if (column.ColumnID == "tfNumber")