1质量管理检验试验计划导入问题处理
This commit is contained in:
@@ -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>
|
/// <param name="e"></param>
|
||||||
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
|
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
|
||||||
{
|
{
|
||||||
|
Grid1.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue);
|
||||||
BindGrid();
|
BindGrid();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user