This commit is contained in:
2023-08-29 18:56:49 +08:00
parent 6b420b5bd8
commit 6c19bf6a3e
56 changed files with 2342 additions and 2166 deletions
@@ -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
}