20230229
This commit is contained in:
@@ -68,7 +68,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
{
|
||||
this.GetShowColumn(c.Columns);
|
||||
}
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -155,7 +156,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
var table = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
OutputSummaryData();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 改变索引事件
|
||||
@@ -335,7 +337,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
protected void BtnAnalyse_Click(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
OutputSummaryData();
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -434,7 +436,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
|
||||
Funs.FineUIPleaseSelect(this.drpWorkArea);
|
||||
this.drpWorkArea.SelectedValue = BLL.Const._Null;
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
@@ -446,6 +449,7 @@ 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;
|
||||
BindGrid();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user