20230229
This commit is contained in:
@@ -51,8 +51,10 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
Funs.FineUIPleaseSelect(this.drpWorkArea);
|
||||
Funs.FineUIPleaseSelect(this.ddlWloName);
|
||||
}
|
||||
Funs.FineUIPleaseSelect(this.drpTeamGroup);
|
||||
}
|
||||
Funs.FineUIPleaseSelect(this.drpTeamGroup);
|
||||
BindGrid();
|
||||
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -154,7 +156,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
var table = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
OutputSummaryData();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 改变索引事件
|
||||
@@ -260,7 +263,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
protected void BtnAnalyse_Click(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
OutputSummaryData();
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -360,7 +363,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
BLL.TeamGroupService.InitTeamGroupProjectUnitDropDownList(this.drpTeamGroup, this.CurrUser.LoginProjectId, this.drpUnit.SelectedValue, true);
|
||||
this.drpTeamGroup.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 班组下拉选择事件
|
||||
@@ -375,7 +379,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
BLL.WelderService.InitWelderListByTeamGroupId(this.ddlWloName, this.CurrUser.LoginProjectId, this.drpTeamGroup.SelectedValue, true, "-请选择-");
|
||||
this.ddlWloName.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user