增强HSE检查的功能

This commit is contained in:
2024-07-17 14:35:47 +08:00
parent e3286e45d8
commit b503c6f706
46 changed files with 1404 additions and 386 deletions
@@ -29,6 +29,21 @@
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableSimulateTree="True" Label="隐患级别" ID="dpHiddenHazardType" ShowRedStar="true">
<f:ListItem Text="一般" Value="一般" Selected="true"/>
<f:ListItem Text="重大" Value="重大"/>
</f:DropDownList>
<f:DropDownList ID="drpHiddenType" runat="server" Label="隐患类型" EnableEdit="true" LabelAlign="Right" ShowRedStar="true"
Required="true" EmptyText="--请选择--" AutoSelectFirstItem="false"
AutoPostBack="true" >
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtUnqualified" runat="server" MaxLength="3000" Label="不合格项描述">