137 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			137 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HiddenRectificationView.aspx.cs" Inherits="FineUIPro.Web.ZHGL.ManagementReport.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"
							 | 
						||
| 
								 | 
							
								            BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								            <Rows>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:RadioButtonList ID="ckType" runat="server" Label="巡检周期" Readonly="true">
							 | 
						||
| 
								 | 
							
								                            <f:RadioItem Value="D" Selected="True" Text="日检" />
							 | 
						||
| 
								 | 
							
								                            <f:RadioItem Value="W" Text="周检" />
							 | 
						||
| 
								 | 
							
								                            <f:RadioItem Value="M" Text="月检" />
							 | 
						||
| 
								 | 
							
								                        </f:RadioButtonList>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextArea ID="txtProblemDescription" runat="server" Label="问题描述" Readonly="true" Height="64px">
							 | 
						||
| 
								 | 
							
								                        </f:TextArea>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtRegisterTypesName" runat="server" Label="问题类型" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtWorkAreaName" runat="server" Label="受检区域区域" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtResponsibilityUnitName" runat="server" Label="责任单位" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtResponsibilityManName" runat="server" Label="责任人" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextArea ID="txtRequirements" runat="server" Label="整改要求" Height="50px"
							 | 
						||
| 
								 | 
							
								                            MaxLength="400" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextArea>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:DropDownList runat="server" Label="问题级别" ID="dpRiskLevel" LabelAlign="Right" Readonly="true">
							 | 
						||
| 
								 | 
							
								                            <f:ListItem Text="一般" Value="1" Selected="true" />
							 | 
						||
| 
								 | 
							
								                            <f:ListItem Text="较大" Value="2" />
							 | 
						||
| 
								 | 
							
								                            <f:ListItem Text="重大" Value="3" />
							 | 
						||
| 
								 | 
							
								                        </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextArea ID="txtTakeSteps" runat="server" Label="采取措施" Readonly="true" Height="50px">
							 | 
						||
| 
								 | 
							
								                        </f:TextArea>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" Readonly="true">
							 | 
						||
| 
								 | 
							
								                        </f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </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 ColumnWidths="8% 92%">
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:Label runat="server" ID="lblImageUrl" Label="整改前图片">
							 | 
						||
| 
								 | 
							
								                        </f:Label>
							 | 
						||
| 
								 | 
							
								                        <f:ContentPanel ID="ContentPanel2" runat="server" ShowHeader="false" ShowBorder="false"
							 | 
						||
| 
								 | 
							
								                            Title="整改前图片">
							 | 
						||
| 
								 | 
							
								                            <table style="width">
							 | 
						||
| 
								 | 
							
								                                <tr style="height: 28px">
							 | 
						||
| 
								 | 
							
								                                    <td align="left">
							 | 
						||
| 
								 | 
							
								                                        <div id="divImageUrl" runat="server">
							 | 
						||
| 
								 | 
							
								                                        </div>
							 | 
						||
| 
								 | 
							
								                                    </td>
							 | 
						||
| 
								 | 
							
								                                </tr>
							 | 
						||
| 
								 | 
							
								                            </table>
							 | 
						||
| 
								 | 
							
								                        </f:ContentPanel>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow ColumnWidths="8% 92%">
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:Label runat="server" ID="lblRectificationImageUrl" Label="整改后图片">
							 | 
						||
| 
								 | 
							
								                        </f:Label>
							 | 
						||
| 
								 | 
							
								                        <f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" ShowBorder="false"
							 | 
						||
| 
								 | 
							
								                            Title="整改后图片">
							 | 
						||
| 
								 | 
							
								                            <table>
							 | 
						||
| 
								 | 
							
								                                <tr style="height: 28px">
							 | 
						||
| 
								 | 
							
								                                    <td align="left">
							 | 
						||
| 
								 | 
							
								                                        <div id="divRectificationImageUrl" runat="server">
							 | 
						||
| 
								 | 
							
								                                        </div>
							 | 
						||
| 
								 | 
							
								                                    </td>
							 | 
						||
| 
								 | 
							
								                                </tr>
							 | 
						||
| 
								 | 
							
								                            </table>
							 | 
						||
| 
								 | 
							
								                        </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>
							 |