1质量管理检验试验计划导入问题处理

This commit is contained in:
2026-09-18 10:21:57 +08:00
parent fe86c2a85b
commit 1e75679a2f
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
ALTER TABLE Inspection_Test_Plan
ALTER COLUMN PlanName NVARCHAR(200);
ALTER TABLE Inspection_Test_Plan
ALTER COLUMN Remarks NVARCHAR(200);
@@ -123,6 +123,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
/// <param name="e"></param>
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
{
Grid1.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue);
BindGrid();
}