SGGL_JT/SUBQHSE/FineUIPro.Web/Customization/CNCEC4/HSSE/Report/HazardAdministerEdit.aspx

155 lines
7.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HazardAdministerEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCEC4.HSSE.Report.HazardAdministerEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>隐患排查治理台账编辑</title>
</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="txtUnitName" runat="server" Label="所属单位" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtMonths" runat="server" Label="月份" LabelAlign="Right" Required="true" ShowRedStar="true"
DateFormatString="yyyy-MM" DisplayType="Month" ShowTodayButton="false">
</f:DatePicker>
<f:DatePicker ID="txtTrobleDate" runat="server" Label="排查日期" LabelAlign="Right" Required="true" ShowRedStar="true"
DateFormatString="yyyy-MM-dd" ShowTodayButton="false">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription" runat="server" Label="隐患描述" LabelAlign="Right"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpHazTypes" runat="server" Label="隐患类型" LabelAlign="Right" Required="true" ShowRedStar="true">
<f:ListItem Value="PPE穿戴" Text="PPE穿戴" Selected="true" />
<f:ListItem Value="机械设备" Text="机械设备" />
<f:ListItem Value="起重吊装" Text="起重吊装" />
<f:ListItem Value="临时用电" Text="临时用电" />
<f:ListItem Value="防护设施" Text="防护设施" />
<f:ListItem Value="警示标牌" Text="警示标牌" />
<f:ListItem Value="危险作业许可" Text="危险作业许可" />
<f:ListItem Value="消防管理" Text="消防管理" />
<f:ListItem Value="文明施工" Text="文明施工" />
<f:ListItem Value="危险品管理" Text="危险品管理" />
<f:ListItem Value="脚手架" Text="脚手架" />
<f:ListItem Value="试车" Text="试车" />
<f:ListItem Value="安全制度" Text="安全制度" />
<f:ListItem Value="安全制度" Text="安全制度" />
<f:ListItem Value="安全培训" Text="安全培训" />
<f:ListItem Value="安全风险分级管控及隐患排查治理" Text="安全风险分级管控及隐患排查治理" />
<f:ListItem Value="特种作业人员" Text="特种作业人员" />
<f:ListItem Value="安全技术交底" Text="安全技术交底" />
<f:ListItem Value="应急预案" Text="应急预案" />
<f:ListItem Value="组织机构" Text="组织机构" />
</f:DropDownList>
<f:TextBox ID="txtSeverity" runat="server" Label="隐患严重程度" LabelAlign="Right"
FocusOnPageLoad="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHazNumber" LabelAlign="Right" runat="server" Label="隐患通知单号"
FocusOnPageLoad="true">
</f:TextBox>
<f:TextBox ID="txtHazlocation" LabelAlign="Right" runat="server" Label="存在部位"
FocusOnPageLoad="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片" Text="上传和查看" OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" LabelAlign="Right">
</f:LinkButton>
<f:LinkButton ID="UploadAttach1" runat="server" Label="整改后照片" Text="上传和查看" OnClick="btnAttachUrl_Click1" ValidateForms="SimpleForm1" LabelAlign="Right">
</f:LinkButton>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtMeasure" runat="server" Label="整改措施" LabelAlign="Right"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckMan" LabelAlign="Right" runat="server" Label="检查人"
FocusOnPageLoad="true">
</f:TextBox>
<f:DatePicker ID="txtRecDate" runat="server" Label="整改期限" LabelAlign="Right" Required="true" ShowRedStar="true"
DateFormatString="yyyy-MM-dd" ShowTodayButton="false">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeadMan" LabelAlign="Right" runat="server" Label="整改负责人"
FocusOnPageLoad="true">
</f:TextBox>
<f:RadioButtonList ID="rbClosedType" runat="server" Label="是否闭合" Required="true">
<f:RadioItem Text="否" Selected="true" Value="0" />
<f:RadioItem Text="是" Value="1" />
</f:RadioButtonList>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnSubmit" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSubmit_Click" Text="提交">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="680px"
Height="480px">
</f:Window>
</form>
</body>
</html>