From 1e75679a2f6be79eebd533dc6dfaf9663e97f01d Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 18 Sep 2026 10:21:57 +0800 Subject: [PATCH] =?UTF-8?q?1=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E8=AF=95=E9=AA=8C=E8=AE=A1=E5=88=92=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataBase/版本日志/SUBQHSE_V2026-09-18-xiaj.sql | 8 ++++++++ .../CQMS/Comprehensive/InspectionTestPlan.aspx.cs | 1 + 2 files changed, 9 insertions(+) create mode 100644 DataBase/版本日志/SUBQHSE_V2026-09-18-xiaj.sql diff --git a/DataBase/版本日志/SUBQHSE_V2026-09-18-xiaj.sql b/DataBase/版本日志/SUBQHSE_V2026-09-18-xiaj.sql new file mode 100644 index 00000000..2c913905 --- /dev/null +++ b/DataBase/版本日志/SUBQHSE_V2026-09-18-xiaj.sql @@ -0,0 +1,8 @@ + +ALTER TABLE Inspection_Test_Plan +ALTER COLUMN PlanName NVARCHAR(200); + + +ALTER TABLE Inspection_Test_Plan +ALTER COLUMN Remarks NVARCHAR(200); + diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlan.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlan.aspx.cs index 23a983ca..47cca829 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlan.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlan.aspx.cs @@ -123,6 +123,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive /// protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e) { + Grid1.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue); BindGrid(); }