报表管理:安全、职业健康危害因素清单补充事故分类

This commit is contained in:
2026-06-04 12:28:34 +08:00
parent 4e579c7a68
commit 451101c60a
26 changed files with 366 additions and 147 deletions
@@ -45,7 +45,19 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtConsequence" runat="server" Label="主要后果" Readonly="true" MaxLength="20" ShowRedStar="true" Required="true">
<%--<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:RadioItem Value="人员伤亡" Text="人员伤亡" />
<f:RadioItem Value="财产损失" Text="财产损失" />
<f:RadioItem Value="环境破坏" Text="环境破坏" />
<f:RadioItem Value="公司声誉" Text="公司声誉" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAccidentType" runat="server" Label="事故分类" Readonly="true" MaxLength="20" ShowRedStar="true" Required="true">
</f:TextBox>
<f:RadioButtonList ID="rblIllegality" runat="server" Label="违法" LabelAlign="Right" Required="True" ShowRedStar="True" Readonly="true">
<f:RadioItem Value="1" Text="是" />
@@ -53,6 +65,12 @@
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtNetRiskControlMeasures" runat="server" Label="现有控制措施" Readonly="true" LabelAlign="Right" MaxLength="500" Height="80px" ShowRedStar="true" Required="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel1" Title="" BodyPadding="5px" runat="server" ShowHeader="false" EnableCollapse="True" AutoScroll="true">
@@ -96,12 +114,6 @@
<Items>
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" runat="server">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtNetRiskControlMeasures" runat="server" Label="现有控制措施" Readonly="true" LabelAlign="Right" MaxLength="500" Height="80px" ShowRedStar="true" Required="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtNetRiskSeverity" runat="server" Label="严重性" Readonly="true" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" ShowRedStar="true" Required="true">