This commit is contained in:
commit
25f117de1a
|
@ -1 +1,32 @@
|
|||
|
||||
错误信息开始=====>
|
||||
错误类型:SqlException
|
||||
错误信息:在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: SQL Network Interfaces, error: 26 - 定位指定的服务器/实例时出错)
|
||||
错误堆栈:
|
||||
在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
|
||||
在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
|
||||
在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
|
||||
在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
|
||||
在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
|
||||
在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
|
||||
在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
|
||||
在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
|
||||
在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
|
||||
在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
|
||||
在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
|
||||
在 System.Data.SqlClient.SqlConnection.Open()
|
||||
在 System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user)
|
||||
在 System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe()
|
||||
在 System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode()
|
||||
在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
|
||||
在 System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression)
|
||||
在 BLL.Sys_UserService.UserLogOn(String account, String password, Boolean rememberMe, Page page) 位置 E:\鼎盛\HJGL_DS\HJGL_DS\BLL\Common\SysManage\Sys_UserService.cs:行号 39
|
||||
在 FineUIPro.Web.Login.btnLogin_Click(Object sender, EventArgs e)
|
||||
在 FineUIPro.Button.OnClick(EventArgs e)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:05/27/2025 16:56:28
|
||||
出错文件:http://localhost:64304/Login.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:05/27/2025 16:56:28
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/01/2025 20:37:11" ReportInfo.Modified="03/01/2025 23:12:13" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/01/2025 20:37:11" ReportInfo.Modified="05/28/2025 15:11:23" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -63,7 +63,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJZbmFRqbHzTtEphcBVioe/g==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFB5iot5NZ0eVBoCLLMoniiA==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="ProjectName" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="InstallationName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="02/28/2025 22:15:01" ReportInfo.Modified="03/01/2025 23:03:41" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="02/28/2025 22:15:01" ReportInfo.Modified="05/28/2025 15:11:17" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -69,7 +69,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJqCIuAmdKEkbAZZtUg1JtEg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF3gOCTWHIbofiM93+8NfrAw==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="ProjectName" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="InstallationName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -0,0 +1,309 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/28/2025 15:22:42" ReportInfo.Modified="06/04/2025 21:38:37" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using FastReport;
|
||||
using FastReport.Data;
|
||||
using FastReport.Dialog;
|
||||
using FastReport.Barcode;
|
||||
using FastReport.Table;
|
||||
using FastReport.Utils;
|
||||
|
||||
namespace FastReport
|
||||
{
|
||||
public class ReportScript
|
||||
{
|
||||
|
||||
private void Table3_ManualBuild(object sender, EventArgs e)
|
||||
{
|
||||
DataSourceBase rowData = Report.GetDataSource("Data");
|
||||
// init the data source
|
||||
rowData.Init();
|
||||
|
||||
// print the first table row - it is a header
|
||||
|
||||
// now enumerate the data source and print the table body
|
||||
while (rowData.HasMoreRows)
|
||||
{
|
||||
// print the table body
|
||||
Table3.PrintRow(0);
|
||||
Table3.PrintColumns();
|
||||
|
||||
// go next data source row
|
||||
rowData.Next();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFU9faa5/HBb4XUQfiMoZgBg==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="IsoDesc" DataType="System.String" PropName="image_series"/>
|
||||
<Column Name="STE_Code" DataType="System.String" PropName="file_name"/>
|
||||
<Column Name="NDTR_Name" DataType="System.String" PropName="file_size"/>
|
||||
<Column Name="JotyLevel" DataType="System.String" PropName="file_type"/>
|
||||
<Column Name="JotNum" DataType="System.String" PropName="created_date"/>
|
||||
<Column Name="FilmNum" DataType="System.String" PropName="created_by"/>
|
||||
<Column Name="NoJotNum" DataType="System.String" PropName="series_desc"/>
|
||||
<Column Name="NoFilmNum" DataType="System.String" PropName="file_path"/>
|
||||
<Column Name="ExpJotNum" DataType="System.String" PropName="series_timestamp"/>
|
||||
<Column Name="ExpFilmNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="ExpNoJotNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="ExpNoFilmNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="RealJotNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="RealFilmNum" DataType="System.String" PropName="Column"/>
|
||||
</TableDataSource>
|
||||
<TableDataSource Name="RepairData" DataType="System.Int32" PropName="AttachFile" Enabled="true" TableName="RepairData">
|
||||
<Column Name="JotNumR1" DataType="System.String" PropName="AttachFileId"/>
|
||||
<Column Name="FilmNumR1" DataType="System.String" PropName="ToKeyId"/>
|
||||
<Column Name="JotNumR2" DataType="System.String" PropName="AttachSource"/>
|
||||
<Column Name="FilmNumR2" DataType="System.String" PropName="AttachUrl"/>
|
||||
<Column Name="JotNumR3" DataType="System.String" PropName="MenuId"/>
|
||||
<Column Name="FilmNumR3" DataType="System.String" PropName="Column"/>
|
||||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
<Parameter Name="projectName" DataType="System.String"/>
|
||||
<Parameter Name="trustUnit" DataType="System.String"/>
|
||||
<Parameter Name="ndtCriteria" DataType="System.String"/>
|
||||
<Parameter Name="constructionUnit" DataType="System.String"/>
|
||||
<Parameter Name="reportDate" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" LeftMargin="25" TopMargin="20" RightMargin="20" BottomMargin="20" FirstPageSource="4" OtherPagesSource="4" Guides="0,944.56,217.24,99.17,632.82,118.07,80.27,722.54,316.41,434.48,945,136.08,224.91,313.74,374.22,434.7,536.76,51.03,638.82,740.88,842.94,88.83,60.48,485.73,587.79,689.85,791.91,893.97,315,630,42.47,160.54,231.36,349.43,420.25,576.12,646.94">
|
||||
<PageHeaderBand Name="PageHeader1" Width="952.56" Height="181.82" Guides="0,113.39,81.9,50.4,31.5,31.49,113.4,181.82,68.42,30.62,37.8">
|
||||
<TableObject Name="Table1" Width="944.56" Height="113.39">
|
||||
<TableColumn Name="Column1" Width="118.07"/>
|
||||
<TableColumn Name="Column2" Width="99.17"/>
|
||||
<TableColumn Name="Column3" Width="99.17"/>
|
||||
<TableColumn Name="Column4" Width="118.07"/>
|
||||
<TableColumn Name="Column5" Width="118.07"/>
|
||||
<TableColumn Name="Column6" Width="80.27"/>
|
||||
<TableColumn Name="Column7" Width="89.72"/>
|
||||
<TableColumn Name="Column8" Width="222.02"/>
|
||||
<TableRow Name="Row1" Height="50.4">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503 J121" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="射线检测结果确认表" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold" ColSpan="4" RowSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Left, Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Right, Top" Text="[projectName]" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="31.5">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All"/>
|
||||
<TableCell Name="Cell10" Border.Lines="All"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Left, Bottom" Text="单元名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Right, Bottom" Text="管道" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="31.49">
|
||||
<TableCell Name="Cell11" Border.Lines="All" Text="委托单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" Text="[trustUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" Text="检测标准" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Text="[ndtCriteria]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" Text="施工单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" Text="[constructionUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table2" Top="113.4" Width="945" Height="68.42" Border.Lines="Left, Top">
|
||||
<TableColumn Name="Column9" Width="136.08"/>
|
||||
<TableColumn Name="Column10" Width="88.83"/>
|
||||
<TableColumn Name="Column11" Width="88.83"/>
|
||||
<TableColumn Name="Column12" Width="60.48"/>
|
||||
<TableColumn Name="Column13" Width="60.48"/>
|
||||
<TableColumn Name="Column14" Width="51.03"/>
|
||||
<TableColumn Name="Column15" Width="51.03"/>
|
||||
<TableColumn Name="Column16" Width="51.03"/>
|
||||
<TableColumn Name="Column17" Width="51.03"/>
|
||||
<TableColumn Name="Column18" Width="51.03"/>
|
||||
<TableColumn Name="Column19" Width="51.03"/>
|
||||
<TableColumn Name="Column20" Width="51.03"/>
|
||||
<TableColumn Name="Column21" Width="51.03"/>
|
||||
<TableColumn Name="Column22" Width="51.03"/>
|
||||
<TableColumn Name="Column23" Width="51.03"/>
|
||||
<TableRow Name="Row4" Height="30.62">
|
||||
<TableCell Name="Cell35" Border.Lines="All" Text="检件编号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell36" Border.Lines="All" Text="检件规格 mm" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell37" Border.Lines="All" Text="检件材质" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell38" Border.Lines="All" Text="检测比例 %" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" Text="合格级别" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell60" Border.Lines="All" Text="一次检测" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell61" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" Text="一次不合格" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" Text="扩检" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="扩检不合格" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell67" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" Text="实际检测" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="37.8">
|
||||
<TableCell Name="Cell40" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell41" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell42" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell43" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell44" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" Text="焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell71" Border.Lines="All" Text="片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell72" Border.Lines="All" Text="焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" Text="片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Text="焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" Text="焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" Text="片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell78" Border.Lines="All" Text="焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" Text="片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="185.82" Width="952.56" Height="37.8" Guides="0,37.8">
|
||||
<TableObject Name="Table3" Width="945" Height="37.8" Border.Lines="Left, Top" ManualBuildEvent="Table3_ManualBuild">
|
||||
<TableColumn Name="Column24" Width="136.08"/>
|
||||
<TableColumn Name="Column25" Width="88.83"/>
|
||||
<TableColumn Name="Column26" Width="88.83"/>
|
||||
<TableColumn Name="Column27" Width="60.48"/>
|
||||
<TableColumn Name="Column28" Width="60.48"/>
|
||||
<TableColumn Name="Column29" Width="51.03"/>
|
||||
<TableColumn Name="Column30" Width="51.03"/>
|
||||
<TableColumn Name="Column31" Width="51.03"/>
|
||||
<TableColumn Name="Column32" Width="51.03"/>
|
||||
<TableColumn Name="Column33" Width="51.03"/>
|
||||
<TableColumn Name="Column34" Width="51.03"/>
|
||||
<TableColumn Name="Column35" Width="51.03"/>
|
||||
<TableColumn Name="Column36" Width="51.03"/>
|
||||
<TableColumn Name="Column37" Width="51.03"/>
|
||||
<TableColumn Name="Column38" Width="51.03"/>
|
||||
<TableRow Name="Row7" Height="37.8">
|
||||
<TableCell Name="Cell95" Border.Lines="All" Text="[Data.ISO_IsoNo]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Text="[Data.IsoDesc]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="[Data.STE_Code]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="[Data.NDTR_Name]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="[Data.JotyLevel]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[Data.JotNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[Data.FilmNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[Data.NoJotNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[Data.NoFilmNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[Data.ExpJotNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell105" Border.Lines="All" Text="[Data.ExpFilmNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Text="[Data.ExpNoJotNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Text="[Data.ExpNoFilmNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Text="[Data.RealJotNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Text="[Data.RealFilmNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
<ColumnFooterBand Name="ColumnFooter1" Top="269.42" Width="952.56">
|
||||
<ChildBand Name="Child1" Top="227.62" Width="952.56" Height="37.8" Guides="0,37.8" FillUnusedSpace="true">
|
||||
<TableObject Name="Table4" Width="945" Height="37.8" Border.Lines="Left, Top">
|
||||
<TableColumn Name="Column39" Width="136.08"/>
|
||||
<TableColumn Name="Column40" Width="88.83"/>
|
||||
<TableColumn Name="Column41" Width="88.83"/>
|
||||
<TableColumn Name="Column42" Width="60.48"/>
|
||||
<TableColumn Name="Column43" Width="60.48"/>
|
||||
<TableColumn Name="Column44" Width="51.03"/>
|
||||
<TableColumn Name="Column45" Width="51.03"/>
|
||||
<TableColumn Name="Column46" Width="51.03"/>
|
||||
<TableColumn Name="Column47" Width="51.03"/>
|
||||
<TableColumn Name="Column48" Width="51.03"/>
|
||||
<TableColumn Name="Column49" Width="51.03"/>
|
||||
<TableColumn Name="Column50" Width="51.03"/>
|
||||
<TableColumn Name="Column51" Width="51.03"/>
|
||||
<TableColumn Name="Column52" Width="51.03"/>
|
||||
<TableColumn Name="Column53" Width="51.03"/>
|
||||
<TableRow Name="Row8" Height="37.8">
|
||||
<TableCell Name="Cell110" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell114" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell115" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell116" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell117" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell118" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell119" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell120" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell121" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell122" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell123" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell124" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</ChildBand>
|
||||
</ColumnFooterBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="273.42" Width="952.56" Height="195.8" Guides="66.15,195.8,0,26.46,52.92,79.38,105.84,129.65,66.16,33.08">
|
||||
<TableObject Name="Table5" Top="66.15" Width="945" Height="129.65" Border.Lines="All">
|
||||
<TableColumn Name="Column54" Width="315"/>
|
||||
<TableColumn Name="Column55" Width="315"/>
|
||||
<TableColumn Name="Column56" Width="315"/>
|
||||
<TableRow Name="Row9" Height="26.46">
|
||||
<TableCell Name="Cell125" Border.Lines="All" Text="监理单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell126" Border.Lines="All" Text="总承包单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell127" Border.Lines="All" Text="检测单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row10" Height="26.46">
|
||||
<TableCell Name="Cell130" Border.Lines="Right" Text="专业工程师:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell131" Border.Lines="Right" Text="专业工程师:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell132" Text="专业工程师:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row11" Height="26.46">
|
||||
<TableCell Name="Cell135" Border.Lines="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell136" Border.Lines="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell137" Text="审核人:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row12" Height="26.46">
|
||||
<TableCell Name="Cell140" Border.Lines="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell141" Border.Lines="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell142" Text="制表人:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row13" Height="23.81">
|
||||
<TableCell Name="Cell145" Border.Lines="Right" Text="日期: 年 月 日" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell146" Border.Lines="Right" Text="日期: 年 月 日" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell147" Text="日期: 年 月 日" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table6" Width="944.56" Height="66.16" Border.Lines="Right">
|
||||
<TableColumn Name="Column57" Width="42.47"/>
|
||||
<TableColumn Name="Column58" Width="118.07"/>
|
||||
<TableColumn Name="Column59" Width="70.82"/>
|
||||
<TableColumn Name="Column60" Width="118.07"/>
|
||||
<TableColumn Name="Column61" Width="70.82"/>
|
||||
<TableColumn Name="Column62" Width="155.87"/>
|
||||
<TableColumn Name="Column63" Width="70.82"/>
|
||||
<TableColumn Name="Column64" Width="297.62"/>
|
||||
<TableRow Name="Row14" Height="33.08">
|
||||
<TableCell Name="Cell148" Border.Lines="All" Text="返修情况" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell149" Border.Lines="All" Text="一次返修焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell150" Border.Lines="All" Text="[RepairData.JotNumR1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell151" Border.Lines="All" Text="二次返修焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell152" Border.Lines="All" Text="[RepairData.JotNumR2]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell173" Border.Lines="All" Text="三次及以上返修焊口数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell174" Border.Lines="All" Text="[RepairData.JotNumR3]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell175" Border.Lines="All" Text="注1:质量评定和透照参数见射线检测报告。" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row15" Height="33.08">
|
||||
<TableCell Name="Cell153" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell154" Border.Lines="All" Text="一次返修片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell155" Border.Lines="All" Text="[RepairData.FilmNumR1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell156" Border.Lines="All" Text="二次返修片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell157" Border.Lines="All" Text="[RepairData.FilmNumR2]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell176" Border.Lines="All" Text="三次及以上返修片数" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell177" Border.Lines="All" Text="[RepairData.FilmNumR3]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell178" Border.Lines="All" Text="注2:检测位置见该管道单线图图示。" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
|
@ -0,0 +1,357 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="06/04/2025 21:53:56" ReportInfo.Modified="06/05/2025 22:28:55" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using FastReport;
|
||||
using FastReport.Data;
|
||||
using FastReport.Dialog;
|
||||
using FastReport.Barcode;
|
||||
using FastReport.Table;
|
||||
using FastReport.Utils;
|
||||
|
||||
namespace FastReport
|
||||
{
|
||||
public class ReportScript
|
||||
{
|
||||
|
||||
private void Table2_ManualBuild(object sender, EventArgs e)
|
||||
{
|
||||
DataSourceBase rowData = Report.GetDataSource("Data");
|
||||
// init the data source
|
||||
rowData.Init();
|
||||
|
||||
// print the first table row - it is a header
|
||||
|
||||
// now enumerate the data source and print the table body
|
||||
while (rowData.HasMoreRows)
|
||||
{
|
||||
// print the table body
|
||||
Table2.PrintRow(0);
|
||||
Table2.PrintColumns();
|
||||
|
||||
// go next data source row
|
||||
rowData.Next();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFWdV2kdDsEnJMne8sAOuBmA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Num" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="image_series"/>
|
||||
<Column Name="STE_Code" DataType="System.String" PropName="file_name"/>
|
||||
<Column Name="JOT_JointDesc" DataType="System.String" PropName="file_size"/>
|
||||
<Column Name="CheckRate" DataType="System.String" PropName="file_type"/>
|
||||
<Column Name="QuaLevel" DataType="System.String" PropName="created_date"/>
|
||||
<Column Name="CheckJointNum1" DataType="System.String" PropName="created_by"/>
|
||||
<Column Name="CheckFilmNum1" DataType="System.String" PropName="series_desc"/>
|
||||
<Column Name="NoPassJointNum1" DataType="System.String" PropName="file_path"/>
|
||||
<Column Name="NoPassFilmNum1" DataType="System.String" PropName="series_timestamp"/>
|
||||
<Column Name="CheckJointNumK" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="CheckFilmNumK" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="NoPassJointNumK" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="NoPassFilmNumK" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="TopRepairNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="TotalJointNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="TotalFilmNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="PassRate" DataType="System.String" PropName="Column"/>
|
||||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectCode" DataType="System.String"/>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" LeftMargin="25" TopMargin="20" RightMargin="20" BottomMargin="20" FirstPageSource="4" OtherPagesSource="4" Guides="0,945,56.7,66.15,75.6,37.8,47.25,85.05,292.95,368.55,652.05,746.55,28.35,151.2,217.35,330.75,453.6,538.65,614.25,699.3,812.7,878.85,406.35,491.4,576.45,80.85001,45.15,64.05,168,73.5,158.55,177.45,35.7,239.4,303.45,471.45,544.95,703.5,767.55">
|
||||
<PageHeaderBand Name="PageHeader1" Width="952.56" Height="188.62" Guides="0,188.62,28.35,75.22,46.87,103.57,131.92,160.27">
|
||||
<TableObject Name="Table1" Width="945" Height="188.62">
|
||||
<TableColumn Name="Column1" Width="28.35"/>
|
||||
<TableColumn Name="Column2" Width="56.7"/>
|
||||
<TableColumn Name="Column3"/>
|
||||
<TableColumn Name="Column4"/>
|
||||
<TableColumn Name="Column5" Width="75.6"/>
|
||||
<TableColumn Name="Column6" Width="37.8"/>
|
||||
<TableColumn Name="Column7" Width="37.8"/>
|
||||
<TableColumn Name="Column8" Width="37.8"/>
|
||||
<TableColumn Name="Column9" Width="47.25"/>
|
||||
<TableColumn Name="Column10" Width="37.8"/>
|
||||
<TableColumn Name="Column11" Width="47.25"/>
|
||||
<TableColumn Name="Column12" Width="37.8"/>
|
||||
<TableColumn Name="Column13" Width="37.8"/>
|
||||
<TableColumn Name="Column14" Width="37.8"/>
|
||||
<TableColumn Name="Column15" Width="47.25"/>
|
||||
<TableColumn Name="Column16" Width="47.25"/>
|
||||
<TableColumn Name="Column17"/>
|
||||
<TableColumn Name="Column18"/>
|
||||
<TableColumn Name="Column19"/>
|
||||
<TableRow Name="Row1" Height="28.35">
|
||||
<TableCell Name="Cell1" ColSpan="19"/>
|
||||
<TableCell Name="Cell2"/>
|
||||
<TableCell Name="Cell3"/>
|
||||
<TableCell Name="Cell4"/>
|
||||
<TableCell Name="Cell5"/>
|
||||
<TableCell Name="Cell31"/>
|
||||
<TableCell Name="Cell32"/>
|
||||
<TableCell Name="Cell33"/>
|
||||
<TableCell Name="Cell34"/>
|
||||
<TableCell Name="Cell35"/>
|
||||
<TableCell Name="Cell36"/>
|
||||
<TableCell Name="Cell37"/>
|
||||
<TableCell Name="Cell38"/>
|
||||
<TableCell Name="Cell39"/>
|
||||
<TableCell Name="Cell40"/>
|
||||
<TableCell Name="Cell41"/>
|
||||
<TableCell Name="Cell42"/>
|
||||
<TableCell Name="Cell43"/>
|
||||
<TableCell Name="Cell44"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="46.87">
|
||||
<TableCell Name="Cell6" Text="射线检测综合报告(二)" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold" ColSpan="19"/>
|
||||
<TableCell Name="Cell7" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell8" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell9" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell10" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell45" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell46" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell47" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell48" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell49" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell50" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell51" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell52" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell53" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell54" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell55" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell56" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell57" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell58" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="28.35">
|
||||
<TableCell Name="Cell11" Border.Lines="All" Text="委托单位" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="3"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell59" Border.Lines="All" Text="施工单位" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell60" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell61" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="7"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell67" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" Text="工程编号" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="3"/>
|
||||
<TableCell Name="Cell71" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell72" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="28.35">
|
||||
<TableCell Name="Cell16" Border.Lines="All" Text="工程名称" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell17" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" Text="[ProjectName]" VertAlign="Center" Font="楷体, 9pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" Text="施工号" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="[ProjectCode]" VertAlign="Center" Font="楷体, 9pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell78" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell80" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" Text="检测标准" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell83" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell84" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="3"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell86" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="28.35">
|
||||
<TableCell Name="Cell21" Border.Lines="All" Text="序号" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" Text="管线编号" HorzAlign="Center" VertAlign="Center" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" Text="管线材质" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" Text="管线规格" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="检测比例" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="合格等级" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="一次检测焊缝" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="一次检测返修" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell92" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All" Text="扩探焊缝" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell94" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell95" Border.Lines="All" Text="扩探焊缝返修" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="最高返修次数" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="检测焊缝总道数" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="检测底片总张数" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="焊缝质量合格率" HorzAlign="Center" VertAlign="Center" RowSpan="2"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="28.35">
|
||||
<TableCell Name="Cell26" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="张数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell105" Border.Lines="All" Text="道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Text="张数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Text="道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Text="张数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Text="道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell110" Border.Lines="All" Text="张数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell114" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="192.62" Width="952.56" Height="37.8" Guides="0,37.8">
|
||||
<TableObject Name="Table2" Width="945" Height="37.8" ManualBuildEvent="Table2_ManualBuild">
|
||||
<TableColumn Name="Column20" Width="28.35"/>
|
||||
<TableColumn Name="Column21" Width="56.7"/>
|
||||
<TableColumn Name="Column22"/>
|
||||
<TableColumn Name="Column23"/>
|
||||
<TableColumn Name="Column24" Width="75.6"/>
|
||||
<TableColumn Name="Column25" Width="37.8"/>
|
||||
<TableColumn Name="Column26" Width="37.8"/>
|
||||
<TableColumn Name="Column27" Width="37.8"/>
|
||||
<TableColumn Name="Column28" Width="47.25"/>
|
||||
<TableColumn Name="Column29" Width="37.8"/>
|
||||
<TableColumn Name="Column30" Width="47.25"/>
|
||||
<TableColumn Name="Column31" Width="37.8"/>
|
||||
<TableColumn Name="Column32" Width="37.8"/>
|
||||
<TableColumn Name="Column33" Width="37.8"/>
|
||||
<TableColumn Name="Column34" Width="47.25"/>
|
||||
<TableColumn Name="Column35" Width="47.25"/>
|
||||
<TableColumn Name="Column36"/>
|
||||
<TableColumn Name="Column37"/>
|
||||
<TableColumn Name="Column38"/>
|
||||
<TableRow Name="Row12" Height="37.8">
|
||||
<TableCell Name="Cell210" Border.Lines="All" Text="[Data.Num]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell211" Border.Lines="All" Text="[Data.ISO_IsoNo]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell212" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell213" Border.Lines="All" Text="[Data.STE_Code]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell214" Border.Lines="All" Text="[Data.JOT_JointDesc]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell215" Border.Lines="All" Text="[Data.CheckRate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell216" Border.Lines="All" Text="[Data.QuaLevel]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell217" Border.Lines="All" Text="[Data.CheckJointNum1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell218" Border.Lines="All" Text="[Data.CheckFilmNum1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell219" Border.Lines="All" Text="[Data.NoPassJointNum1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell220" Border.Lines="All" Text="[Data.NoPassFilmNum1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell221" Border.Lines="All" Text="[Data.CheckJointNumK]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell222" Border.Lines="All" Text="[Data.CheckFilmNumK]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell223" Border.Lines="All" Text="[Data.NoPassJointNumK]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell224" Border.Lines="All" Text="[Data.NoPassFilmNumK]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell225" Border.Lines="All" Text="[Data.TopRepairNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell226" Border.Lines="All" Text="[Data.TotalJointNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell227" Border.Lines="All" Text="[Data.TotalFilmNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell228" Border.Lines="All" Text="[Data.PassRate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
<ColumnFooterBand Name="ColumnFooter1" Top="276.22" Width="952.56">
|
||||
<ChildBand Name="Child1" Top="234.42" Width="952.56" Height="37.8" Guides="0,37.8" FillUnusedSpace="true">
|
||||
<TableObject Name="Table3" Width="945" Height="37.8">
|
||||
<TableColumn Name="Column39" Width="28.35"/>
|
||||
<TableColumn Name="Column40" Width="56.7"/>
|
||||
<TableColumn Name="Column41"/>
|
||||
<TableColumn Name="Column42"/>
|
||||
<TableColumn Name="Column43" Width="75.6"/>
|
||||
<TableColumn Name="Column44" Width="37.8"/>
|
||||
<TableColumn Name="Column45" Width="37.8"/>
|
||||
<TableColumn Name="Column46" Width="37.8"/>
|
||||
<TableColumn Name="Column47" Width="47.25"/>
|
||||
<TableColumn Name="Column48" Width="37.8"/>
|
||||
<TableColumn Name="Column49" Width="47.25"/>
|
||||
<TableColumn Name="Column50" Width="37.8"/>
|
||||
<TableColumn Name="Column51" Width="37.8"/>
|
||||
<TableColumn Name="Column52" Width="37.8"/>
|
||||
<TableColumn Name="Column53" Width="47.25"/>
|
||||
<TableColumn Name="Column54" Width="47.25"/>
|
||||
<TableColumn Name="Column55"/>
|
||||
<TableColumn Name="Column56"/>
|
||||
<TableColumn Name="Column57"/>
|
||||
<TableRow Name="Row13" Height="37.8">
|
||||
<TableCell Name="Cell229" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell230" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell231" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell232" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell233" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell234" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell235" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell236" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell237" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell238" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell239" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell240" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell241" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell242" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell243" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell244" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell245" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell246" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell247" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</ChildBand>
|
||||
</ColumnFooterBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="280.22" Width="952.56" Height="113.4" Guides="0,113.4,37.8,85.05,47.25,28.35">
|
||||
<TableObject Name="Table4" Width="945" Height="113.4">
|
||||
<TableColumn Name="Column58" Width="35.7"/>
|
||||
<TableColumn Name="Column59" Width="45.15"/>
|
||||
<TableColumn Name="Column60" Width="158.55"/>
|
||||
<TableColumn Name="Column61" Width="64.05"/>
|
||||
<TableColumn Name="Column62" Width="168"/>
|
||||
<TableColumn Name="Column63" Width="73.5"/>
|
||||
<TableColumn Name="Column64" Width="158.55"/>
|
||||
<TableColumn Name="Column65" Width="64.05"/>
|
||||
<TableColumn Name="Column66" Width="177.45"/>
|
||||
<TableRow Name="Row14" Height="37.8">
|
||||
<TableCell Name="Cell248" Border.Lines="All" Text="检测结论" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell249" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell250" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="7"/>
|
||||
<TableCell Name="Cell251" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell252" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell263" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell264" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell265" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row15" Height="47.25">
|
||||
<TableCell Name="Cell253" Border.Lines="All" Text="注" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell254" Border.Lines="All" Text="1.底片质量评定情况和透照参数见检测报告。2.检测部位见无损检测部位图或管线单线图。3.检测结果仅对委托工件负责。4.本报告经责任人签字并加盖检测专用章后生效。5.局部复印、全部复印未加盖检测专用章无效。" VertAlign="Center" ColSpan="8"/>
|
||||
<TableCell Name="Cell255" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell256" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell257" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell269" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell270" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row16" Height="28.35">
|
||||
<TableCell Name="Cell258" Text="编制:" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell259" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell260" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell261" Text="审核:" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell262" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell271" Text="批准:" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell272" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell273" Text="日期:" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell274" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/06/2025 14:30:21" ReportInfo.Modified="05/23/2025 15:32:55" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/06/2025 14:30:21" ReportInfo.Modified="05/28/2025 15:09:29" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -42,7 +42,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJmQyMC01vBVafOQZohE7oCg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF+XklA6u6LtC9OLOQh72eag==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="TestEngineeringCode" DataType="System.String" PropName="ProjectName"/>
|
||||
<Column Name="GuideBookCode" DataType="System.String" PropName="Column"/>
|
||||
|
|
|
@ -0,0 +1,168 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="06/05/2025 22:38:52" ReportInfo.Modified="06/05/2025 22:56:20" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using FastReport;
|
||||
using FastReport.Data;
|
||||
using FastReport.Dialog;
|
||||
using FastReport.Barcode;
|
||||
using FastReport.Table;
|
||||
using FastReport.Utils;
|
||||
|
||||
namespace FastReport
|
||||
{
|
||||
public class ReportScript
|
||||
{
|
||||
|
||||
private void Table2_ManualBuild(object sender, EventArgs e)
|
||||
{
|
||||
DataSourceBase rowData = Report.GetDataSource("Data");
|
||||
// init the data source
|
||||
rowData.Init();
|
||||
|
||||
// print the first table row - it is a header
|
||||
|
||||
// now enumerate the data source and print the table body
|
||||
while (rowData.HasMoreRows)
|
||||
{
|
||||
// print the table body
|
||||
Table2.PrintRow(0);
|
||||
Table2.PrintColumns();
|
||||
|
||||
// go next data source row
|
||||
rowData.Next();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFcChr5l90t/uT/4KS0qsBAg==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="CH_TrustCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="BatchCode" DataType="System.String" PropName="image_series"/>
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="file_name"/>
|
||||
<Column Name="JOT_JointNo" DataType="System.String" PropName="file_size"/>
|
||||
<Column Name="CH_TrustDate" DataType="System.String" PropName="file_type"/>
|
||||
<Column Name="ShootMan" DataType="System.String" PropName="created_date"/>
|
||||
<Column Name="shootDate" DataType="System.String" PropName="created_by"/>
|
||||
<Column Name="States" DataType="System.String" PropName="series_desc"/>
|
||||
<Column Name="FilmAmount" DataType="System.String" PropName="file_path"/>
|
||||
<Column Name="ReportCode" DataType="System.String" PropName="series_timestamp"/>
|
||||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectCode" DataType="System.String"/>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" LeftMargin="25" TopMargin="20" RightMargin="20" BottomMargin="20" FirstPageSource="4" OtherPagesSource="4" Guides="0,623.72,47.25,114.35,113.4,180.5,179.55,246.65,245.7,312.8,311.85,378.95,378,445.1,444.15,482.89,510.3,549.04,576.45,643.55,76.54,210.74,277.84,143.64,344.94,412.04,479.14,517.88,556.62">
|
||||
<PageHeaderBand Name="PageHeader1" Width="623.7" Height="122.85" Guides="0,122.85,47.25,85.05">
|
||||
<TableObject Name="Table1" Width="623.72" Height="122.85">
|
||||
<TableColumn Name="Column1" Width="76.54"/>
|
||||
<TableColumn Name="Column2" Width="67.1"/>
|
||||
<TableColumn Name="Column3" Width="67.1"/>
|
||||
<TableColumn Name="Column4" Width="67.1"/>
|
||||
<TableColumn Name="Column5" Width="67.1"/>
|
||||
<TableColumn Name="Column6" Width="67.1"/>
|
||||
<TableColumn Name="Column7" Width="67.1"/>
|
||||
<TableColumn Name="Column8" Width="38.74"/>
|
||||
<TableColumn Name="Column9" Width="38.74"/>
|
||||
<TableColumn Name="Column10" Width="67.1"/>
|
||||
<TableRow Name="Row1" Height="47.25">
|
||||
<TableCell Name="Cell1" Text="工程无损检测管理清单" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold" ColSpan="10"/>
|
||||
<TableCell Name="Cell2" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell3" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell4" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell5" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell26" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell27" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell28" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell29" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell30" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="37.8">
|
||||
<TableCell Name="Cell6" Border.Lines="All" Text="施工号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All" Text="[ProjectCode]" VertAlign="Center" Font="楷体, 9pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All" Text="工程名称" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell10" Border.Lines="All" Text="[ProjectName]" VertAlign="Center" Font="楷体, 9pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="37.8">
|
||||
<TableCell Name="Cell11" Border.Lines="All" Text="委托单编号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" Text="焊接批次" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" Text="管线编号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" Text="焊缝编号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Text="委托日期" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell36" Border.Lines="All" Text="检测人员" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell37" Border.Lines="All" Text="检测日期" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell38" Border.Lines="All" Text="检测状态" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" Text="拍片数量" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" Text="报告编号" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="126.85" Width="623.7" Height="37.8" Guides="0,37.8">
|
||||
<TableObject Name="Table2" Width="623.72" Height="37.8" ManualBuildEvent="Table2_ManualBuild">
|
||||
<TableColumn Name="Column11" Width="76.54"/>
|
||||
<TableColumn Name="Column12" Width="67.1"/>
|
||||
<TableColumn Name="Column13" Width="67.1"/>
|
||||
<TableColumn Name="Column14" Width="67.1"/>
|
||||
<TableColumn Name="Column15" Width="67.1"/>
|
||||
<TableColumn Name="Column16" Width="67.1"/>
|
||||
<TableColumn Name="Column17" Width="67.1"/>
|
||||
<TableColumn Name="Column18" Width="38.74"/>
|
||||
<TableColumn Name="Column19" Width="38.74"/>
|
||||
<TableColumn Name="Column20" Width="67.1"/>
|
||||
<TableRow Name="Row6" Height="37.8">
|
||||
<TableCell Name="Cell61" Border.Lines="All" Text="[Data.CH_TrustCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" Text="[Data.BatchCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Text="[Data.ISO_IsoNo]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" Text="[Data.JOT_JointNo]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" Text="[Data.CH_TrustDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="[Data.ShootMan]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell67" Border.Lines="All" Text="[Data.shootDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" Text="[Data.States]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" Text="[Data.FilmAmount]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" Text="[Data.ReportCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
<ColumnFooterBand Name="ColumnFooter1" Top="210.45" Width="623.7">
|
||||
<ChildBand Name="Child1" Top="168.65" Width="623.7" Height="37.8" Guides="0,37.8" FillUnusedSpace="true">
|
||||
<TableObject Name="Table3" Width="623.72" Height="37.8">
|
||||
<TableColumn Name="Column21" Width="76.54"/>
|
||||
<TableColumn Name="Column22" Width="67.1"/>
|
||||
<TableColumn Name="Column23" Width="67.1"/>
|
||||
<TableColumn Name="Column24" Width="67.1"/>
|
||||
<TableColumn Name="Column25" Width="67.1"/>
|
||||
<TableColumn Name="Column26" Width="67.1"/>
|
||||
<TableColumn Name="Column27" Width="67.1"/>
|
||||
<TableColumn Name="Column28" Width="38.74"/>
|
||||
<TableColumn Name="Column29" Width="38.74"/>
|
||||
<TableColumn Name="Column30" Width="67.1"/>
|
||||
<TableRow Name="Row7" Height="37.8">
|
||||
<TableCell Name="Cell71" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell72" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell78" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell80" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</ChildBand>
|
||||
</ColumnFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
|
@ -0,0 +1,322 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="06/04/2025 21:53:56" ReportInfo.Modified="06/05/2025 22:27:00" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using FastReport;
|
||||
using FastReport.Data;
|
||||
using FastReport.Dialog;
|
||||
using FastReport.Barcode;
|
||||
using FastReport.Table;
|
||||
using FastReport.Utils;
|
||||
|
||||
namespace FastReport
|
||||
{
|
||||
public class ReportScript
|
||||
{
|
||||
|
||||
private void Table5_ManualBuild(object sender, EventArgs e)
|
||||
{
|
||||
DataSourceBase rowData = Report.GetDataSource("Data");
|
||||
// init the data source
|
||||
rowData.Init();
|
||||
|
||||
// print the first table row - it is a header
|
||||
|
||||
// now enumerate the data source and print the table body
|
||||
while (rowData.HasMoreRows)
|
||||
{
|
||||
// print the table body
|
||||
Table5.PrintRow(0);
|
||||
Table5.PrintColumns();
|
||||
|
||||
// go next data source row
|
||||
rowData.Next();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFsC30PRkG7utTyGuZhQ5BWQ==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Num" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="image_series"/>
|
||||
<Column Name="STE_Code" DataType="System.String" PropName="file_name"/>
|
||||
<Column Name="JOT_JointDesc" DataType="System.String" PropName="file_size"/>
|
||||
<Column Name="CheckRate" DataType="System.String" PropName="file_type"/>
|
||||
<Column Name="QuaLevel" DataType="System.String" PropName="created_date"/>
|
||||
<Column Name="CheckJointNum1" DataType="System.String" PropName="created_by"/>
|
||||
<Column Name="NoPassJointNum1" DataType="System.String" PropName="file_path"/>
|
||||
<Column Name="CheckJointNumK" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="NoPassJointNumK" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="TopRepairNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="TotalJointNum" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="TotalFilmNum" Enabled="false" DataType="System.String" PropName="Column"/>
|
||||
<Column Name="PassRate" DataType="System.String" PropName="Column"/>
|
||||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectCode" DataType="System.String"/>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" LeftMargin="25" TopMargin="20" RightMargin="20" BottomMargin="20" FirstPageSource="4" OtherPagesSource="4" Guides="0,947,56.7,85.05,113.4,75.6,37.8,1,28.35,66.15,47.25,359.1,434.7,691.85,758,170.1,283.5,473.5,512.3,578.45,644.6,814.7,880.85,946.72,80.85001,45.15,64.05,168,73.5,158.55,179.17,35.7,239.4,303.45,471.45,544.95,703.5,767.55">
|
||||
<PageHeaderBand Name="PageHeader1" Width="952.56" Height="188.62" Guides="0,188.62,28.35,75.22,46.87,113.02,37.8,150.82">
|
||||
<TableObject Name="Table1" Width="947" Height="188.62">
|
||||
<TableColumn Name="Column1" Width="28.35"/>
|
||||
<TableColumn Name="Column2" Width="56.7"/>
|
||||
<TableColumn Name="Column3" Width="85.05"/>
|
||||
<TableColumn Name="Column4" Width="113.4"/>
|
||||
<TableColumn Name="Column5" Width="75.6"/>
|
||||
<TableColumn Name="Column6" Width="75.6"/>
|
||||
<TableColumn Name="Column8" Width="37.8"/>
|
||||
<TableColumn Name="Column9" Width="1"/>
|
||||
<TableColumn Name="Column10" Width="37.8"/>
|
||||
<TableColumn Name="Column11" Width="1"/>
|
||||
<TableColumn Name="Column12" Width="37.8"/>
|
||||
<TableColumn Name="Column13" Width="28.35"/>
|
||||
<TableColumn Name="Column14"/>
|
||||
<TableColumn Name="Column15" Width="47.25"/>
|
||||
<TableColumn Name="Column16"/>
|
||||
<TableColumn Name="Column17" Width="56.7"/>
|
||||
<TableColumn Name="Column18"/>
|
||||
<TableColumn Name="Column19"/>
|
||||
<TableRow Name="Row1" Height="28.35">
|
||||
<TableCell Name="Cell1" ColSpan="18"/>
|
||||
<TableCell Name="Cell2"/>
|
||||
<TableCell Name="Cell3"/>
|
||||
<TableCell Name="Cell4"/>
|
||||
<TableCell Name="Cell5"/>
|
||||
<TableCell Name="Cell31"/>
|
||||
<TableCell Name="Cell33"/>
|
||||
<TableCell Name="Cell34"/>
|
||||
<TableCell Name="Cell35"/>
|
||||
<TableCell Name="Cell36"/>
|
||||
<TableCell Name="Cell37"/>
|
||||
<TableCell Name="Cell38"/>
|
||||
<TableCell Name="Cell39"/>
|
||||
<TableCell Name="Cell40"/>
|
||||
<TableCell Name="Cell41"/>
|
||||
<TableCell Name="Cell42"/>
|
||||
<TableCell Name="Cell43"/>
|
||||
<TableCell Name="Cell44"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="46.87">
|
||||
<TableCell Name="Cell6" Text="检测综合报告(除射线检测外)" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold" ColSpan="18"/>
|
||||
<TableCell Name="Cell7" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell8" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell9" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell10" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell45" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell47" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell48" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell49" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell50" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell51" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell52" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell53" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell54" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell55" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell56" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell57" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell58" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="37.8">
|
||||
<TableCell Name="Cell11" Border.Lines="All" Text="委托单位" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell59" Border.Lines="All" Text="施工单位" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell61" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="8"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell67" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" Text="工程编号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" Text="[ProjectCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell71" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell72" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="37.8">
|
||||
<TableCell Name="Cell16" Border.Lines="All" Text="工程名称" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell17" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" Text="[ProjectName]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" Text="施工号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="[ProjectCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="8"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell78" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell80" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell83" Border.Lines="All" Text="检测标准" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell84" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell86" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="37.8">
|
||||
<TableCell Name="Cell21" Border.Lines="All" Text="序号" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" Text="管线编号" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" Text="管线材质" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" Text="管线规格" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="检测方法" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="检测比例" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="合格等级" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell92" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All" Text="一次检测焊缝道数" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell94" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell95" Border.Lines="All" Text="一次检测返修道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Text="扩探焊缝道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="扩探焊缝返修道数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="最高返修次数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="检测总数" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="焊缝质量合格率" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="192.62" Width="952.56" Height="37.8" Guides="0,37.8">
|
||||
<TableObject Name="Table5" Width="947" Height="37.8" ManualBuildEvent="Table5_ManualBuild">
|
||||
<TableColumn Name="Column67" Width="28.35"/>
|
||||
<TableColumn Name="Column68" Width="56.7"/>
|
||||
<TableColumn Name="Column69" Width="85.05"/>
|
||||
<TableColumn Name="Column70" Width="113.4"/>
|
||||
<TableColumn Name="Column71" Width="75.6"/>
|
||||
<TableColumn Name="Column72" Width="75.6"/>
|
||||
<TableColumn Name="Column73" Width="37.8"/>
|
||||
<TableColumn Name="Column74" Width="1"/>
|
||||
<TableColumn Name="Column75" Width="37.8"/>
|
||||
<TableColumn Name="Column76" Width="1"/>
|
||||
<TableColumn Name="Column77" Width="37.8"/>
|
||||
<TableColumn Name="Column78" Width="28.35"/>
|
||||
<TableColumn Name="Column79"/>
|
||||
<TableColumn Name="Column80" Width="47.25"/>
|
||||
<TableColumn Name="Column81"/>
|
||||
<TableColumn Name="Column82" Width="56.7"/>
|
||||
<TableColumn Name="Column83"/>
|
||||
<TableColumn Name="Column84"/>
|
||||
<TableRow Name="Row21" Height="37.8">
|
||||
<TableCell Name="Cell347" Border.Lines="All" Text="[Data.Num]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell348" Border.Lines="All" Text="[Data.ISO_IsoNo]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell349" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell350" Border.Lines="All" Text="[Data.STE_Code]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell351" Border.Lines="All" Text="[Data.JOT_JointDesc]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell352" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell353" Border.Lines="All" Text="[Data.CheckRate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell354" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell355" Border.Lines="All" Text="[Data.QuaLevel]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell356" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell357" Border.Lines="All" Text="[Data.CheckJointNum1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell358" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell359" Border.Lines="All" Text="[Data.NoPassJointNum1]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell360" Border.Lines="All" Text="[Data.CheckJointNumK]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell361" Border.Lines="All" Text="[Data.NoPassJointNumK]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell362" Border.Lines="All" Text="[Data.TopRepairNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell363" Border.Lines="All" Text="[Data.TotalJointNum]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell364" Border.Lines="All" Text="[Data.PassRate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
<ColumnFooterBand Name="ColumnFooter1" Top="276.22" Width="952.56">
|
||||
<ChildBand Name="Child1" Top="234.42" Width="952.56" Height="37.8" Guides="0,37.8" FillUnusedSpace="true">
|
||||
<TableObject Name="Table6" Width="947" Height="37.8">
|
||||
<TableColumn Name="Column85" Width="28.35"/>
|
||||
<TableColumn Name="Column86" Width="56.7"/>
|
||||
<TableColumn Name="Column87" Width="85.05"/>
|
||||
<TableColumn Name="Column88" Width="113.4"/>
|
||||
<TableColumn Name="Column89" Width="75.6"/>
|
||||
<TableColumn Name="Column90" Width="75.6"/>
|
||||
<TableColumn Name="Column91" Width="37.8"/>
|
||||
<TableColumn Name="Column92" Width="1"/>
|
||||
<TableColumn Name="Column93" Width="37.8"/>
|
||||
<TableColumn Name="Column94" Width="1"/>
|
||||
<TableColumn Name="Column95" Width="37.8"/>
|
||||
<TableColumn Name="Column96" Width="28.35"/>
|
||||
<TableColumn Name="Column97"/>
|
||||
<TableColumn Name="Column98" Width="47.25"/>
|
||||
<TableColumn Name="Column99"/>
|
||||
<TableColumn Name="Column100" Width="56.7"/>
|
||||
<TableColumn Name="Column101"/>
|
||||
<TableColumn Name="Column102"/>
|
||||
<TableRow Name="Row22" Height="37.8">
|
||||
<TableCell Name="Cell365" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell366" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell367" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell368" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell369" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell370" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell371" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell372" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell373" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell374" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell375" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell376" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell377" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell378" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell379" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell380" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell381" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell382" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</ChildBand>
|
||||
</ColumnFooterBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="280.22" Width="952.56" Height="113.4" Guides="0,113.4,37.8,85.05,47.25,28.35">
|
||||
<TableObject Name="Table4" Width="946.72" Height="113.4">
|
||||
<TableColumn Name="Column58" Width="35.7"/>
|
||||
<TableColumn Name="Column59" Width="45.15"/>
|
||||
<TableColumn Name="Column60" Width="158.55"/>
|
||||
<TableColumn Name="Column61" Width="64.05"/>
|
||||
<TableColumn Name="Column62" Width="168"/>
|
||||
<TableColumn Name="Column63" Width="73.5"/>
|
||||
<TableColumn Name="Column64" Width="158.55"/>
|
||||
<TableColumn Name="Column65" Width="64.05"/>
|
||||
<TableColumn Name="Column66" Width="179.17"/>
|
||||
<TableRow Name="Row14" Height="37.8">
|
||||
<TableCell Name="Cell248" Border.Lines="All" Text="检测结论" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell249" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell250" Border.Lines="All" HorzAlign="Center" VertAlign="Center" ColSpan="7"/>
|
||||
<TableCell Name="Cell251" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell252" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell263" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell264" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell265" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row15" Height="47.25">
|
||||
<TableCell Name="Cell253" Border.Lines="All" Text="注" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell254" Border.Lines="All" Text="1.底片质量评定情况和透照参数见检测报告。2.检测部位见无损检测部位图或管线单线图。3.检测结果仅对委托工件负责。4.本报告经责任人签字并加盖检测专用章后生效。5.局部复印、全部复印未加盖检测专用章无效。" VertAlign="Center" ColSpan="8"/>
|
||||
<TableCell Name="Cell255" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell256" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell257" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell269" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell270" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row16" Height="28.35">
|
||||
<TableCell Name="Cell258" Text="编制:" HorzAlign="Center" VertAlign="Center" ColSpan="2"/>
|
||||
<TableCell Name="Cell259" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell260" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell261" Text="审核:" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell262" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell271" Text="批准:" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell272" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell273" Text="日期:" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell274" HorzAlign="Center" VertAlign="Center"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/22/2025 14:47:29" ReportInfo.Modified="05/23/2025 09:39:13" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/22/2025 14:47:29" ReportInfo.Modified="05/27/2025 17:16:58" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -42,7 +42,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJsDtsodkrLLsKvJukWXhGaw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFBp86KQYdO4Lh86hY/yXuYQ==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="TestEngineeringCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="RecordCode" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 14:22:21" ReportInfo.Modified="05/21/2025 15:35:34" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 14:22:21" ReportInfo.Modified="05/28/2025 15:16:00" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -42,7 +42,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJcTY8krScnDk8O+p7aoFxOg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFvgq9VSYe6G7q894hcaVyIA==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="ProjectName" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="CheckUnit" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/19/2024 10:28:42" ReportInfo.Modified="05/19/2025 10:16:09" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/19/2024 10:28:42" ReportInfo.Modified="05/28/2025 15:13:31" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -50,7 +50,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJtyFmUqnsDXf7HxDjLoIsxg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFHhoS+C3maUrh/IF6cldgBA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="JOT_JointNo" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/23/2024 15:00:41" ReportInfo.Modified="05/19/2025 10:16:59" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/23/2024 15:00:41" ReportInfo.Modified="06/03/2025 16:10:03" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -42,7 +42,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJrkzKcYjz9mb1lmrtWQLLEw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFmsU4j1CDjBlyO5m7ygS6qQ==">
|
||||
<TableDataSource Name="Attach_Image" Alias="Data" DataType="System.Int32" Enabled="true" TableName="Attach_Image">
|
||||
<Column Name="Number" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="image_series"/>
|
||||
|
@ -64,12 +64,12 @@ namespace FastReport
|
|||
<Parameter Name="NDTRName" DataType="System.String"/>
|
||||
<Parameter Name="NDTType" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" LeftMargin="20" TopMargin="25" RightMargin="20" BottomMargin="21" FirstPageSource="4" OtherPagesSource="4" Guides="0,970.7,226.8,94.5,47.25,708.75,66.15,37.8,56.7,75.6,85.05,828.95,904.55,132.3,321.3,425.25,623.7,772.25,179.55,491.4,548.1,63.5,971.32,481.89">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" LeftMargin="20" TopMargin="25" RightMargin="20" BottomMargin="21" FirstPageSource="4" OtherPagesSource="4" Guides="0,970.7,236.25,94.5,56.7,47.25,718.2,66.15,37.8,75.6,85.05,838.4,914,132.3,330.75,434.7,633.15,781.7,189,500.85,557.55,63.5,970.33,481.4">
|
||||
<PageHeaderBand Name="PageHeader1" Width="971.46" Height="179.55" Guides="0,179.55,94.5,18.9,47.25,66.15,28.35,122.85,151.2">
|
||||
<TableObject Name="Table1" Width="970.7" Height="179.55">
|
||||
<TableColumn Name="Column1" Width="37.8"/>
|
||||
<TableColumn Name="Column2" Width="94.5"/>
|
||||
<TableColumn Name="Column3" Width="47.25"/>
|
||||
<TableColumn Name="Column3" Width="56.7"/>
|
||||
<TableColumn Name="Column4" Width="47.25"/>
|
||||
<TableColumn Name="Column5" Width="94.5"/>
|
||||
<TableColumn Name="Column6"/>
|
||||
|
@ -81,7 +81,7 @@ namespace FastReport
|
|||
<TableColumn Name="Column12" Width="63.5"/>
|
||||
<TableColumn Name="Column13" Width="56.7"/>
|
||||
<TableColumn Name="Column14" Width="75.6"/>
|
||||
<TableColumn Name="Column15"/>
|
||||
<TableColumn Name="Column15" Width="56.7"/>
|
||||
<TableRow Name="Row1">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543-G402" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="4" RowSpan="3"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
@ -190,7 +190,7 @@ namespace FastReport
|
|||
<TableObject Name="Table2" Width="970.7" Height="37.8" ManualBuildEvent="Table2_ManualBuild">
|
||||
<TableColumn Name="Column16" Width="37.8"/>
|
||||
<TableColumn Name="Column17" Width="94.5"/>
|
||||
<TableColumn Name="Column18" Width="47.25"/>
|
||||
<TableColumn Name="Column18" Width="56.7"/>
|
||||
<TableColumn Name="Column19" Width="47.25"/>
|
||||
<TableColumn Name="Column20" Width="94.5"/>
|
||||
<TableColumn Name="Column21"/>
|
||||
|
@ -202,7 +202,7 @@ namespace FastReport
|
|||
<TableColumn Name="Column27" Width="63.5"/>
|
||||
<TableColumn Name="Column28" Width="56.7"/>
|
||||
<TableColumn Name="Column29" Width="75.6"/>
|
||||
<TableColumn Name="Column30"/>
|
||||
<TableColumn Name="Column30" Width="56.7"/>
|
||||
<TableRow Name="Row12" Height="37.8">
|
||||
<TableCell Name="Cell174" Border.Lines="All" Text="[Data.Number]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell175" Border.Lines="All" Text="[Data.ISO_IsoNo]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
|
@ -227,7 +227,7 @@ namespace FastReport
|
|||
<TableObject Name="Table3" Width="970.7" Height="37.8">
|
||||
<TableColumn Name="Column31" Width="37.8"/>
|
||||
<TableColumn Name="Column32" Width="94.5"/>
|
||||
<TableColumn Name="Column33" Width="47.25"/>
|
||||
<TableColumn Name="Column33" Width="56.7"/>
|
||||
<TableColumn Name="Column34" Width="47.25"/>
|
||||
<TableColumn Name="Column35" Width="94.5"/>
|
||||
<TableColumn Name="Column36"/>
|
||||
|
@ -239,7 +239,7 @@ namespace FastReport
|
|||
<TableColumn Name="Column42" Width="63.5"/>
|
||||
<TableColumn Name="Column43" Width="56.7"/>
|
||||
<TableColumn Name="Column44" Width="75.6"/>
|
||||
<TableColumn Name="Column45"/>
|
||||
<TableColumn Name="Column45" Width="56.7"/>
|
||||
<TableRow Name="Row13" Height="37.8">
|
||||
<TableCell Name="Cell189" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell190" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
|
@ -261,9 +261,9 @@ namespace FastReport
|
|||
</ChildBand>
|
||||
</ColumnFooterBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="271.15" Width="971.46" Height="61.99" Guides="0,61.99,36.85">
|
||||
<TableObject Name="Table4" Width="971.32" Height="61.99" Border.Lines="Right, Top">
|
||||
<TableColumn Name="Column46" Width="481.89"/>
|
||||
<TableColumn Name="Column47" Width="489.43"/>
|
||||
<TableObject Name="Table4" Width="970.33" Height="61.99" Border.Lines="Top">
|
||||
<TableColumn Name="Column46" Width="481.4"/>
|
||||
<TableColumn Name="Column47" Width="488.93"/>
|
||||
<TableRow Name="Row14" Height="36.85">
|
||||
<TableCell Name="Cell204" Border.Lines="Left, Right, Top" Text="施工班组长:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell205" Border.Lines="Left, Right, Top" Text="质量检查员:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 09:40:31" ReportInfo.Modified="05/21/2025 15:35:51" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 09:40:31" ReportInfo.Modified="05/28/2025 15:16:50" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -41,7 +41,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJAUIpPI9YEmsmM0NuZAXP+g==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFVzlc1kQTT5OpMzXzDjutdQ==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="ProjectName" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="InstallastionName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/19/2024 10:28:42" ReportInfo.Modified="04/29/2025 09:58:19" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/19/2024 10:28:42" ReportInfo.Modified="05/28/2025 15:14:09" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -63,7 +63,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJagCwWpef95VuTo6VfPPyoQ==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFarvNuW7irFw4epHNnhdgEw==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="ISO_IsoNo" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="JOT_JointNo" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/23/2025 09:43:02" ReportInfo.Modified="05/23/2025 15:33:59" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/23/2025 09:43:02" ReportInfo.Modified="05/28/2025 15:17:43" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -42,7 +42,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJz+9H7HXslu0Od6BmM26uuw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFlHjmJvI7OdUH60ex2w+0dA==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="TestEngineeringCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="RecordCode" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 15:56:13" ReportInfo.Modified="05/21/2025 15:35:45" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 15:56:13" ReportInfo.Modified="05/28/2025 15:16:47" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
@ -42,7 +42,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqdP6ADbZQpLOMXx+Ivgq2SioFBJ7B1iEOuUxf7y1evrTM15NUOhfx6SD2+E9SReEWvg7u6EQdXpqQDDPj6WgkoKQIrTt5q9lJyuCu5B6Nl0MXJ6ZEae4ta6haGkhwICyq72I9X2dS6a3zf8gkFZpb6VtdwKlyFhTivyv2i8IjPiUXLimy5mJMh8U2rXyiDDAJbT4QiUbrPtmq9fW5kqyeUQ==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFQYzz+23XPcbv1F0GHaeb2w==">
|
||||
<TableDataSource Name="MainData" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="MainData">
|
||||
<Column Name="UnitName" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ProjectCode" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
@ -9,6 +9,7 @@ using BLL;
|
|||
using System.Data.SqlClient;
|
||||
using System.Data;
|
||||
using AspNet = System.Web.UI.WebControls;
|
||||
using System.IO;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
|
@ -158,9 +159,73 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
/// <param name="e"></param>
|
||||
protected void btnPrint_Click(object sender, EventArgs e)
|
||||
{
|
||||
string projects = this.lblProjectCode.Text.Trim() + "|" + this.lblProjectName.Text.Trim();
|
||||
projects = Microsoft.JScript.GlobalObject.escape(projects.Replace("/", ","));
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_NDTManageListReportId, this.tvControlItem.SelectedNodeID, projects)));
|
||||
if (!string.IsNullOrEmpty(this.tvControlItem.SelectedNodeID))
|
||||
{
|
||||
string initTemplatePath = "";
|
||||
string rootPath = Server.MapPath("~/");
|
||||
BLL.Common.FastReportService.ResetData();
|
||||
|
||||
var listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.tvControlItem.SelectedNodeID));
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_NDTManageList", parameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "Data";
|
||||
dt.Columns.Add("CH_TrustCode");
|
||||
dt.Columns.Add("BatchCode");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("JOT_JointNo");
|
||||
dt.Columns.Add("CH_TrustDate");
|
||||
dt.Columns.Add("ShootMan");
|
||||
dt.Columns.Add("shootDate");
|
||||
dt.Columns.Add("States");
|
||||
dt.Columns.Add("FilmAmount");
|
||||
dt.Columns.Add("ReportCode");
|
||||
|
||||
DataView dv = tb.DefaultView;//获取表视图
|
||||
dv.Sort = "CH_TrustCode,BatchCode,ISO_IsoNo,JOT_JointNo ASC";//按照ID倒序排序
|
||||
tb = dv.ToTable();//转为表
|
||||
DataRow[] rows = tb.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["CH_TrustCode"] = row["CH_TrustCode"].ToString();
|
||||
newRows["BatchCode"] = row["BatchCode"].ToString();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["JOT_JointNo"] = row["JOT_JointNo"].ToString();
|
||||
newRows["CH_TrustDate"] = row["CH_TrustDate"].ToString();
|
||||
newRows["ShootMan"] = row["ShootMan"].ToString();
|
||||
newRows["shootDate"] = string.Format("{0:yyyy-MM-dd}", row["shootDate"].ToString());
|
||||
newRows["States"] = row["States"].ToString();
|
||||
newRows["FilmAmount"] = row["FilmAmount"].ToString();
|
||||
newRows["ReportCode"] = row["ReportCode"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
keyValuePairs.Add("ProjectCode", this.lblProjectCode.Text.Trim());
|
||||
keyValuePairs.Add("ProjectName", this.lblProjectName.Text.Trim());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\工程无损检测管理清单.frx";
|
||||
|
||||
if (File.Exists(rootPath + initTemplatePath))
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath)));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Alert.ShowInTop("请选择项目!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
//string projects = this.lblProjectCode.Text.Trim() + "|" + this.lblProjectName.Text.Trim();
|
||||
//projects = Microsoft.JScript.GlobalObject.escape(projects.Replace("/", ","));
|
||||
//PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_NDTManageListReportId, this.tvControlItem.SelectedNodeID, projects)));
|
||||
}
|
||||
|
||||
#region 导出按钮
|
||||
|
|
|
@ -7,6 +7,7 @@ using System.Web.UI.WebControls;
|
|||
using System.Data.SqlClient;
|
||||
using System.Data;
|
||||
using BLL;
|
||||
using System.IO;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
|
@ -153,8 +154,90 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
/// <param name="e"></param>
|
||||
protected void btnPrint_Click(object sender, EventArgs e)
|
||||
{
|
||||
string projects = this.lblProjectCode.Text.Trim() + "|" + this.lblProjectName.Text.Trim() + "|" + this.lblProjectCodes.Text.Trim();
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_RTReportTwoId, this.tvControlItem.SelectedNodeID, projects, "打印 - ")));
|
||||
if (!string.IsNullOrEmpty(this.tvControlItem.SelectedNodeID))
|
||||
{
|
||||
string initTemplatePath = "";
|
||||
string rootPath = Server.MapPath("~/");
|
||||
BLL.Common.FastReportService.ResetData();
|
||||
|
||||
var listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.tvControlItem.SelectedNodeID));
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_RTColligateReport", parameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "Data";
|
||||
dt.Columns.Add("Num");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("JOT_JointDesc");
|
||||
dt.Columns.Add("CheckRate");
|
||||
dt.Columns.Add("QuaLevel");
|
||||
dt.Columns.Add("CheckJointNum1");
|
||||
dt.Columns.Add("CheckFilmNum1");
|
||||
dt.Columns.Add("NoPassJointNum1");
|
||||
dt.Columns.Add("NoPassFilmNum1");
|
||||
dt.Columns.Add("CheckJointNumK");
|
||||
dt.Columns.Add("CheckFilmNumK");
|
||||
dt.Columns.Add("NoPassJointNumK");
|
||||
dt.Columns.Add("NoPassFilmNumK");
|
||||
dt.Columns.Add("TopRepairNum");
|
||||
dt.Columns.Add("TotalJointNum");
|
||||
dt.Columns.Add("TotalFilmNum");
|
||||
dt.Columns.Add("PassRate");
|
||||
|
||||
DataView dv = tb.DefaultView;//获取表视图
|
||||
dv.Sort = "ISO_IsoNo ASC";//按照ID倒序排序
|
||||
tb = dv.ToTable();//转为表
|
||||
DataRow[] rows = tb.DefaultView.ToTable().Select();
|
||||
int i = 0;
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["Num"] = i + 1;
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["JOT_JointDesc"] = row["JOT_JointDesc"].ToString();
|
||||
newRows["CheckRate"] = row["CheckRate"].ToString();
|
||||
newRows["QuaLevel"] = row["QuaLevel"].ToString();
|
||||
newRows["CheckJointNum1"] = row["CheckJointNum1"].ToString();
|
||||
newRows["CheckFilmNum1"] = row["CheckFilmNum1"].ToString();
|
||||
newRows["NoPassJointNum1"] = row["NoPassJointNum1"].ToString();
|
||||
newRows["NoPassFilmNum1"] = row["NoPassFilmNum1"].ToString();
|
||||
newRows["CheckJointNumK"] = row["CheckJointNumK"].ToString();
|
||||
newRows["CheckFilmNumK"] = row["CheckFilmNumK"].ToString();
|
||||
newRows["NoPassJointNumK"] = row["NoPassJointNumK"].ToString();
|
||||
newRows["NoPassFilmNumK"] = row["NoPassFilmNumK"].ToString();
|
||||
newRows["TopRepairNum"] = row["TopRepairNum"].ToString();
|
||||
newRows["TotalJointNum"] = row["TotalJointNum"].ToString();
|
||||
newRows["TotalFilmNum"] = row["TotalFilmNum"].ToString();
|
||||
newRows["PassRate"] = row["PassRate"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
i++;
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
keyValuePairs.Add("ProjectCode", this.lblProjectCode.Text.Trim());
|
||||
keyValuePairs.Add("ProjectName", this.lblProjectName.Text.Trim());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\射线检测综合报告(二).frx";
|
||||
|
||||
if (File.Exists(rootPath + initTemplatePath))
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath)));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Alert.ShowInTop("请选择项目!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
//string projects = this.lblProjectCode.Text.Trim() + "|" + this.lblProjectName.Text.Trim() + "|" + this.lblProjectCodes.Text.Trim();
|
||||
//PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_RTReportTwoId, this.tvControlItem.SelectedNodeID, projects, "打印 - ")));
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,6 +5,7 @@ using BLL;
|
|||
using System.Data.SqlClient;
|
||||
using System.Data;
|
||||
using System.Web;
|
||||
using System.IO;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
|
@ -175,10 +176,131 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
trust.ReRecord_PrintDate = DateTime.Now;
|
||||
BLL.HJGL_TrustManageEditService.UpdateCH_Trust(trust);
|
||||
|
||||
string initTemplatePath = "";
|
||||
string rootPath = Server.MapPath("~/");
|
||||
BLL.Common.FastReportService.ResetData();
|
||||
|
||||
string reportId = BLL.Const.HJGL_ReRTCheckRecordId;//报表Id
|
||||
string replaceParameter = HttpUtility.UrlEncodeUnicode(trustId + "|" + isoId + "|" + "0" + "|" + desc + "|" + "1" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_ID);
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&projectId=0", reportId, replaceParameter)));
|
||||
//string reportId1 = string.Empty;//报表Id
|
||||
//string reportId2 = string.Empty;
|
||||
//int rowNum = 0;
|
||||
//string varValue = string.Empty;
|
||||
//int count = 0;
|
||||
var ndtType = BLL.HJGL_TestingService.GetTestingByTestingId(trust.CH_NDTMethod);
|
||||
|
||||
if (ndtType.NDT_Code == "RT")
|
||||
{
|
||||
var listTitleStr = new List<SqlParameter>();
|
||||
listTitleStr.Add(new SqlParameter("@CH_TrustID", trustId));
|
||||
listTitleStr.Add(new SqlParameter("@ISO_ID", isoId));
|
||||
listTitleStr.Add(new SqlParameter("@IsRepair", "0"));
|
||||
listTitleStr.Add(new SqlParameter("@Desc", desc));
|
||||
listTitleStr.Add(new SqlParameter("@Flag", ""));
|
||||
listTitleStr.Add(new SqlParameter("@STE_Code", ndtType.NDT_Code));
|
||||
SqlParameter[] titleparameter = listTitleStr.ToArray();
|
||||
var tbTitle = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecord", titleparameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "MainData";
|
||||
dt.Columns.Add("TestEngineeringCode");
|
||||
dt.Columns.Add("GuideBookCode");
|
||||
dt.Columns.Add("RecordCode");
|
||||
dt.Columns.Add("TrustUnitName");
|
||||
dt.Columns.Add("ConUnitName");
|
||||
dt.Columns.Add("CH_TrustDate");
|
||||
dt.Columns.Add("ProjectName");
|
||||
dt.Columns.Add("ProjectCode");
|
||||
dt.Columns.Add("TrustManName");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("JST_Name");
|
||||
dt.Columns.Add("NDTR_Name");
|
||||
dt.Columns.Add("WME_Name");
|
||||
dt.Columns.Add("IsHot");
|
||||
dt.Columns.Add("AcceptGrade2");
|
||||
DataRow[] rows = tbTitle.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["TestEngineeringCode"] = row["TestEngineeringCode"].ToString();
|
||||
newRows["GuideBookCode"] = row["GuideBookCode"].ToString();
|
||||
newRows["RecordCode"] = row["RecordCode"].ToString();
|
||||
newRows["TrustUnitName"] = row["TrustUnitName"].ToString();
|
||||
newRows["ConUnitName"] = row["ConUnitName"].ToString();
|
||||
newRows["CH_TrustDate"] = string.Format("{0:yyyy-MM-dd}", row["CH_TrustDate"]).ToString();
|
||||
newRows["ProjectName"] = row["ProjectName"].ToString();
|
||||
newRows["ProjectCode"] = row["ProjectCode"].ToString();
|
||||
newRows["TrustManName"] = row["TrustManName"].ToString();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["JST_Name"] = row["JST_Name"].ToString();
|
||||
newRows["NDTR_Name"] = row["NDTR_Name"].ToString();
|
||||
newRows["WME_Name"] = row["WME_Name"].ToString();
|
||||
newRows["IsHot"] = row["IsHot"].ToString();
|
||||
newRows["AcceptGrade2"] = row["AcceptGrade2"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
var wme = BLL.HJGL_WeldingMethodService.GetWeldMethodByWMEID(wME_ID);
|
||||
|
||||
List<SqlParameter> listStr2 = new List<SqlParameter>();
|
||||
listStr2.Add(new SqlParameter("@CH_TrustID", trustId));
|
||||
listStr2.Add(new SqlParameter("@ISO_ID", isoId));
|
||||
listStr2.Add(new SqlParameter("@IsRepair", "0"));
|
||||
listStr2.Add(new SqlParameter("@Desc", desc));
|
||||
listStr2.Add(new SqlParameter("@Flag", ""));
|
||||
listStr2.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
listStr2.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
listStr2.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
listStr2.Add(new SqlParameter("@WME_Name", wme.WME_Name));
|
||||
SqlParameter[] parameter = listStr2.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustItemRecordRT", parameter);
|
||||
|
||||
DataTable dtItem = new DataTable();
|
||||
dtItem.TableName = "Data";
|
||||
dtItem.Columns.Add("Num");
|
||||
dtItem.Columns.Add("JOT_JointNo");
|
||||
dtItem.Columns.Add("JOT_JointDesc");
|
||||
dtItem.Columns.Add("WED_Code");
|
||||
dtItem.Columns.Add("FilmNum");
|
||||
dtItem.Columns.Add("CheckAddress");
|
||||
|
||||
DataRow[] itemRows = tb.DefaultView.ToTable().Select();
|
||||
int i = 0;
|
||||
foreach (var row in itemRows)
|
||||
{
|
||||
var newRows = dtItem.NewRow();
|
||||
newRows["Num"] = (i + 1).ToString();
|
||||
newRows["JOT_JointNo"] = row["JOT_JointNo"].ToString();
|
||||
newRows["JOT_JointDesc"] = row["JOT_JointDesc"].ToString();
|
||||
newRows["WED_Code"] = row["WED_Code"].ToString();
|
||||
newRows["FilmNum"] = row["FilmNum"].ToString();
|
||||
newRows["CheckAddress"] = row["CheckAddress"].ToString();
|
||||
dtItem.Rows.Add(newRows);
|
||||
i++;
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dtItem);
|
||||
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
//keyValuePairs.Add("JointCount", jointCount.ToString());
|
||||
//keyValuePairs.Add("CheckCount", (rows.Count() - 1).ToString());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\射线检测记录.frx";
|
||||
|
||||
if (File.Exists(rootPath + initTemplatePath))
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath)));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
//string reportId = BLL.Const.HJGL_ReRTCheckRecordId;//报表Id
|
||||
//string replaceParameter = HttpUtility.UrlEncodeUnicode(trustId + "|" + isoId + "|" + "0" + "|" + desc + "|" + "1" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_ID);
|
||||
//PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&projectId=0", reportId, replaceParameter)));
|
||||
}
|
||||
|
||||
BindGrid();
|
||||
|
|
|
@ -7,6 +7,7 @@ using System.Web.UI.WebControls;
|
|||
using BLL;
|
||||
using System.Data.SqlClient;
|
||||
using System.Data;
|
||||
using System.IO;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
|
@ -228,18 +229,18 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
string sTE_ID = Grid1.DataKeys[Grid1.SelectedRowIndex][3].ToString();
|
||||
string sTE_ID2 = Grid1.DataKeys[Grid1.SelectedRowIndex][4].ToString();
|
||||
string wME_Name = Grid1.DataKeys[Grid1.SelectedRowIndex][5].ToString();
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listStr.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listStr.Add(new SqlParameter("@Desc", desc));
|
||||
listStr.Add(new SqlParameter("@Flag", "0"));
|
||||
listStr.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listStr.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
listStr.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
listStr.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
listStr.Add(new SqlParameter("@WME_Name", wME_Name));
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = null;
|
||||
//List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
//listStr.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
//listStr.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
//listStr.Add(new SqlParameter("@Desc", desc));
|
||||
//listStr.Add(new SqlParameter("@Flag", "0"));
|
||||
//listStr.Add(new SqlParameter("@IsRepair", "1"));
|
||||
//listStr.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
//listStr.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
//listStr.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
//listStr.Add(new SqlParameter("@WME_Name", wME_Name));
|
||||
//SqlParameter[] parameter = listStr.ToArray();
|
||||
//DataTable tb = null;
|
||||
string isoNo = BLL.HJGL_PW_IsoInfoService.GetIsoInfoByIsoInfoId(repair.ISO_ID).ISO_IsoNo;
|
||||
// PT,MT,UT调用一个存储过程
|
||||
if (repair != null)
|
||||
|
@ -251,9 +252,13 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
repair.Record_Printer = this.CurrUser.UserName;
|
||||
repair.Record_PrintDate = DateTime.Now;
|
||||
BLL.HJGL_RepairService.RecordPrintCH_Repair(repair);
|
||||
string reportId1 = string.Empty;//报表Id
|
||||
string reportId2 = string.Empty;
|
||||
int rowNum = 0;
|
||||
//string reportId1 = string.Empty;//报表Id
|
||||
//string reportId2 = string.Empty;
|
||||
//int rowNum = 0;
|
||||
string initTemplatePath = "";
|
||||
string rootPath = Server.MapPath("~/");
|
||||
BLL.Common.FastReportService.ResetData();
|
||||
|
||||
var ndtType = BLL.HJGL_TestingService.GetTestingByTestingId(repair.NDT_ID);
|
||||
if (ndtType.NDT_Code == "RT")
|
||||
{
|
||||
|
@ -264,10 +269,111 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
fileCode.FileId = repair.CH_RepairID;
|
||||
fileCode.FileCode2 = fileCode.FileCode.Replace(isoNo, "");
|
||||
BLL.Base_PrintFileCodeService.AddPrintFileCode(fileCode);
|
||||
reportId1 = BLL.Const.HJGL_RTCheckRecordReportId1;
|
||||
reportId2 = BLL.Const.HJGL_RTCheckRecordReportId2;
|
||||
rowNum = 18;
|
||||
tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustItemRecordRT", parameter);
|
||||
//reportId1 = BLL.Const.HJGL_RTCheckRecordReportId1;
|
||||
//reportId2 = BLL.Const.HJGL_RTCheckRecordReportId2;
|
||||
//rowNum = 18;
|
||||
//tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustItemRecordRT", parameter);
|
||||
|
||||
var listTitleStr = new List<SqlParameter>();
|
||||
listTitleStr.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listTitleStr.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listTitleStr.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listTitleStr.Add(new SqlParameter("@Desc", desc));
|
||||
listTitleStr.Add(new SqlParameter("@Flag", ""));
|
||||
listTitleStr.Add(new SqlParameter("@STE_Code", ndtType.NDT_Code));
|
||||
SqlParameter[] titleparameter = listTitleStr.ToArray();
|
||||
var tbTitle = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecord", titleparameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "MainData";
|
||||
dt.Columns.Add("TestEngineeringCode");
|
||||
dt.Columns.Add("GuideBookCode");
|
||||
dt.Columns.Add("RecordCode");
|
||||
dt.Columns.Add("TrustUnitName");
|
||||
dt.Columns.Add("ConUnitName");
|
||||
dt.Columns.Add("CH_TrustDate");
|
||||
dt.Columns.Add("ProjectName");
|
||||
dt.Columns.Add("ProjectCode");
|
||||
dt.Columns.Add("TrustManName");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("JST_Name");
|
||||
dt.Columns.Add("NDTR_Name");
|
||||
dt.Columns.Add("WME_Name");
|
||||
dt.Columns.Add("IsHot");
|
||||
dt.Columns.Add("AcceptGrade2");
|
||||
DataRow[] rows = tbTitle.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["TestEngineeringCode"] = row["TestEngineeringCode"].ToString();
|
||||
newRows["GuideBookCode"] = row["GuideBookCode"].ToString();
|
||||
newRows["RecordCode"] = row["RecordCode"].ToString();
|
||||
newRows["TrustUnitName"] = row["TrustUnitName"].ToString();
|
||||
newRows["ConUnitName"] = row["ConUnitName"].ToString();
|
||||
newRows["CH_TrustDate"] = string.Format("{0:yyyy-MM-dd}", row["CH_TrustDate"]).ToString();
|
||||
newRows["ProjectName"] = row["ProjectName"].ToString();
|
||||
newRows["ProjectCode"] = row["ProjectCode"].ToString();
|
||||
newRows["TrustManName"] = row["TrustManName"].ToString();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["JST_Name"] = row["JST_Name"].ToString();
|
||||
newRows["NDTR_Name"] = row["NDTR_Name"].ToString();
|
||||
newRows["WME_Name"] = row["WME_Name"].ToString();
|
||||
newRows["IsHot"] = row["IsHot"].ToString();
|
||||
newRows["AcceptGrade2"] = row["AcceptGrade2"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
List<SqlParameter> listStr2 = new List<SqlParameter>();
|
||||
listStr2.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listStr2.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listStr2.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listStr2.Add(new SqlParameter("@Desc", desc));
|
||||
listStr2.Add(new SqlParameter("@Flag", ""));
|
||||
listStr2.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
listStr2.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
listStr2.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
listStr2.Add(new SqlParameter("@WME_Name", wME_Name));
|
||||
SqlParameter[] parameter = listStr2.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustItemRecordRT", parameter);
|
||||
|
||||
DataTable dtItem = new DataTable();
|
||||
dtItem.TableName = "Data";
|
||||
dtItem.Columns.Add("Num");
|
||||
dtItem.Columns.Add("JOT_JointNo");
|
||||
dtItem.Columns.Add("JOT_JointDesc");
|
||||
dtItem.Columns.Add("WED_Code");
|
||||
dtItem.Columns.Add("FilmNum");
|
||||
dtItem.Columns.Add("CheckAddress");
|
||||
|
||||
DataRow[] itemRows = tb.DefaultView.ToTable().Select();
|
||||
int i = 0;
|
||||
foreach (var row in itemRows)
|
||||
{
|
||||
var newRows = dtItem.NewRow();
|
||||
newRows["Num"] = (i + 1).ToString();
|
||||
newRows["JOT_JointNo"] = row["JOT_JointNo"].ToString();
|
||||
newRows["JOT_JointDesc"] = row["JOT_JointDesc"].ToString();
|
||||
newRows["WED_Code"] = row["WED_Code"].ToString();
|
||||
newRows["FilmNum"] = row["FilmNum"].ToString();
|
||||
newRows["CheckAddress"] = row["CheckAddress"].ToString();
|
||||
dtItem.Rows.Add(newRows);
|
||||
i++;
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dtItem);
|
||||
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
//keyValuePairs.Add("JointCount", jointCount.ToString());
|
||||
//keyValuePairs.Add("CheckCount", (rows.Count() - 1).ToString());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\射线检测记录.frx";
|
||||
|
||||
}
|
||||
else if (ndtType.NDT_Code == "PT")
|
||||
{
|
||||
|
@ -278,10 +384,97 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
fileCode.FileId = repair.CH_RepairID;
|
||||
fileCode.FileCode2 = fileCode.FileCode.Replace(isoNo, "");
|
||||
BLL.Base_PrintFileCodeService.AddPrintFileCode(fileCode);
|
||||
reportId1 = BLL.Const.HJGL_PTCheckRecordReportId1;
|
||||
reportId2 = BLL.Const.HJGL_PTCheckRecordReportId2;
|
||||
rowNum = 15;
|
||||
tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
var listTitleStr = new List<SqlParameter>();
|
||||
listTitleStr.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listTitleStr.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listTitleStr.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listTitleStr.Add(new SqlParameter("@Desc", desc));
|
||||
listTitleStr.Add(new SqlParameter("@Flag", ""));
|
||||
listTitleStr.Add(new SqlParameter("@STE_Code", ndtType.NDT_Code));
|
||||
SqlParameter[] titleparameter = listTitleStr.ToArray();
|
||||
var tbTitle = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecord", titleparameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "MainData";
|
||||
dt.Columns.Add("TestEngineeringCode");
|
||||
dt.Columns.Add("RecordCode");
|
||||
dt.Columns.Add("TrustUnitName");
|
||||
dt.Columns.Add("ConUnitName");
|
||||
dt.Columns.Add("CH_TrustDate");
|
||||
dt.Columns.Add("ProjectName");
|
||||
dt.Columns.Add("ProjectCode");
|
||||
dt.Columns.Add("TrustManName");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("NDTR_Name");
|
||||
dt.Columns.Add("CH_NDTCriteria");
|
||||
dt.Columns.Add("AcceptGrade");
|
||||
DataRow[] rows = tbTitle.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["TestEngineeringCode"] = row["TestEngineeringCode"].ToString();
|
||||
newRows["RecordCode"] = row["RecordCode"].ToString();
|
||||
newRows["TrustUnitName"] = row["TrustUnitName"].ToString();
|
||||
newRows["ConUnitName"] = row["ConUnitName"].ToString();
|
||||
newRows["CH_TrustDate"] = string.Format("{0:yyyy-MM-dd}", row["CH_TrustDate"]).ToString();
|
||||
newRows["ProjectName"] = row["ProjectName"].ToString();
|
||||
newRows["ProjectCode"] = row["ProjectCode"].ToString();
|
||||
newRows["TrustManName"] = row["TrustManName"].ToString();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["NDTR_Name"] = row["NDTR_Name"].ToString();
|
||||
newRows["CH_NDTCriteria"] = row["CH_NDTCriteria"].ToString();
|
||||
newRows["AcceptGrade"] = row["AcceptGrade"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
List<SqlParameter> listStr2 = new List<SqlParameter>();
|
||||
listStr2.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listStr2.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listStr2.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listStr2.Add(new SqlParameter("@Desc", desc));
|
||||
listStr2.Add(new SqlParameter("@Flag", ""));
|
||||
listStr2.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
listStr2.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
listStr2.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
listStr2.Add(new SqlParameter("@WME_Name", wME_Name));
|
||||
SqlParameter[] parameter = listStr2.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
|
||||
DataTable dtItem = new DataTable();
|
||||
dtItem.TableName = "Data";
|
||||
dtItem.Columns.Add("Number");
|
||||
dtItem.Columns.Add("JOT_JointNo");
|
||||
dtItem.Columns.Add("Specification");
|
||||
dtItem.Columns.Add("WED_Code");
|
||||
|
||||
DataRow[] itemRows = tb.DefaultView.ToTable().Select();
|
||||
|
||||
foreach (var row in itemRows)
|
||||
{
|
||||
var newRows = dtItem.NewRow();
|
||||
newRows["Number"] = row["Number"].ToString();
|
||||
newRows["JOT_JointNo"] = row["JOT_JointNo"].ToString();
|
||||
newRows["Specification"] = row["Specification"].ToString();
|
||||
newRows["WED_Code"] = row["WED_Code"].ToString();
|
||||
dtItem.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dtItem);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
//keyValuePairs.Add("JointCount", jointCount.ToString());
|
||||
//keyValuePairs.Add("CheckCount", (rows.Count() - 1).ToString());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\渗透检测记录.frx";
|
||||
//reportId1 = BLL.Const.HJGL_PTCheckRecordReportId1;
|
||||
//reportId2 = BLL.Const.HJGL_PTCheckRecordReportId2;
|
||||
//rowNum = 15;
|
||||
//tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
}
|
||||
else if (ndtType.NDT_Code == "MT")
|
||||
{
|
||||
|
@ -292,10 +485,102 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
fileCode.FileId = repair.CH_RepairID;
|
||||
fileCode.FileCode2 = fileCode.FileCode.Replace(isoNo, "");
|
||||
BLL.Base_PrintFileCodeService.AddPrintFileCode(fileCode);
|
||||
reportId1 = BLL.Const.HJGL_MTCheckRecordReportId1;
|
||||
reportId2 = BLL.Const.HJGL_MTCheckRecordReportId2;
|
||||
rowNum = 15;
|
||||
tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
|
||||
var listTitleStr = new List<SqlParameter>();
|
||||
listTitleStr.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listTitleStr.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listTitleStr.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listTitleStr.Add(new SqlParameter("@Desc", desc));
|
||||
listTitleStr.Add(new SqlParameter("@Flag", ""));
|
||||
listTitleStr.Add(new SqlParameter("@STE_Code", ndtType.NDT_Code));
|
||||
SqlParameter[] titleparameter = listTitleStr.ToArray();
|
||||
var tbTitle = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecord", titleparameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "MainData";
|
||||
dt.Columns.Add("TestEngineeringCode");
|
||||
dt.Columns.Add("GuideBookCode");
|
||||
dt.Columns.Add("RecordCode");
|
||||
dt.Columns.Add("TrustUnitName");
|
||||
dt.Columns.Add("ConUnitName");
|
||||
dt.Columns.Add("CH_TrustDate");
|
||||
dt.Columns.Add("ProjectName");
|
||||
dt.Columns.Add("ProjectCode");
|
||||
dt.Columns.Add("TrustManName");
|
||||
dt.Columns.Add("BatchCode");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("NDTR_Name");
|
||||
dt.Columns.Add("CH_NDTCriteria");
|
||||
dt.Columns.Add("AcceptGrade");
|
||||
DataRow[] rows = tbTitle.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["TestEngineeringCode"] = row["TestEngineeringCode"].ToString();
|
||||
newRows["GuideBookCode"] = row["GuideBookCode"].ToString();
|
||||
newRows["RecordCode"] = row["RecordCode"].ToString();
|
||||
newRows["TrustUnitName"] = row["TrustUnitName"].ToString();
|
||||
newRows["ConUnitName"] = row["ConUnitName"].ToString();
|
||||
newRows["CH_TrustDate"] = string.Format("{0:yyyy-MM-dd}", row["CH_TrustDate"]).ToString();
|
||||
newRows["ProjectName"] = row["ProjectName"].ToString();
|
||||
newRows["ProjectCode"] = row["ProjectCode"].ToString();
|
||||
newRows["TrustManName"] = row["TrustManName"].ToString();
|
||||
newRows["BatchCode"] = row["BatchCode"].ToString();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["NDTR_Name"] = row["NDTR_Name"].ToString();
|
||||
newRows["CH_NDTCriteria"] = row["CH_NDTCriteria"].ToString();
|
||||
newRows["AcceptGrade"] = row["AcceptGrade"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
List<SqlParameter> listStr2 = new List<SqlParameter>();
|
||||
listStr2.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listStr2.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listStr2.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listStr2.Add(new SqlParameter("@Desc", desc));
|
||||
listStr2.Add(new SqlParameter("@Flag", ""));
|
||||
listStr2.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
listStr2.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
listStr2.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
listStr2.Add(new SqlParameter("@WME_Name", wME_Name));
|
||||
SqlParameter[] parameter = listStr2.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
|
||||
DataTable dtItem = new DataTable();
|
||||
dtItem.TableName = "Data";
|
||||
dtItem.Columns.Add("Number");
|
||||
dtItem.Columns.Add("JOT_JointNo");
|
||||
dtItem.Columns.Add("Specification");
|
||||
dtItem.Columns.Add("WED_Code");
|
||||
|
||||
DataRow[] itemRows = tb.DefaultView.ToTable().Select();
|
||||
|
||||
foreach (var row in itemRows)
|
||||
{
|
||||
var newRows = dtItem.NewRow();
|
||||
newRows["Number"] = row["Number"].ToString();
|
||||
newRows["JOT_JointNo"] = row["JOT_JointNo"].ToString();
|
||||
newRows["Specification"] = row["Specification"].ToString();
|
||||
newRows["WED_Code"] = row["WED_Code"].ToString();
|
||||
dtItem.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dtItem);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
//keyValuePairs.Add("JointCount", jointCount.ToString());
|
||||
//keyValuePairs.Add("CheckCount", (rows.Count() - 1).ToString());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\磁粉检测记录.frx";
|
||||
//reportId1 = BLL.Const.HJGL_MTCheckRecordReportId1;
|
||||
//reportId2 = BLL.Const.HJGL_MTCheckRecordReportId2;
|
||||
//rowNum = 15;
|
||||
//tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
}
|
||||
else if (ndtType.NDT_Code == "UT" || ndtType.NDT_Code == "PAUT")
|
||||
{
|
||||
|
@ -306,26 +591,123 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
fileCode.FileId = repair.CH_RepairID;
|
||||
fileCode.FileCode2 = fileCode.FileCode.Replace(isoNo, "");
|
||||
BLL.Base_PrintFileCodeService.AddPrintFileCode(fileCode);
|
||||
reportId1 = BLL.Const.HJGL_UTCheckRecordReportId1;
|
||||
reportId2 = BLL.Const.HJGL_UTCheckRecordReportId2;
|
||||
rowNum = 15;
|
||||
tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
}
|
||||
|
||||
if (tb.Rows.Count <= rowNum)
|
||||
var listTitleStr = new List<SqlParameter>();
|
||||
listTitleStr.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listTitleStr.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listTitleStr.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listTitleStr.Add(new SqlParameter("@Desc", desc));
|
||||
listTitleStr.Add(new SqlParameter("@Flag", ""));
|
||||
listTitleStr.Add(new SqlParameter("@STE_Code", ndtType.NDT_Code));
|
||||
SqlParameter[] titleparameter = listTitleStr.ToArray();
|
||||
var tbTitle = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecord", titleparameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "MainData";
|
||||
dt.Columns.Add("TestEngineeringCode");
|
||||
dt.Columns.Add("RecordCode");
|
||||
dt.Columns.Add("TrustUnitName");
|
||||
dt.Columns.Add("ConUnitName");
|
||||
dt.Columns.Add("CH_TrustDate");
|
||||
dt.Columns.Add("ProjectName");
|
||||
dt.Columns.Add("ProjectCode");
|
||||
dt.Columns.Add("TrustManName");
|
||||
dt.Columns.Add("BatchCode");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("WME_Name");
|
||||
dt.Columns.Add("IsHot");
|
||||
dt.Columns.Add("NDTR_Name");
|
||||
dt.Columns.Add("CH_NDTCriteria");
|
||||
dt.Columns.Add("AcceptGrade");
|
||||
DataRow[] rows = tbTitle.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["TestEngineeringCode"] = row["TestEngineeringCode"].ToString();
|
||||
newRows["RecordCode"] = row["RecordCode"].ToString();
|
||||
newRows["TrustUnitName"] = row["TrustUnitName"].ToString();
|
||||
newRows["ConUnitName"] = row["ConUnitName"].ToString();
|
||||
newRows["CH_TrustDate"] = string.Format("{0:yyyy-MM-dd}", row["CH_TrustDate"]).ToString();
|
||||
newRows["ProjectName"] = row["ProjectName"].ToString();
|
||||
newRows["ProjectCode"] = row["ProjectCode"].ToString();
|
||||
newRows["TrustManName"] = row["TrustManName"].ToString();
|
||||
newRows["BatchCode"] = row["BatchCode"].ToString();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["WME_Name"] = row["WME_Name"].ToString();
|
||||
newRows["IsHot"] = row["IsHot"].ToString();
|
||||
newRows["NDTR_Name"] = row["NDTR_Name"].ToString();
|
||||
newRows["CH_NDTCriteria"] = row["CH_NDTCriteria"].ToString();
|
||||
newRows["AcceptGrade"] = row["AcceptGrade"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
List<SqlParameter> listStr2 = new List<SqlParameter>();
|
||||
listStr2.Add(new SqlParameter("@CH_TrustID", repairId));
|
||||
listStr2.Add(new SqlParameter("@ISO_ID", repair.ISO_ID));
|
||||
listStr2.Add(new SqlParameter("@IsRepair", "1"));
|
||||
listStr2.Add(new SqlParameter("@Desc", desc));
|
||||
listStr2.Add(new SqlParameter("@Flag", ""));
|
||||
listStr2.Add(new SqlParameter("@STE_Code", sTE_Code));
|
||||
listStr2.Add(new SqlParameter("@STE_ID", sTE_ID));
|
||||
listStr2.Add(new SqlParameter("@STE_ID2", sTE_ID2));
|
||||
listStr2.Add(new SqlParameter("@WME_Name", wME_Name));
|
||||
SqlParameter[] parameter = listStr2.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordUTItem", parameter);
|
||||
|
||||
DataTable dtItem = new DataTable();
|
||||
dtItem.TableName = "Data";
|
||||
dtItem.Columns.Add("Number");
|
||||
dtItem.Columns.Add("JOT_JointNo");
|
||||
dtItem.Columns.Add("Specification");
|
||||
dtItem.Columns.Add("WED_Code");
|
||||
|
||||
DataRow[] itemRows = tb.DefaultView.ToTable().Select();
|
||||
|
||||
foreach (var row in itemRows)
|
||||
{
|
||||
var newRows = dtItem.NewRow();
|
||||
newRows["Number"] = row["Number"].ToString();
|
||||
newRows["JOT_JointNo"] = row["JOT_JointNo"].ToString();
|
||||
newRows["Specification"] = row["Specification"].ToString();
|
||||
newRows["WED_Code"] = row["WED_Code"].ToString();
|
||||
dtItem.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dtItem);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
//keyValuePairs.Add("JointCount", jointCount.ToString());
|
||||
//keyValuePairs.Add("CheckCount", (rows.Count() - 1).ToString());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\超声检测记录.frx";
|
||||
//reportId1 = BLL.Const.HJGL_UTCheckRecordReportId1;
|
||||
//reportId2 = BLL.Const.HJGL_UTCheckRecordReportId2;
|
||||
//rowNum = 15;
|
||||
//tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_sp_rpt_TrustRecordPTItem", parameter);
|
||||
}
|
||||
if (File.Exists(rootPath + initTemplatePath))
|
||||
{
|
||||
string replaceParameter = HttpUtility.UrlEncodeUnicode(repairId + "|" + repair.ISO_ID + "|" + "1" + "|" + desc + "|" + "1" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_Name);
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", reportId1, replaceParameter, string.Empty)));
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath)));
|
||||
}
|
||||
//if (tb.Rows.Count <= rowNum)
|
||||
//{
|
||||
// string replaceParameter = HttpUtility.UrlEncodeUnicode(repairId + "|" + repair.ISO_ID + "|" + "1" + "|" + desc + "|" + "1" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_Name);
|
||||
// PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", reportId1, replaceParameter, string.Empty)));
|
||||
//}
|
||||
|
||||
else
|
||||
{
|
||||
string replaceParameter1 = HttpUtility.UrlEncodeUnicode(repairId + "|" + repair.ISO_ID + "|" + "1" + "|" + desc + "|" + "1" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_Name);
|
||||
string replaceParameter2 = HttpUtility.UrlEncodeUnicode(repairId + "|" + repair.ISO_ID + "|" + "1" + "|" + desc + "|" + "2" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_Name);
|
||||
//else
|
||||
//{
|
||||
// string replaceParameter1 = HttpUtility.UrlEncodeUnicode(repairId + "|" + repair.ISO_ID + "|" + "1" + "|" + desc + "|" + "1" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_Name);
|
||||
// string replaceParameter2 = HttpUtility.UrlEncodeUnicode(repairId + "|" + repair.ISO_ID + "|" + "1" + "|" + desc + "|" + "2" + "|" + sTE_Code + "|" + sTE_ID + "|" + sTE_ID2 + "|" + wME_Name);
|
||||
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", reportId2, replaceParameter2, string.Empty)));
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", reportId1, replaceParameter1, string.Empty)));
|
||||
}
|
||||
// PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", reportId2, replaceParameter2, string.Empty)));
|
||||
// PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", reportId1, replaceParameter1, string.Empty)));
|
||||
//}
|
||||
}
|
||||
}
|
||||
if (e.CommandName == "fileName")//文档名
|
||||
|
|
|
@ -7,6 +7,7 @@ using System.Web.UI.WebControls;
|
|||
using BLL;
|
||||
using System.Data.SqlClient;
|
||||
using System.Data;
|
||||
using System.IO;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
|
@ -157,9 +158,83 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
|||
/// <param name="e"></param>
|
||||
protected void btnPrint_Click(object sender, EventArgs e)
|
||||
{
|
||||
string projects = this.lblProjectCode.Text.Trim() + "|" + this.lblProjectName.Text.Trim() + "|" + this.lblProjectCodes.Text.Trim();
|
||||
string varValue = System.Web.HttpUtility.UrlEncode(projects);
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_TestingReportNotRT, this.tvControlItem.SelectedNodeID, varValue)));
|
||||
if (!string.IsNullOrEmpty(this.tvControlItem.SelectedNodeID))
|
||||
{
|
||||
string initTemplatePath = "";
|
||||
string rootPath = Server.MapPath("~/");
|
||||
BLL.Common.FastReportService.ResetData();
|
||||
|
||||
var listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.tvControlItem.SelectedNodeID));
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("HJGL_sp_UnRTColligateReport", parameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "Data";
|
||||
dt.Columns.Add("Num");
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("JOT_JointDesc");
|
||||
dt.Columns.Add("CheckRate");
|
||||
dt.Columns.Add("QuaLevel");
|
||||
dt.Columns.Add("CheckJointNum1");
|
||||
dt.Columns.Add("NoPassJointNum1");
|
||||
dt.Columns.Add("CheckJointNumK");
|
||||
dt.Columns.Add("NoPassJointNumK");
|
||||
dt.Columns.Add("TopRepairNum");
|
||||
dt.Columns.Add("TotalJointNum");
|
||||
dt.Columns.Add("TotalFilmNum");
|
||||
dt.Columns.Add("PassRate");
|
||||
|
||||
DataView dv = tb.DefaultView;//获取表视图
|
||||
dv.Sort = "ISO_IsoNo ASC";//按照ID倒序排序
|
||||
tb = dv.ToTable();//转为表
|
||||
DataRow[] rows = tb.DefaultView.ToTable().Select();
|
||||
int i = 0;
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["Num"] = i + 1;
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["JOT_JointDesc"] = row["JOT_JointDesc"].ToString();
|
||||
newRows["CheckRate"] = row["CheckRate"].ToString();
|
||||
newRows["QuaLevel"] = row["QuaLevel"].ToString();
|
||||
newRows["CheckJointNum1"] = row["CheckJointNum1"].ToString();
|
||||
newRows["NoPassJointNum1"] = row["NoPassJointNum1"].ToString();
|
||||
newRows["CheckJointNumK"] = row["CheckJointNumK"].ToString();
|
||||
newRows["NoPassJointNumK"] = row["NoPassJointNumK"].ToString();
|
||||
newRows["TopRepairNum"] = row["TopRepairNum"].ToString();
|
||||
newRows["TotalJointNum"] = row["TotalJointNum"].ToString();
|
||||
newRows["TotalFilmNum"] = row["TotalFilmNum"].ToString();
|
||||
newRows["PassRate"] = row["PassRate"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
i++;
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
keyValuePairs.Add("ProjectCode", this.lblProjectCode.Text.Trim());
|
||||
keyValuePairs.Add("ProjectName", this.lblProjectName.Text.Trim());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\检测综合报告(除射线检测外).frx";
|
||||
|
||||
if (File.Exists(rootPath + initTemplatePath))
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath)));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Alert.ShowInTop("请选择项目!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
//string projects = this.lblProjectCode.Text.Trim() + "|" + this.lblProjectName.Text.Trim() + "|" + this.lblProjectCodes.Text.Trim();
|
||||
//string varValue = System.Web.HttpUtility.UrlEncode(projects);
|
||||
//PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_TestingReportNotRT, this.tvControlItem.SelectedNodeID, varValue)));
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ using System.Linq;
|
|||
using System.Data.SqlClient;
|
||||
using System.Data;
|
||||
using BLL;
|
||||
using System.IO;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
{
|
||||
|
@ -298,10 +299,105 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
|||
Alert.ShowInTop("请选择批编号!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
varValue = projectName + "|" + trustUnit + "|" + ndtCriteria + "|" + constructionUnit + "|" + txtReportDate.Text;
|
||||
varValue = Microsoft.JScript.GlobalObject.escape(varValue.Replace("/", ","));
|
||||
string initTemplatePath = "";
|
||||
string rootPath = Server.MapPath("~/");
|
||||
BLL.Common.FastReportService.ResetData();
|
||||
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_RTTestingResultReportId, BatchId, varValue)));
|
||||
var listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@BatchId", BatchId));
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
var tb = SQLHelper.GetDataTableRunProc("spRT_CheckResult", parameter);
|
||||
|
||||
DataTable dt = new DataTable();
|
||||
dt.TableName = "Data";
|
||||
dt.Columns.Add("ISO_IsoNo");
|
||||
dt.Columns.Add("IsoDesc");
|
||||
dt.Columns.Add("STE_Code");
|
||||
dt.Columns.Add("NDTR_Name");
|
||||
dt.Columns.Add("JotyLevel");
|
||||
dt.Columns.Add("JotNum");
|
||||
dt.Columns.Add("FilmNum");
|
||||
dt.Columns.Add("NoJotNum");
|
||||
dt.Columns.Add("NoFilmNum");
|
||||
dt.Columns.Add("ExpJotNum");
|
||||
dt.Columns.Add("ExpFilmNum");
|
||||
dt.Columns.Add("ExpNoJotNum");
|
||||
dt.Columns.Add("ExpNoFilmNum");
|
||||
dt.Columns.Add("RealJotNum");
|
||||
dt.Columns.Add("RealFilmNum");
|
||||
DataRow[] rows = tb.DefaultView.ToTable().Select();
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var newRows = dt.NewRow();
|
||||
newRows["ISO_IsoNo"] = row["ISO_IsoNo"].ToString();
|
||||
newRows["IsoDesc"] = row["IsoDesc"].ToString();
|
||||
newRows["STE_Code"] = row["STE_Code"].ToString();
|
||||
newRows["NDTR_Name"] = row["NDTR_Name"].ToString();
|
||||
newRows["JotyLevel"] = row["JotyLevel"].ToString();
|
||||
newRows["JotNum"] = row["JotNum"].ToString();
|
||||
newRows["FilmNum"] = row["FilmNum"].ToString();
|
||||
newRows["NoJotNum"] = row["NoJotNum"].ToString();
|
||||
newRows["NoFilmNum"] = row["NoFilmNum"].ToString();
|
||||
newRows["ExpJotNum"] = row["ExpJotNum"].ToString();
|
||||
newRows["ExpFilmNum"] = row["ExpFilmNum"].ToString();
|
||||
newRows["ExpNoJotNum"] = row["ExpNoJotNum"].ToString();
|
||||
newRows["ExpNoFilmNum"] = row["ExpNoFilmNum"].ToString();
|
||||
newRows["RealJotNum"] = row["RealJotNum"].ToString();
|
||||
newRows["RealFilmNum"] = row["RealFilmNum"].ToString();
|
||||
|
||||
dt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(dt);
|
||||
|
||||
var listRepairStr = new List<SqlParameter>();
|
||||
listRepairStr.Add(new SqlParameter("@BatchId", BatchId));
|
||||
SqlParameter[] repairParameter = listRepairStr.ToArray();
|
||||
var repairtb = SQLHelper.GetDataTableRunProc("spRT_CheckRepairResult", repairParameter);
|
||||
|
||||
DataTable repairdt = new DataTable();
|
||||
repairdt.TableName = "RepairData";
|
||||
repairdt.Columns.Add("JotNumR1");
|
||||
repairdt.Columns.Add("FilmNumR1");
|
||||
repairdt.Columns.Add("JotNumR2");
|
||||
repairdt.Columns.Add("FilmNumR2");
|
||||
repairdt.Columns.Add("JotNumR3");
|
||||
repairdt.Columns.Add("FilmNumR3");
|
||||
|
||||
DataRow[] repairRows = repairtb.DefaultView.ToTable().Select();
|
||||
foreach (var row in repairRows)
|
||||
{
|
||||
var newRows = repairdt.NewRow();
|
||||
newRows["JotNumR1"] = row["JotNumR1"].ToString();
|
||||
newRows["FilmNumR1"] = row["FilmNumR1"].ToString();
|
||||
newRows["JotNumR2"] = row["JotNumR2"].ToString();
|
||||
newRows["FilmNumR2"] = row["FilmNumR2"].ToString();
|
||||
newRows["JotNumR3"] = row["JotNumR3"].ToString();
|
||||
newRows["FilmNumR3"] = row["FilmNumR3"].ToString();
|
||||
|
||||
repairdt.Rows.Add(newRows);
|
||||
}
|
||||
BLL.Common.FastReportService.AddFastreportTable(repairdt);
|
||||
|
||||
//传参
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
keyValuePairs.Add("projectName", projectName);
|
||||
keyValuePairs.Add("trustUnit", trustUnit);
|
||||
keyValuePairs.Add("ndtCriteria", ndtCriteria);
|
||||
keyValuePairs.Add("constructionUnit", constructionUnit);
|
||||
keyValuePairs.Add("reportDate",txtReportDate.Text.Trim());
|
||||
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
initTemplatePath = "File\\Fastreport\\射线检测结果确认表.frx";
|
||||
|
||||
if (File.Exists(rootPath + initTemplatePath))
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath)));
|
||||
|
||||
}
|
||||
//varValue = projectName + "|" + trustUnit + "|" + ndtCriteria + "|" + constructionUnit + "|" + txtReportDate.Text;
|
||||
//varValue = Microsoft.JScript.GlobalObject.escape(varValue.Replace("/", ","));
|
||||
|
||||
//PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&reportId={0}&replaceParameter={1}&varValue={2}&projectId=0", Const.HJGL_RTTestingResultReportId, BatchId, varValue)));
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
||||
<appSettings>
|
||||
<!--连接字符串-->
|
||||
<add key="ConnectionString" value="Server=.\MSSQLSERVER01;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||
<add key="ConnectionString" value="Server=.\SQL2022;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||
<!--系统名称-->
|
||||
<add key="SystemName" value="诺必达焊接管理系统"/>
|
||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
||||
|
|
Loading…
Reference in New Issue