SGGL_HBAZ/SGGL/FineUIPro.Web/OfficeCheck/Inspect/ProjectQualityInspectionVie...

112 lines
4.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectQualityInspectionView.aspx.cs" Inherits="FineUIPro.Web.OfficeCheck.Inspect.ProjectQualityInspectionView" %>
<!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" ShowHeader="false" BodyPadding="10px" ID="Form1" EnableCollapse="false"
runat="server">
<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="QDetails" runat="server" Label="问题描述" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="suggest" 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>
</body>
</html>