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
@@ -47,6 +47,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
}
Funs.FineUIPleaseSelect(this.drpWorkArea);
}
BindGrid();
}
}
#endregion
@@ -87,8 +88,9 @@ 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>
/// 改变索引事件
@@ -165,7 +167,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
protected void BtnAnalyse_Click(object sender, EventArgs e)
{
BindGrid();
OutputSummaryData();
}
#endregion
@@ -262,7 +264,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
BLL.WorkAreaService.InitWorkAreaProjectUnitDropDownList(this.drpWorkArea, this.CurrUser.LoginProjectId, this.drpUnit.SelectedValue, true);
this.drpWorkArea.SelectedIndex = 0;
}
}
BindGrid();
}
#endregion
}
}