20251017 焊接统计报表

This commit is contained in:
2025-10-17 10:18:24 +08:00
parent 666283b454
commit a1a2e05432
4 changed files with 138 additions and 8 deletions
@@ -55,6 +55,12 @@ namespace FineUIPro.Web.HJGL.WeldingReport
Funs.FineUIPleaseSelect(this.drpWorkArea);
////钢材类型
this.drpSteType.DataTextField = "Text";
this.drpSteType.DataValueField = "Value";
this.drpSteType.DataSource = BLL.DropListService.HJGL_GetSteTypeList();
this.drpSteType.DataBind();
Funs.FineUIPleaseSelect(this.drpSteType);
BLL.TeamGroupService.InitTeamGroupProjectDropDownList(this.drpTeamGroupId, this.CurrUser.LoginProjectId, true);
////钢材类型
@@ -144,14 +150,14 @@ namespace FineUIPro.Web.HJGL.WeldingReport
//{
// listStr.Add(new SqlParameter("@supervisorUnitId", null));
//}
//if (this.drpSteType.SelectedValue != BLL.Const._Null && !string.IsNullOrEmpty(this.drpSteType.SelectedValue))
//{
// listStr.Add(new SqlParameter("@ste_steeltype", this.drpSteType.SelectedValue));
//}
//else
//{
// listStr.Add(new SqlParameter("@ste_steeltype", null));
//}
if (this.drpSteType.SelectedValue != BLL.Const._Null && !string.IsNullOrEmpty(this.drpSteType.SelectedValue))
{
listStr.Add(new SqlParameter("@ste_steeltype", this.drpSteType.SelectedValue));
}
else
{
listStr.Add(new SqlParameter("@ste_steeltype", null));
}
if (this.cb_IsStandard.SelectedIndexArray != null && this.cb_IsStandard.SelectedIndexArray.Length == 1)
{
listStr.Add(new SqlParameter("@IsStandard", this.cb_IsStandard.SelectedValueArray[0]));