SGGL_JT/SUBQHSE/FineUIPro.Web/CQMS/Check/SpecialCheckListView.aspx

138 lines
7.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SpecialCheckListView.aspx.cs" Inherits="FineUIPro.Web.CQMS.Check.SpecialCheckListView" %>
<!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>
</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">
<Rows>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" Title="专项巡检详情" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectQualityType" LabelWidth="120" runat="server" Label="检查单位" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtCheckTime" runat="server" Label="检查日期" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckType" LabelWidth="120" runat="server" Label="检查类型" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtCheckClass" runat="server" Label="检查类别" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckPerson" LabelWidth="120" runat="server" Label="检查组成员" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtCheckPersonOther" runat="server" Label="检查组成员(手录)" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkArea" LabelWidth="120" runat="server" Label="单位工程" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtCheckAreas" runat="server" Label="部位" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCNProfessionalCode" LabelWidth="120" runat="server" Label="专业" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtCheckUnitId" runat="server" Label="受检单位" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtResponseMan" LabelWidth="120" runat="server" Label="责任人" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtProblemType" runat="server" Label="问题类别" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProblemDes" LabelWidth="120" runat="server" Label="问题描述" LabelAlign="Right"
>
</f:TextBox>
<f:TextBox ID="txtSuggest" runat="server" Label="整改意见" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtLimitedTime" LabelWidth="120" runat="server" Label="现时日期" LabelAlign="Right"
>
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</f:ContentPanel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Label runat="server" ID="lbTemp">
</f:Label>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>