移交管理调优:

1、尾项管理,补充责任单位下拉查询条件;
2、尾项管理,补充完成时间查询条件;
3、移交图表-尾项完成统计表,展示优化;
This commit is contained in:
2025-02-12 15:51:23 +08:00
parent bdeb0e14fe
commit f9a40c32f8
8 changed files with 169 additions and 86 deletions
@@ -525,7 +525,7 @@ namespace FineUIPro.Web.Transfer.Chart
SqlParameter[] parameter = listStr.ToArray();
DataTable tb = SQLHelper.GetDataTableRunText(strSql.ToString(), parameter);
Grid2.RecordCount = tb.Rows.Count;
var table = this.GetPagedDataTable(Grid1, tb);
var table = this.GetPagedDataTable(Grid2, tb);
Grid2.DataSource = table;
Grid2.DataBind();