ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/HJGL/CheckManage/NDTStatisticalWeek.aspx

145 lines
9.5 KiB
Plaintext
Raw Normal View History

2024-05-08 17:17:11 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NDTStatisticalWeek.aspx.cs"
Inherits="FineUIPro.Web.HJGL.CheckManage.NDTStatisticalWeek" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
<Items>
<f:Panel runat="server" ID="panelLeftRegion" RegionPosition="Left" RegionSplit="true"
EnableCollapse="true" Width="250px" Title="安装工程无损检测统计报表(周报)" ShowBorder="true"
Layout="VBox" ShowHeader="true" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
<Toolbars>
<f:Toolbar ID="Toolbar4" Position="Top" runat="server" ToolbarAlign="Center" Layout="VBox">
<Items>
<f:DropDownList ID="drpProjectId" runat="server" Label="显示项目" LabelAlign="Right" Width="250px"
EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpProjectId_SelectedIndexChanged">
</f:DropDownList>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:Tree ID="tvControlItem" ShowHeader="false" Height="500px" Title="安装工程无损检测统计报表(周报)"
OnNodeCommand="tvControlItem_NodeCommand" runat="server" ShowBorder="false" EnableCollapse="true"
EnableSingleClickExpand="true" AutoLeafIdentification="true" EnableTextSelection="true"
Expanded="true">
</f:Tree>
</Items>
</f:Panel>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="安装工程无损检测统计报表(周报)"
TitleToolTip="安装工程无损检测统计报表(周报)" AutoScroll="true">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnPrint" runat="server" Text="打印" Icon="Printer">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:Label ID="lblCheckUnit" runat="server" Label="检测单位">
</f:Label>
<f:Label ID="lblCode" runat="server" Label="报表编号">
</f:Label>
<f:Label ID="lblDate" runat="server" Label="日期">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label1" runat="server" Label="监理机构">
</f:Label>
<f:Label ID="Label2" runat="server" Label="施工承包商">
</f:Label>
<f:Label ID="Label3" runat="server" Label="合同编号">
</f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="安装工程无损检测统计报表(周报)"
EnableCollapse="true" AutoScroll="true" runat="server" BoxFlex="1" DataKeyNames="ISO_IsoNo"
AllowCellEditing="true" EnableColumnLines="true" ClicksToEdit="1" DataIDField="ISO_IsoNo"
AllowSorting="true" SortField="ISO_IsoNo" SortDirection="ASC" OnSort="Grid1_Sort"
EnableTextSelection="True">
<Columns>
<f:RenderField HeaderText="工程名称" ColumnID="" DataField="" SortField="" FieldType="String"
HeaderTextAlign="Center" TextAlign="Left" Width="100px">
</f:RenderField>
<f:RenderField HeaderText="单元名称" ColumnID="" DataField="" SortField="" FieldType="String"
HeaderTextAlign="Center" TextAlign="Left" Width="100px">
</f:RenderField>
<f:RenderField HeaderText="检件名称" ColumnID="" DataField="" SortField="" FieldType="String"
HeaderTextAlign="Center" TextAlign="Left" Width="100px">
</f:RenderField>
<f:RenderField HeaderText="检测方法" ColumnID="" DataField="" SortField="" FieldType="String"
HeaderTextAlign="Center" TextAlign="Left" Width="100px">
</f:RenderField>
<f:RenderField HeaderText="计量单位RT:张、其它:道)" ColumnID="" DataField="" SortField=""
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" Width="100px">
</f:RenderField>
<f:GroupField HeaderText="开工至上周检测" TextAlign="Center">
<Columns>
<f:BoundField Width="60px" DataField="" HeaderText="检测数量" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="合格" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="不合格" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="合格率%" HeaderTextAlign="Center"
TextAlign="Left" />
</Columns>
</f:GroupField>
<f:GroupField HeaderText="本周检测" TextAlign="Center">
<Columns>
<f:BoundField Width="60px" DataField="" HeaderText="检测数量" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="合格" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="不合格" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="合格率%" HeaderTextAlign="Center"
TextAlign="Left" />
</Columns>
</f:GroupField>
<f:GroupField HeaderText="开工至本周累计" TextAlign="Center">
<Columns>
<f:BoundField Width="60px" DataField="" HeaderText="检测数量" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="合格" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="不合格" HeaderTextAlign="Center"
TextAlign="Left" />
<f:BoundField Width="60px" DataField="" HeaderText="合格率%" HeaderTextAlign="Center"
TextAlign="Left" />
</Columns>
</f:GroupField>
<f:RenderField HeaderText="备注" ColumnID="" DataField="" SortField="" FieldType="String"
HeaderTextAlign="Center" TextAlign="Left" Width="100px">
</f:RenderField>
</Columns>
</f:Grid>
</Items>
</f:Panel>
</Items>
</f:Panel>
</form>
</body>
</html>