xinjiang/SGGL/FineUIPro.Web/ReportManage/HazardFactor/HazardFactorSafetyEdit.aspx

168 lines
12 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeBehind="HazardFactorSafetyEdit.aspx.cs" Inherits="FineUIPro.Web.ReportManage.HazardFactor.HazardFactorSafetyEdit" %>
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl" TagPrefix="uc1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>安全危害因素</title>
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker ID="drpYearMonth" runat="server" InputType="year-month" DateFormatString="yyyy-MM" Label="填报年月">
</f:DatePicker>
<f:DatePicker ID="txtCompileDate" runat="server" DateFormatString="yyyy-MM-dd HH:mm" Label="上报时间" Readonly="true">
</f:DatePicker>
<f:TextBox ID="txtCompileManName" runat="server" Label="上报人" MaxLength="50" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlace" runat="server" Label="活动区域" EmptyText="请输入活动区域/场所/设备50字以内" MaxLength="50" ShowRedStar="true" Required="true">
</f:TextBox>
<f:TextBox ID="txtJobStep" runat="server" Label="作业内容" EmptyText="请输入作业内容/步骤50字以内" MaxLength="50" ShowRedStar="true" Required="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtHazard" runat="server" Label="危害因素描述" EmptyText="请输入危害因素描述200字以内" LabelAlign="Right" MaxLength="200" Height="80px" ShowRedStar="true" Required="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtConsequence" runat="server" Label="主要后果" EmptyText="请输入主要后果20字以内" MaxLength="20" ShowRedStar="true" Required="true">
</f:TextBox>
<f:RadioButtonList ID="rblIllegality" runat="server" Label="违法" LabelAlign="Right" Required="True" ShowRedStar="True">
<f:RadioItem Value="1" Text="是" />
<f:RadioItem Value="0" Text="否" Selected="true" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel1" Title="" BodyPadding="5px" runat="server" ShowHeader="false" EnableCollapse="True" AutoScroll="true">
<Items>
<f:GroupPanel runat="server" Title="固有风险评价" BodyPadding="5px" ID="GroupPanel1" EnableCollapse="True"
Collapsed="false">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" runat="server">
<Rows>
<f:FormRow>
<Items>
<f:NumberBox ID="txtBaseRiskSeverity" runat="server" Label="严重性" AutoPostBack="true" OnTextChanged="BaseRisk_OnTextChanged" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" ShowRedStar="true" Required="true">
</f:NumberBox>
<f:NumberBox ID="txtBaseRiskProbability" runat="server" Label="可能性" AutoPostBack="true" OnTextChanged="BaseRisk_OnTextChanged" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" ShowRedStar="true" Required="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtBaseRiskScore" runat="server" Label="得分" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" Readonly="true">
</f:NumberBox>
<f:TextBox ID="txtBaseRiskGrade" runat="server" Label="风险级别" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblBaseRiskAcceptabity" runat="server" Label="可接受" LabelAlign="Right" Required="True" ShowRedStar="True">
<f:RadioItem Value="1" Text="是" Selected="true" />
<f:RadioItem Value="0" Text="否" />
</f:RadioButtonList>
<f:Label runat="server" ID="Label1"></f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel runat="server" Title="残留风险评价" BodyPadding="5px" ID="GroupPanel2" EnableCollapse="True"
Collapsed="false">
<Items>
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" runat="server">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtNetRiskControlMeasures" runat="server" Label="现有控制措施" EmptyText="请输入现有控制措施500字以内" 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="严重性" AutoPostBack="true" OnTextChanged="NetRisk_OnTextChanged" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" ShowRedStar="true" Required="true">
</f:NumberBox>
<f:NumberBox ID="txtNetRiskProbability" runat="server" Label="可能性" AutoPostBack="true" OnTextChanged="NetRisk_OnTextChanged" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" ShowRedStar="true" Required="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtNetRiskScore" runat="server" Label="得分" LabelAlign="Right" NoDecimal="true" NoNegative="true" EmptyText="0" Readonly="true">
</f:NumberBox>
<f:TextBox ID="txtNetRiskGrade" runat="server" Label="风险级别" MaxLength="20" Readonly="true" Enabled="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblNetRiskAcceptabity" runat="server" Label="可接受" LabelAlign="Right" Required="True" ShowRedStar="True">
<f:RadioItem Value="1" Text="是" Selected="true" />
<f:RadioItem Value="0" Text="否" />
</f:RadioButtonList>
<f:Label runat="server" ID="Label2"></f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow MarginTop="5px">
<Items>
<f:TextArea ID="txtAdditionalControlMeasures" runat="server" Label="新增或变更的控制措施" EmptyText="请输入新增或变更的控制措施200字以内" LabelAlign="Right" MaxLength="200" Height="80px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtResponsibleDepartment" runat="server" Label="责任部门" MaxLength="50" ShowLabel="true">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Label runat="server" ID="lbTemp"></f:Label>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ToolTip="保存" ValidateForms="SimpleForm1" OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" Text="提交" ToolTip="提交" ValidateForms="SimpleForm1" OnClick="btnSubmit_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<%--<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px" Height="500px">
</f:Window>--%>
</form>
<script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<script type="text/javascript">
// 返回false来阻止浏览器右键菜单
</script>
</body>
</html>