修改进度报表及试车管理
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user