109 lines
5.9 KiB
Plaintext
109 lines
5.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HazardReEvaluator.aspx.cs" Inherits="FineUIPro.Web.HSSE.Hazard.HazardReEvaluator" %>
|
|
|
|
<!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:TextBox ID="txtHazardCode" runat="server" Label="危险源代码" Required="true" ShowRedStar="true"
|
|
MaxLength="50" LabelWidth="120px" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtHazardItems" runat="server" Label="危险因素明细" Required="true" ShowRedStar="true" Readonly="true"
|
|
MaxLength="150" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtDefectsType" runat="server" Label="缺陷类型" LabelWidth="120px" MaxLength="50" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtMayLeadAccidents" runat="server" Label="可能导致的事故" LabelWidth="120px" Readonly="true"
|
|
MaxLength="100">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="ddlHelperMethod" runat="server" Label="辅助方法" LabelWidth="120px" Readonly="true">
|
|
</f:DropDownList>
|
|
<f:TextBox ID="txtHazardJudge_L" runat="server" Label="作业条件危险性评价(L)" AutoPostBack="true" OnTextChanged="txtHazardJudge_TextChanged" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtHazardJudge_E" runat="server" Label="作业条件危险性评价(E)" AutoPostBack="true" OnTextChanged="txtHazardJudge_TextChanged" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtHazardJudge_C" runat="server" Label="作业条件危险性评价(C)" AutoPostBack="true" OnTextChanged="txtHazardJudge_TextChanged" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtHazardJudge_D" runat="server" Label="作业条件危险性评价(D)" LabelWidth="120px" >
|
|
</f:TextBox>
|
|
<f:DropDownList ID="ddlHazardLevel" runat="server" Label="危险级别" LabelWidth="120px" >
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtControlMeasures" runat="server" Label="控制措施" LabelWidth="120px" Readonly="true"
|
|
Height="70px" MaxLength="200">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox runat="server" ID="ckbIsStart" Label="启动巡检" AutoPostBack="true" OnCheckedChanged="ckbIsStart_CheckedChanged" LabelWidth="120px"></f:CheckBox>
|
|
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="巡检启动时间" ID="txtCheckStartDate" LabelWidth="120px"
|
|
LabelAlign="Right">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpDutyPerson" runat="server" Label="风险责任人" ShowRedStar="true" LabelWidth="120px" EnableCheckBoxSelect="true" EnableMultiSelect="true"
|
|
Required="true" LabelAlign="Right">
|
|
</f:DropDownList>
|
|
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="预计存在时间" ID="txtPlanExistDate" LabelWidth="120px"
|
|
LabelAlign="Right">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtPosition" runat="server" Label="详细位置描述" Required="true" ShowRedStar="true"
|
|
MaxLength="500" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
|
Hidden="true" OnClick="btnSave_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
|
</f:Button>
|
|
<f:HiddenField ID="hdCompileMan" runat="server">
|
|
</f:HiddenField>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
</form>
|
|
</body>
|
|
</html>
|