211 lines
13 KiB
Plaintext
211 lines
13 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ElectricityAndGasSafetyInspectionEdit.aspx.cs" Inherits="FineUIPro.Web.ThreeYearAction.FireGasSafety.ElectricityAndGasSafetyInspectionEdit" ValidateRequest="false" %>
|
|
|
|
<!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>
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="消防安全防火巡查记录" AutoScroll="true"
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" MessageTarget="Qtip">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtCode" runat="server" Label="编号" LabelAlign="Right"
|
|
MaxLength="50" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtName" runat="server" Label="名称" Required="true" ShowRedStar="true"
|
|
LabelAlign="Right" MaxLength="200" FocusOnPageLoad="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel1" Layout="Anchor" Title="用火用电情况" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsRandomlyPullingWires" Label="是否乱拉接电线" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsGasAppliancesPipingNormal" Label="燃气用具、管路是否正常完好" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsPowerRoomStackingDebris" Label="电源控制室或配电箱下是否堆放杂物" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsHoursPowerDump" Label="非工作期间电源是否切断" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsSmoking" Label="禁烟区是否有吸烟情况" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsOpenFlameConstruction" Label="是否用明火施工" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsViolationOfElectricityGas" Label="用电、用气操作人员是否违章操作" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel2" Layout="Anchor" Title="安全疏散设施" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsEXITStackingDebris" Label="安全出口、疏散通道或楼梯间是否堆放杂物" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsFireProofDoorClosed" Label="常闭式防火门是否处于关闭状态" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel3" Layout="Anchor" Title="应急照明和疏散指示标志" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsEmergencyLampNormal" Label="应急灯是否完好有效" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsEvacuationSignsNormal" Label="疏散指示标志是否完好有效" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel4" Layout="Anchor" Title="灭火器" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsFireExtinguisherNormal" Label="灭火器是否完好" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsFireExtinguisherMisapply" Label="灭火器是否挪用" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel5" Layout="Anchor" Title="自动消防设施" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsMonitorNormal" Label="区域显示器运行状况是否正常" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
<f:RadioButtonList runat="server" ID="rblIsFireproofCurtainStackingDebris" Label="防火卷帘下是否堆放杂物" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel6" Layout="Anchor" Title="消防重点部位" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsPersonnelOnDuty" Label="消防重点部位人员在岗情况" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel7" Layout="Anchor" Title="消防标识" runat="server" EnableCollapse="True">
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblIsFireProtectionSignsNormal" Label="消防标识是否明显,有无损坏" LabelWidth="300px">
|
|
<f:RadioItem Text="是" Value="true" />
|
|
<f:RadioItem Text="否" Value="false" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<f:FormRow MarginTop="10px">
|
|
<Items>
|
|
<f:TextArea ID="txtContent" runat="server" Label="其他" MaxLength="500" LabelAlign="right"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpCompileMan" runat="server" Label="巡查人" Required="true" ShowRedStar="true" EnableEdit="true" LabelAlign="Right">
|
|
</f:DropDownList>
|
|
<f:DatePicker ID="txtCompileDate" runat="server" Label="巡查时间" LabelAlign="Right"
|
|
EnableEdit="true">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtFindFireHazards" runat="server" Label="发现隐患" MaxLength="500" LabelAlign="right"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtHandlingSituation" runat="server" Label="处理情况" MaxLength="500" LabelAlign="right"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpAdministrator" runat="server" Label="管理人" Required="true" ShowRedStar="true" AutoSelectFirstItem="false" EnableEdit="true" LabelAlign="Right">
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtAdministratorOpinion" runat="server" Label="管理人意见" MaxLength="500" LabelAlign="right"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
|
</f:Button>
|
|
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
|
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
|
|
Height="500px">
|
|
</f:Window>
|
|
</form>
|
|
</body>
|
|
</html>
|