修改进度报表及试车管理

This commit is contained in:
2023-06-19 10:20:55 +08:00
parent 78baadfb7f
commit 966843abbe
39 changed files with 3685 additions and 4335 deletions
@@ -45,7 +45,7 @@ namespace FineUIPro.Web.ZHGL.Person
{
var getData = PersonService.getListData(this.drpProject.SelectedValue, this.drpUnit.SelectedValue, this.drpWorkPost.SelectedValue,
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.rbIsPostStates.SelectedValue, Grid1);
Grid1.RecordCount = PersonService.count;
Grid1.RecordCount = PersonService.count2;
Grid1.DataSource = getData;
Grid1.DataBind();
}