20251017 焊接统计报表
This commit is contained in:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user