20230229
This commit is contained in:
@@ -63,8 +63,10 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
if (c != null)
|
||||
{
|
||||
this.GetShowColumn(c.Columns);
|
||||
}
|
||||
}
|
||||
}
|
||||
BindGrid();
|
||||
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -153,15 +155,17 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
this.Grid1.RecordCount = tb.Rows.Count;
|
||||
var table = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
Grid1.DataBind();
|
||||
OutputSummaryData();
|
||||
|
||||
/// <summary>
|
||||
/// 改变索引事件
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 改变索引事件
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
}
|
||||
@@ -342,7 +346,6 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
protected void BtnAnalyse_Click(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
OutputSummaryData();
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -441,8 +444,9 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
this.drpInstallation.SelectedValue = BLL.Const._Null;
|
||||
|
||||
Funs.FineUIPleaseSelect(this.drpWorkArea);
|
||||
this.drpWorkArea.SelectedValue = BLL.Const._Null;
|
||||
}
|
||||
this.drpWorkArea.SelectedValue = BLL.Const._Null;
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
@@ -453,8 +457,9 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
{
|
||||
this.drpWorkArea.Items.Clear();
|
||||
WorkAreaService.InitWorkAreaProjectInstallUnitDropDownList(this.drpWorkArea, this.CurrUser.LoginProjectId, this.drpInstallation.SelectedValue, this.drpUnit.SelectedValue, true);
|
||||
this.drpWorkArea.SelectedValue = BLL.Const._Null;
|
||||
}
|
||||
this.drpWorkArea.SelectedValue = BLL.Const._Null;
|
||||
BindGrid();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user