SGGL_SHJ/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx

126 lines
5.7 KiB
Plaintext
Raw Normal View History

2022-09-05 16:36:31 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HiddenRectificationView.aspx.cs" Inherits="FineUIPro.Web.HSSE.HiddenInspection.HiddenRectificationView" %>
<!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" LabelWidth="110px">
2022-09-05 16:36:31 +08:00
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtRegisterDef" runat="server" Label="问题描述" Readonly="true"
ShowRedStar="true" Required="true" Height="64px">
2022-09-05 16:36:31 +08:00
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" >
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" Readonly="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" >
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" ShowRedStar="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" >
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" >
2022-09-05 16:36:31 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" >
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" ></f:TextBox>
2022-09-05 16:36:31 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" ShowRedStar="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" ShowRedStar="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" ShowRedStar="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" Readonly="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label runat="server" ID="txtWorkPackageId" Label="分部分项工程"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" Readonly="true">
2022-09-05 16:36:31 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRectification" runat="server" Label="采取措施" Readonly="true" >
2022-09-05 16:36:31 +08:00
</f:TextBox>
<f:TextBox runat="server" ID="txtHandleIdea" Label="复检问题描述"
Readonly="true" ></f:TextBox>
2022-09-05 16:36:31 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRectificationTime" runat="server" Label="整改时间" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtStates" runat="server" Label="状态" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" runat="server" ShowHeader="true" ShowBorder="false"
Title="整改前">
<div id="divImageUrl" runat="server">
</div>
</f:ContentPanel>
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="true" ShowBorder="false"
Title="整改后">
<div id="divRectificationImageUrl" runat="server">
</div>
</f:ContentPanel>
</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:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>