134 lines
10 KiB
Plaintext
134 lines
10 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NDEDetectionInformation.aspx.cs"
|
|
EnableEventValidation="false" Inherits="FineUIPro.Web.WeldingProcess.WeldingReport.NDEDetectionInformation" %>
|
|
|
|
<!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>NDE检测信息</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" AjaxAspnetControls="divRT" />
|
|
<f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false" AutoScroll="true"
|
|
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Left">
|
|
<Items>
|
|
<f:DatePicker runat="server" Label="<%$ Resources:Lan,Date %>" ID="txtDate" LabelAlign="Right"
|
|
LabelWidth="100px" Width="220px">
|
|
</f:DatePicker>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="BtnAnalyse" Text="<%$ Resources:Lan,Statistics %>" Icon="ChartPie"
|
|
runat="server" OnClick="BtnAnalyse_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" Text="<%$ Resources:Lan,Export %>"
|
|
Icon="TableGo" EnableAjax="false" DisableControlBeforePostBack="false">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
<Items>
|
|
<f:ContentPanel runat="server" AutoScroll="true" ShowHeader="false" ID="ContentPanel1">
|
|
<table id="Table1" runat="server" align="center" valign="top" width="100%" cellpadding="0"
|
|
cellspacing="0" class="table" style="border-collapse: collapse;" border="0">
|
|
<tr>
|
|
<td runat="server">
|
|
<div runat="server" id="divRT">
|
|
<asp:GridView ID="gvRT" runat="server" AutoGenerateColumns="False" Height="200px"
|
|
OnRowCreated="gvRT_RowCreated" GridLines="Vertical" Width="98%" BorderWidth="1px"
|
|
AllowPaging="false" AllowSorting="True" BorderColor="Black" BorderStyle="Solid">
|
|
<Columns>
|
|
<asp:BoundField DataField="ProjectCode" />
|
|
<asp:BoundField DataField="Shop" />
|
|
<asp:BoundField DataField="ExaminatedCountYesterday" />
|
|
<asp:BoundField DataField="ExaminatedCountToday" />
|
|
<asp:BoundField DataField="ExaminatedCountTotal" />
|
|
<asp:BoundField DataField="RejectedCountYesterday" />
|
|
<asp:BoundField DataField="RejectedCountToday" />
|
|
<asp:BoundField DataField="RejectedCountTotal" />
|
|
<asp:BoundField DataField="Rejectrate" />
|
|
</Columns>
|
|
<HeaderStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
<RowStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
</asp:GridView>
|
|
<asp:GridView ID="gvPT" runat="server" AutoGenerateColumns="False" Height="200px"
|
|
OnRowCreated="gvPT_RowCreated" GridLines="Vertical" Width="98%" BorderWidth="1px"
|
|
AllowPaging="false" AllowSorting="True" BorderColor="Black" BorderStyle="Solid">
|
|
<Columns>
|
|
<asp:BoundField DataField="ProjectCode" />
|
|
<asp:BoundField DataField="Shop" />
|
|
<asp:BoundField DataField="ExaminatedCountYesterday" />
|
|
<asp:BoundField DataField="ExaminatedCountToday" />
|
|
<asp:BoundField DataField="ExaminatedCountTotal" />
|
|
<asp:BoundField DataField="RejectedCountYesterday" />
|
|
<asp:BoundField DataField="RejectedCountToday" />
|
|
<asp:BoundField DataField="RejectedCountTotal" />
|
|
<asp:BoundField DataField="Rejectrate" />
|
|
</Columns>
|
|
<HeaderStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
<RowStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
</asp:GridView>
|
|
<asp:GridView ID="gvMT" runat="server" AutoGenerateColumns="False" Height="200px"
|
|
OnRowCreated="gvMT_RowCreated" GridLines="Vertical" Width="98%" BorderWidth="1px"
|
|
AllowPaging="false" AllowSorting="True" BorderColor="Black" BorderStyle="Solid">
|
|
<Columns>
|
|
<asp:BoundField DataField="ProjectCode" />
|
|
<asp:BoundField DataField="Shop" />
|
|
<asp:BoundField DataField="ExaminatedCountYesterday" />
|
|
<asp:BoundField DataField="ExaminatedCountToday" />
|
|
<asp:BoundField DataField="ExaminatedCountTotal" />
|
|
<asp:BoundField DataField="RejectedCountYesterday" />
|
|
<asp:BoundField DataField="RejectedCountToday" />
|
|
<asp:BoundField DataField="RejectedCountTotal" />
|
|
<asp:BoundField DataField="Rejectrate" />
|
|
</Columns>
|
|
<HeaderStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
<RowStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
</asp:GridView>
|
|
<asp:GridView ID="gvUT" runat="server" AutoGenerateColumns="False" Height="200px"
|
|
OnRowCreated="gvUT_RowCreated" GridLines="Vertical" Width="98%" BorderWidth="1px"
|
|
AllowPaging="false" AllowSorting="True" BorderColor="Black" BorderStyle="Solid">
|
|
<Columns>
|
|
<asp:BoundField DataField="ProjectCode" />
|
|
<asp:BoundField DataField="Shop" />
|
|
<asp:BoundField DataField="ExaminatedCountYesterday" />
|
|
<asp:BoundField DataField="ExaminatedCountToday" />
|
|
<asp:BoundField DataField="ExaminatedCountTotal" />
|
|
<asp:BoundField DataField="RejectedCountYesterday" />
|
|
<asp:BoundField DataField="RejectedCountToday" />
|
|
<asp:BoundField DataField="RejectedCountTotal" />
|
|
<asp:BoundField DataField="Rejectrate" />
|
|
</Columns>
|
|
<HeaderStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
<RowStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
</asp:GridView>
|
|
<asp:GridView ID="gvPMI" runat="server" AutoGenerateColumns="False" Height="200px"
|
|
OnRowCreated="gvPMI_RowCreated" GridLines="Vertical" Width="98%" BorderWidth="1px"
|
|
AllowPaging="false" AllowSorting="True" BorderColor="Black" BorderStyle="Solid">
|
|
<Columns>
|
|
<asp:BoundField DataField="ProjectCode" />
|
|
<asp:BoundField DataField="Shop" />
|
|
<asp:BoundField DataField="ExaminatedCountYesterday" />
|
|
<asp:BoundField DataField="ExaminatedCountToday" />
|
|
<asp:BoundField DataField="ExaminatedCountTotal" />
|
|
<asp:BoundField DataField="RejectedCountYesterday" />
|
|
<asp:BoundField DataField="RejectedCountToday" />
|
|
<asp:BoundField DataField="RejectedCountTotal" />
|
|
<asp:BoundField DataField="Rejectrate" />
|
|
</Columns>
|
|
<HeaderStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
<RowStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center" />
|
|
</asp:GridView>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</f:ContentPanel>
|
|
</Items>
|
|
</f:Panel>
|
|
</form>
|
|
</body>
|
|
</html>
|