HSE巡检调整
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<%-- <f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList runat="server" EnableSimulateTree="True" Label="检查项" ID="drpRegisterTypes">
|
||||
</f:DropDownList>
|
||||
@@ -23,7 +23,7 @@
|
||||
<f:ListItem Text="重大事故隐患" Value="重大事故隐患" />
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</f:FormRow>--%>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList runat="server" EnableSimulateTree="True" Label="责任单位" ID="drpUnit"
|
||||
@@ -81,6 +81,11 @@
|
||||
Required="true" EmptyText="--请选择--" AutoSelectFirstItem="false"
|
||||
AutoPostBack="true">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList runat="server" EnableSimulateTree="True" Label="隐患级别" ID="dpRiskLevel">
|
||||
<f:ListItem Text="一般事故隐患" Value="一般事故隐患" Selected="true" />
|
||||
<f:ListItem Text="较大事故隐患" Value="较大事故隐患" />
|
||||
<f:ListItem Text="重大事故隐患" Value="重大事故隐患" />
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user