This commit is contained in:
2026-06-04 14:34:48 +08:00
parent 451101c60a
commit 648c93e289
16 changed files with 97 additions and 30 deletions
@@ -47,12 +47,18 @@
<Items>
<%--<f:TextBox ID="txtConsequence" runat="server" Label="主要后果" Readonly="true" MaxLength="20" ShowRedStar="true" Required="true">
</f:TextBox>--%>
<f:RadioButtonList ID="rblConsequence" runat="server" Label="主要后果" LabelAlign="Right" Required="True" ShowRedStar="True" Readonly="true">
<%--<f:RadioButtonList ID="rblConsequence" runat="server" Label="主要后果" LabelAlign="Right" Required="True" ShowRedStar="True" Readonly="true">
<f:RadioItem Value="人员伤亡" Text="人员伤亡" />
<f:RadioItem Value="财产损失" Text="财产损失" />
<f:RadioItem Value="环境破坏" Text="环境破坏" />
<f:RadioItem Value="公司声誉" Text="公司声誉" />
</f:RadioButtonList>
</f:RadioButtonList>--%>
<f:CheckBoxList ID="cblConsequence" runat="server" Label="主要后果" LabelAlign="Right" Required="True" ShowRedStar="True" Readonly="true">
<f:CheckItem Text="人员伤亡" Value="人员伤亡" />
<f:CheckItem Text="财产损失" Value="财产损失" />
<f:CheckItem Text="环境破坏" Value="环境破坏" />
<f:CheckItem Text="公司声誉" Value="公司声誉" />
</f:CheckBoxList>
</Items>
</f:FormRow>
<f:FormRow>