提交代码
This commit is contained in:
@@ -669,6 +669,14 @@ namespace FineUIPro.Web.HSSE.Hazard
|
|||||||
this.drpRiskLevel.DataBind();
|
this.drpRiskLevel.DataBind();
|
||||||
Funs.FineUIPleaseSelect(this.drpRiskLevel);
|
Funs.FineUIPleaseSelect(this.drpRiskLevel);
|
||||||
this.drpRiskLevel.SelectedValue = BLL.Const._Null;
|
this.drpRiskLevel.SelectedValue = BLL.Const._Null;
|
||||||
|
foreach (var item in this.drpRefLicense.SelectedValueArray)
|
||||||
|
{
|
||||||
|
if (item == "不涉及")
|
||||||
|
{
|
||||||
|
this.drpRefLicense.SelectedValue = "不涉及";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#region 选择施工内容
|
#region 选择施工内容
|
||||||
|
|||||||
Reference in New Issue
Block a user