SGGL_HBAZ/SGGL/FineUIPro.Web/HSSE/Check/CheckSpecialView.aspx

105 lines
4.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeBehind="CheckSpecialView.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.CheckSpecialView" %>
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl" TagPrefix="uc1" %>
<!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" />
<style type="text/css">
.labcenter {
text-align: center;
}
</style>
</head>
<body>
<form id="_form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Form IsFluid="true" BodyPadding="10px" ID="Form1" LabelWidth="100px" EnableCollapse="false"
runat="server" Title="查看">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="Code" runat="server" Label="编号" Readonly="true">
</f:TextBox>
<f:TextBox ID="PName" runat="server" Label="项目名称" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="Cman" runat="server" Label="检查人" Readonly="true">
</f:TextBox>
<f:TextBox ID="Pman" runat="server" Label="负责人" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="Ptype" runat="server" Label="问题类型" Readonly="true">
</f:TextBox>
<f:TextBox ID="Iarea" runat="server" Label="受检区域" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="Carea" runat="server" Label="检查区域" Readonly="true">
</f:TextBox>
<f:TextBox ID="state" runat="server" Label="状态" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="conclusion" 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>
</f:Form>
</form>
<script>
function onGridDataLoad(event) {
this.mergeColumns(['CheckItemType']);
}
</script>
</body>
</html>