105 lines
		
	
	
		
			5.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			105 lines
		
	
	
		
			5.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RoutingInspectionEdit.aspx.cs" Inherits="FineUIPro.Web.HSSE.Hazard.RoutingInspectionEdit" %>
 | |
| 
 | |
| <!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:TextBox ID="txtPosition" runat="server" Label="详细位置描述" Readonly="true"
 | |
|                             MaxLength="500" LabelWidth="120px">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList runat="server" EnableSimulateTree="True" Label="巡检人" ID="drpPatrolMan" LabelWidth="120px">
 | |
|                         </f:DropDownList>
 | |
|                         <f:DatePicker ID="txtPatrolTime" runat="server" Label="巡检时间" LabelAlign="Right" Required="True" ShowRedStar="true" LabelWidth="120px">
 | |
|                         </f:DatePicker>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:RadioButtonList runat="server" ID="rblPatrolResult" Label="巡检结果" LabelWidth="120px" LabelAlign="Right">
 | |
|                             <f:RadioItem Value="0" Text="原状态" Selected="true" />
 | |
|                             <f:RadioItem Value="1" Text="二次评估" />
 | |
|                             <f:RadioItem Value="2" Text="下整改单" />
 | |
|                             <f:RadioItem Value="-1" Text="消除" />
 | |
|                         </f:RadioButtonList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextArea ID="txtControlMeasures" runat="server" Label="控制措施" LabelWidth="120px" 
 | |
|                             Height="70px" MaxLength="200">
 | |
|                         </f:TextArea>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextArea ID="txtDealReason" runat="server" Label="巡检处理原因描述" LabelWidth="120px" 
 | |
|                             Height="70px" MaxLength="200">
 | |
|                         </f:TextArea>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList runat="server" EnableSimulateTree="True" Label="风险责任人" ID="drpRiskMan" LabelWidth="120px">
 | |
|                         </f:DropDownList>
 | |
|                         <f:LinkButton ID="UploadAttach" runat="server" Label="附件" Text="上传和查看" OnClick="btnAttachUrl_Click" LabelAlign="Right" LabelWidth="120px">
 | |
|                         </f:LinkButton>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|             </Rows>
 | |
|             <Toolbars>
 | |
|                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                     <Items>
 | |
|                         <f:ToolbarFill ID="ToolbarFill1" runat="server">
 | |
|                         </f:ToolbarFill>
 | |
|                         <f:HiddenField ID="hdCheckManId" runat="server"></f:HiddenField>
 | |
|                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
 | |
|                             OnClick="btnSave_Click">
 | |
|                         </f:Button>
 | |
|                         <f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
 | |
|                         </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>
 |