移交管理调优:
1、尾项管理,补充责任单位下拉查询条件; 2、尾项管理,补充完成时间查询条件; 3、移交图表-尾项完成统计表,展示优化;
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user