Merge branch 'master' of http://47.104.102.122:3000/gaofei/HJGL_DS
This commit is contained in:
commit
ea46298b9e
|
|
@ -315,5 +315,16 @@ namespace BLL
|
|||
select x.PipeLineLength).Sum();
|
||||
return PipeLineLength;
|
||||
}
|
||||
|
||||
public static string GetStrIsoNos(string projectId)
|
||||
{
|
||||
List<Model.HJGL_PW_IsoInfo> isoInfos = GetIsoInfoByProjectId(projectId);
|
||||
string isoNos = string.Empty;
|
||||
foreach (var iso in isoInfos)
|
||||
{
|
||||
isoNos += iso.ISO_IsoNo + ",";
|
||||
}
|
||||
return isoNos;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" DoublePass="true" ReportInfo.Created="02/09/2026 11:02:02" ReportInfo.Modified="03/20/2026 09:47:12" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" DoublePass="true" ReportInfo.Created="02/09/2026 11:02:02" ReportInfo.Modified="04/22/2026 16:39:05" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -51,7 +51,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF+ZeeHqWx7GTHsZYv7jySOA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFg1qRjSswFxgpEVsc1cd7Ug==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="SerialNumber" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="FileCode" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -61,8 +61,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,129.28,390.86,475.91,34.78,138.73,261.58,507.67,646.37,45.83,242.86,515.49,646.38,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="103.95" Guides="0,103.95,66.15,9.45,28.35,37.8">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,129.28,390.86,472.89,507.67,261.58,34.78,646.37,45.83,242.86,515.49,646.38,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="103.95" Guides="0,103.95,66.15,37.8">
|
||||
<TableObject Name="Table1" Width="646.4" Height="103.95" Border.Lines="Left">
|
||||
<TableColumn Name="Column1" Width="129.28"/>
|
||||
<TableColumn Name="Column2" Width="261.58"/>
|
||||
|
|
@ -72,11 +72,9 @@ namespace FastReport
|
|||
<TableRow Name="Row1" Height="66.15">
|
||||
<TableCell Name="Cell1" Border.Lines="Top, Bottom" Text="SH/T 3503—J103" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="交工技术文件目录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="Left, Right, Top" Padding="2, 10, 2, 1" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 15, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="37.8">
|
||||
<TableCell Name="Cell6"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/29/2026 16:26:38" ReportInfo.Modified="02/08/2026 11:00:00" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/29/2026 16:26:38" ReportInfo.Modified="04/22/2026 16:42:34" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -33,18 +33,18 @@ namespace FastReport
|
|||
<Parameter Name="MainContent" DataType="System.String"/>
|
||||
<Parameter Name="CopiesNum" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,421.47,506.52,418.23,228.15,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="94.5" Guides="0,94.5,9.45,28.35">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,149.31,383.67,468.72,418.23,228.15,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="94.5" Guides="0,94.5">
|
||||
<TableObject Name="Table1" Width="646.38" Height="94.5" Border.Lines="Left">
|
||||
<TableColumn Name="Column1" Width="158.76"/>
|
||||
<TableColumn Name="Column2" Width="262.71"/>
|
||||
<TableColumn Name="Column3" Width="224.91"/>
|
||||
<TableColumn Name="Column1" Width="149.31"/>
|
||||
<TableColumn Name="Column2" Width="234.36"/>
|
||||
<TableColumn Name="Column8" Width="85.05"/>
|
||||
<TableColumn Name="Column3" Width="177.66"/>
|
||||
<TableRow Name="Row1" Height="94.5">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J104" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Top, Bottom" Text="交工技术文件说明" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text=" [ProjectName]" Padding="5, 9, 2, 1" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell2" Border.Lines="Right, Top, Bottom" Text="交工技术文件说明" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell59" Border.Lines="Top, Bottom" Text="工程名称:" Padding="2, 10, 2, 1" HorzAlign="Right" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Right, Top, Bottom" Text="[ProjectName]" Padding="5, 9, 2, 1" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageHeaderBand>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/26/2026 11:18:50" ReportInfo.Modified="03/19/2026 10:58:41" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/26/2026 11:18:50" ReportInfo.Modified="04/22/2026 16:44: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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF4rQ9KnFMYQtrw/n6V6CPlQ==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFjORJ/7AZWL6xVmftOQvHFg==">
|
||||
<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="PipelineCode" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/23/2026 17:12:17" ReportInfo.Modified="04/03/2026 15:29:45" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/23/2026 17:12:17" ReportInfo.Modified="04/22/2026 16:43:31" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFGCZuiNTXrd4153yusxYb8g==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFgL+ZU1XL3bSLY7n7zRKAQQ==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="CertificateCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="EngineeringName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="07/15/2025 14:12:53" ReportInfo.Modified="03/23/2026 10:39:19" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="07/15/2025 14:12:53" ReportInfo.Modified="04/22/2026 17:03: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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF047VYmDcP6vBveqw76lDAA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFB5iot5NZ0eVBoCLLMoniiA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Number" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="WED_Name" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -54,8 +54,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.34,190,74.21,395.13,64.76,489.63,83.67,83.88,41.58,115.79,330.37,562.46,646.38,115.8,190.02,330.39,562.5,209.16,408.87">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="130.37" Guides="0,130.37,92.57,9.45,28.35,37.8">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.34,190,74.21,395.13,64.76,478.79,562.46,41.58,115.79,330.37,83.66,646.38,115.8,190.02,330.39,562.5,209.16,408.87">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="130.37" Guides="0,130.37,92.57,37.8">
|
||||
<TableObject Name="Table1" Width="646.34" Height="130.37">
|
||||
<TableColumn Name="Column1" Width="41.58"/>
|
||||
<TableColumn Name="Column2" Width="74.21"/>
|
||||
|
|
@ -71,10 +71,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell3" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" Text="合格焊工登记表" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Top, Bottom" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Top, Bottom" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Top, Bottom" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="37.8">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/29/2025 15:50:06" ReportInfo.Modified="03/19/2026 16:24:56" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/29/2025 15:50:06" ReportInfo.Modified="04/22/2026 22:46:27" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFGF4PbRRRnyGgSV2vxImNAA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFIivhvgFLiGeh14nMUOBc7Q==">
|
||||
<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="MeasuringInstrumentsName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -57,23 +57,24 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.71,279.87,663.69,758.19,383.82,346.02,55.49,196.03,336.57,448.76,551.5,701.49,813.68,916.42,528.53,47.34,1009.72">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="113.4" Guides="0,75.63,9.45,28.35,51.99,75.6,113.4,37.8">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.71,279.87,578.64,663.69,569.19,654.24,1000.26,55.49,196.03,336.57,448.76,551.5,701.49,813.68,916.42,528.53,47.34,1009.72">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="113.4" Guides="0,75.63,51.99,23.64,75.6,113.4,37.8">
|
||||
<TableObject Name="Table1" Width="1009.71" Height="75.63">
|
||||
<TableColumn Name="Column1" Width="279.87"/>
|
||||
<TableColumn Name="Column2" Width="383.82"/>
|
||||
<TableColumn Name="Column2" Width="298.77"/>
|
||||
<TableColumn Name="Column34" Width="85.05"/>
|
||||
<TableColumn Name="Column3" Width="346.02"/>
|
||||
<TableRow Name="Row1" Height="23.64">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543-G109" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="周期检定计量器具清单" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell65" Border.Lines="Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" RowSpan="2"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="51.99">
|
||||
<TableCell Name="Cell6" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell66" Border.Lines="Top" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Right, Bottom" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table2" Top="75.6" Width="1009.71" Height="37.8" Border.Lines="Left, Right, Bottom">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 14:34:12" ReportInfo.Modified="03/19/2026 15:19:14" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 14:34:12" ReportInfo.Modified="04/22/2026 22:30:04" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFjJpU0A3x3EO6TXRHdHMnuw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFgL+ZU1XL3bSLY7n7zRKAQQ==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="ExecutionStandard" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="OrganizationalUnit" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -13,23 +13,23 @@
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,168.21,79.38,402.57,395.01,489.51,117.18,126.63,88.83,519.75,285.39,215.46,430.92">
|
||||
<DataBand Name="Data1" Width="646.38" Height="867.52" Guides="0,867.52,101.52,69.66,9.45,28.35,31.86,133.38,165.24,197.1,506.8,309.7,548.11,41.31,319.41">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,168.21,79.38,402.57,117.18,491.4,557.55,684.18,88.83,519.75,285.39,28.35,126.63,215.46,430.92">
|
||||
<DataBand Name="Data1" Width="646.38" Height="867.52" Guides="0,867.52,101.52,69.66,31.86,133.38,165.24,197.1,506.8,309.7,548.11,41.31,319.41">
|
||||
<TableObject Name="Table1" Width="646.38" Height="867.52" Border.Lines="Left, Right, Top">
|
||||
<TableColumn Name="Column1" Width="88.83"/>
|
||||
<TableColumn Name="Column2" Width="79.38"/>
|
||||
<TableColumn Name="Column3" Width="117.18"/>
|
||||
<TableColumn Name="Column4" Width="117.18"/>
|
||||
<TableColumn Name="Column5" Width="117.18"/>
|
||||
<TableColumn Name="Column5" Width="88.83"/>
|
||||
<TableColumn Name="Column10" Width="28.35"/>
|
||||
<TableColumn Name="Column6" Width="126.63"/>
|
||||
<TableRow Name="Row1" Height="69.66">
|
||||
<TableCell Name="Cell1" Text="SH/T 3543—G112" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="工序交接记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="226.8" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="工序交接记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell4" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell5" Text=" [ProjectName]" Padding="9, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell72" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell26" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="31.86">
|
||||
|
|
@ -37,7 +37,8 @@
|
|||
<TableCell Name="Cell7" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell9" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Text="单位工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Text="单位工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell73"/>
|
||||
<TableCell Name="Cell27" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="31.86">
|
||||
|
|
@ -45,7 +46,8 @@
|
|||
<TableCell Name="Cell12" Border.Lines="All" Text="[Data.ExecutionStandard]" 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="[Data.OrganizationalUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Text="[Data.OrganizationalUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell74"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="31.86">
|
||||
|
|
@ -53,39 +55,44 @@
|
|||
<TableCell Name="Cell17" Border.Lines="All" Text="[Data.HandoverUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" Text="接收单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" Text="[Data.ReceivingUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" Text="[Data.ReceivingUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell75"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="31.86">
|
||||
<TableCell Name="Cell21" Text="交出内容(包括实体质量、质量记录、检试验报告等)及自检结果:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell21" Text="交出内容(包括实体质量、质量记录、检试验报告等)及自检结果:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell22" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell23" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell24" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell76"/>
|
||||
<TableCell Name="Cell30" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="309.7">
|
||||
<TableCell Name="Cell31" Border.Lines="Bottom" Text="[Data.InspectionResults]" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Bottom" Text="[Data.InspectionResults]" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell32" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell33" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell77"/>
|
||||
<TableCell Name="Cell36" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row7" Height="41.31">
|
||||
<TableCell Name="Cell37" Text="接收单位意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell37" Text="接收单位意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell38" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell41" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell78"/>
|
||||
<TableCell Name="Cell42" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="319.41">
|
||||
<TableCell Name="Cell43" Border.Lines="Bottom" Text="[Data.ReceivingUnitOpinions]" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell43" Border.Lines="Bottom" Text="[Data.ReceivingUnitOpinions]" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell44" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell45" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell46" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell47" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell79"/>
|
||||
<TableCell Name="Cell48" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/10/2025 16:28:15" ReportInfo.Modified="02/06/2026 16:39:45" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/10/2025 16:28:15" ReportInfo.Modified="04/22/2026 16:54:21" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="ContractNumber" DataType="System.String"/>
|
||||
|
|
@ -9,26 +9,26 @@
|
|||
<Parameter Name="HeaderMan" DataType="System.String"/>
|
||||
<Parameter Name="SupervisionOpinion" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,191.97,73.44,82.89,440.64,437.67,532.17,63.99,92.34,35.64,205.74,109.08,348.3,646.4,161.6,323.2,484.8">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="858.93" Guides="0,858.93,103.92,33.06,9.45,28.35,70.86,136.98,401.58,264.6,632.16,590.58,189,41.58,806.97,174.81,51.96">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,154.17,73.44,45.09,374.49,63.99,459.54,35.64,92.34,365.04,450.09,440.64,627.48,109.08,310.5,85.05,186.84,646.4,161.6,323.2,484.8">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="858.93" Guides="0,858.93,103.92,33.06,70.86,136.98,401.58,264.6,632.16,590.58,189,41.58,806.97,174.81,51.96">
|
||||
<TableObject Name="Table1" Width="646.38" Height="858.93" Border.Lines="Left, Right, Top">
|
||||
<TableColumn Name="Column1" Width="35.64"/>
|
||||
<TableColumn Name="Column2" Width="73.44"/>
|
||||
<TableColumn Name="Column3" Width="82.89"/>
|
||||
<TableColumn Name="Column3" Width="45.09"/>
|
||||
<TableColumn Name="Column4" Width="92.34"/>
|
||||
<TableColumn Name="Column5" Width="63.99"/>
|
||||
<TableColumn Name="Column6" Width="92.34"/>
|
||||
<TableColumn Name="Column7" Width="205.74"/>
|
||||
<TableColumn Name="Column6" Width="63.99"/>
|
||||
<TableColumn Name="Column12" Width="85.05"/>
|
||||
<TableColumn Name="Column7" Width="186.84"/>
|
||||
<TableRow Name="Row1" Height="33.06">
|
||||
<TableCell Name="Cell1" Border.Lines="Left, Right, Top" Text="SH/T 3503—J106A" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Top" Text="工程中间交接证书" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="3" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="245.7" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="Top" Text="工程中间交接证书" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="10, 9, 2, 1" Font="楷体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell76" Border.Lines="Left" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Top" Text="[ProjectName]" Padding="10, 9, 2, 1" Font="楷体, 10.5pt" RowSpan="2"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="70.86">
|
||||
<TableCell Name="Cell6" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
<TableCell Name="Cell9" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell77"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Right" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="33.06">
|
||||
|
|
@ -45,25 +46,28 @@
|
|||
<TableCell Name="Cell13" Border.Lines="Right, Top" Text="[ContractNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell14" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Top" Text="交接日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Top" Text="交接日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell78"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Left, Right, Top" Text="[HandoverDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="264.6">
|
||||
<TableCell Name="Cell16" Border.Lines="Right, Top" Text="工 程 内 容 " HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell17" Border.Lines="Left, Right, Top" Text="[ProjectContent]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell17" Border.Lines="Left, Right, Top" Text="[ProjectContent]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell79"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="189">
|
||||
<TableCell Name="Cell21" Border.Lines="Left, Top" Text="接 收 意 见" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell22" Border.Lines="Left, Right, Top" Text="[ReceiveOpinions]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell22" Border.Lines="Left, Right, Top" Text="[ReceiveOpinions]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell80"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="41.58">
|
||||
|
|
@ -73,24 +77,27 @@
|
|||
<TableCell Name="Cell39" Border.Lines="Left, Right, Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="Left, Right, Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell41" Border.Lines="Bottom" Text="[HeaderMan]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell81"/>
|
||||
<TableCell Name="Cell42" Border.Lines="Bottom" Text="年 月 日" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row7" Height="174.81">
|
||||
<TableCell Name="Cell43" Border.Lines="Left, Top" Text="质 量 监 督 意 见" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell44" Border.Lines="Left, Right, Top" Text="[SupervisionOpinion]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell44" Border.Lines="Left, Right, Top" Text="[SupervisionOpinion]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell45" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell46" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell48" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell82"/>
|
||||
<TableCell Name="Cell49" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="51.96">
|
||||
<TableCell Name="Cell50" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text="工程质量监督站长/组长:(监督站/组章) 年 月 日" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text="工程质量监督站长/组长:(监督站/组章) 年 月 日" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell52" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell53" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell54" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell55" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell83"/>
|
||||
<TableCell Name="Cell56" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" TextQuality="ClearType" ReportInfo.Created="12/12/2025 11:03:02" ReportInfo.Modified="02/11/2026 10:44:54" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" TextQuality="ClearType" ReportInfo.Created="12/12/2025 11:03:02" ReportInfo.Modified="04/22/2026 16:57:14" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -32,35 +32,37 @@ namespace FastReport
|
|||
<Parameter Name="HeaderMan" DataType="System.String"/>
|
||||
<Parameter Name="SupervisoryOpinion" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,160.28,51.79,415.06,127.39,509.56,108.49,231.34,287.67,85.05,642.6,161.6,323.2,484.8">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="830.18" Guides="0,830.18,82.54,22.68,9.45,28.35,59.86,114.05,31.51,145.56,167.62,22.06,414.08,66.15,37.8,226.8,246.46,436.14,590.5,154.36,622.01,644.07,798.43,31.75">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,160.28,51.79,386.71,99.04,471.76,108.49,127.39,339.46,424.51,405.61,580.25,85.05,174.64,287.67,642.6,161.6,323.2,484.8">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="830.18" Guides="0,830.18,82.54,22.68,59.86,114.05,31.51,145.56,167.62,22.06,414.08,28.35,66.15,37.8,226.8,246.46,436.14,590.5,154.36,622.01,644.07,798.43,31.75">
|
||||
<TableObject Name="Table1" Width="646.4" Height="830.18">
|
||||
<TableColumn Name="Column1" Width="108.49"/>
|
||||
<TableColumn Name="Column2" Width="51.79"/>
|
||||
<TableColumn Name="Column3" Width="127.39"/>
|
||||
<TableColumn Name="Column4" Width="127.39"/>
|
||||
<TableColumn Name="Column5" Width="231.34"/>
|
||||
<TableColumn Name="Column4" Width="99.04"/>
|
||||
<TableColumn Name="Column10" Width="85.05"/>
|
||||
<TableColumn Name="Column5" Width="174.64"/>
|
||||
<TableRow Name="Row1" Height="22.68">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J107B" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="工程交工验收证书" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell80" Border.Lines="Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" RowSpan="2"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="59.86">
|
||||
<TableCell Name="Cell6" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell81"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Right, Bottom" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="31.51">
|
||||
<TableCell Name="Cell11" Border.Lines="All" Text="施工合同编号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" Text="[ContractNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="4"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" Text="[ContractNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell82"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="31.51">
|
||||
|
|
@ -68,37 +70,42 @@ namespace FastReport
|
|||
<TableCell Name="Cell17" Border.Lines="All" Text="[StartDate]" HorzAlign="Right" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" Text="交工日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell83"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" Text="[EndDate]" HorzAlign="Right" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="22.06">
|
||||
<TableCell Name="Cell21" Border.Lines="Left, Right, Top" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell21" Border.Lines="Left, Right, Top" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell84"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="246.46">
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="楷体, 10.5pt" FirstTabOffset="18.9" ColSpan="5">
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="楷体, 10.5pt" FirstTabOffset="18.9" ColSpan="6">
|
||||
<TextObject Name="Text2" Top="28.35" Width="85.05" Height="37.8" Text="工程内容:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TextObject Name="Text3" Top="37.8" Width="642.6" Height="189" Text=" [ProjectContent]" Font="楷体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell27" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell85"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row7" Height="22.06">
|
||||
<TableCell Name="Cell31" Border.Lines="Left, Right, Top" Text="工程验收意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Left, Right, Top" Text="工程验收意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell86"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="154.36">
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right" Text="[AcceptanceOpinion]" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right" Text="[AcceptanceOpinion]" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell37" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell38" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell87"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row9" Height="31.51">
|
||||
|
|
@ -106,27 +113,31 @@ namespace FastReport
|
|||
<TableCell Name="Cell42" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell43" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell44" Border.Lines="Bottom" Text="[HeaderMan]" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell88"/>
|
||||
<TableCell Name="Cell45" Border.Lines="Right, Bottom" Text="年 月 日" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row10" Height="22.06">
|
||||
<TableCell Name="Cell46" Border.Lines="Left, Right, Top" Text="工程质量监督意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell46" Border.Lines="Left, Right, Top" Text="工程质量监督意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell48" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell49" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell89"/>
|
||||
<TableCell Name="Cell50" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row11" Height="154.36">
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text="[SupervisoryOpinion]" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text="[SupervisoryOpinion]" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell52" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell53" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell54" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell90"/>
|
||||
<TableCell Name="Cell55" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row12" Height="31.75">
|
||||
<TableCell Name="Cell56" Border.Lines="Left, Right, Bottom" Text=" 工程质量监督站长/组长:(监督站/组章) 年 月 日" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell56" Border.Lines="Left, Right, Bottom" Text=" 工程质量监督站长/组长:(监督站/组章) 年 月 日" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell57" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell58" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell59" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell91"/>
|
||||
<TableCell Name="Cell60" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/09/2025 11:39:20" ReportInfo.Modified="02/07/2026 14:50:31" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/09/2025 11:39:20" ReportInfo.Modified="04/22/2026 16:48:57" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="ContractNumber" DataType="System.String"/>
|
||||
|
|
@ -11,24 +11,24 @@
|
|||
<Parameter Name="ReviewOpinion" DataType="System.String"/>
|
||||
<Parameter Name="QualitySupervisionOpinion" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,171.99,73.09,63.61,393.77,110.89,488.27,35.29,252.63,108.38,282.88,646.38,218.61,437.22">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="831.36" Guides="0,831.36,90.2,22.16,9.45,28.35,68.04,131.26,41.06,169.06,37.8,367.72,198.66,514.01,146.29,648.41,134.4,761.81,113.4,69.55">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,153.09,73.09,44.71,412.67,367.93,469.37,497.72,35.29,124.74,282.88,346.52,431.57,393.77,542.45,108.38,311.23,158.14,561.35,101.44,85.05,148.68,646.38,218.61,437.22">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="831.36" Guides="0,831.36,90.2,22.16,68.04,131.26,41.06,169.06,37.8,367.72,198.66,514.01,146.29,648.41,134.4,761.81,113.4,69.55">
|
||||
<TableObject Name="Table1" Width="646.4" Height="831.36">
|
||||
<TableColumn Name="Column1" Width="35.29"/>
|
||||
<TableColumn Name="Column2" Width="73.09"/>
|
||||
<TableColumn Name="Column3" Width="63.61"/>
|
||||
<TableColumn Name="Column4" Width="110.89"/>
|
||||
<TableColumn Name="Column5" Width="110.89"/>
|
||||
<TableColumn Name="Column6" Width="252.63"/>
|
||||
<TableColumn Name="Column3" Width="44.71"/>
|
||||
<TableColumn Name="Column4" Width="158.14"/>
|
||||
<TableColumn Name="Column5" Width="101.44"/>
|
||||
<TableColumn Name="Column10" Width="85.05"/>
|
||||
<TableColumn Name="Column6" Width="148.68"/>
|
||||
<TableRow Name="Row1" Height="22.16">
|
||||
<TableCell Name="Cell1" Border.Lines="Left, Right, Top" Text="SH/T 3503—J105A" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Top" Text="工程施工开工报告" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="5, 8, 2, 1" Font="楷体, 10.5pt" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell81" Border.Lines="Left, Top, Bottom" Text="工程名称:" Padding="2, 10, 2, 1" HorzAlign="Right" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Right, Top, Bottom" Text="[ProjectName]" Padding="5, 8, 2, 1" Font="楷体, 10.5pt" RowSpan="2"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row9" Height="68.04">
|
||||
<TableCell Name="Cell57" Border.Lines="All"/>
|
||||
|
|
@ -36,6 +36,7 @@
|
|||
<TableCell Name="Cell59" Border.Lines="All"/>
|
||||
<TableCell Name="Cell60" Border.Lines="All"/>
|
||||
<TableCell Name="Cell61" Border.Lines="All"/>
|
||||
<TableCell Name="Cell82"/>
|
||||
<TableCell Name="Cell62" Border.Lines="Left, Right, Bottom" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="41.06">
|
||||
|
|
@ -44,7 +45,8 @@
|
|||
<TableCell Name="Cell8" Border.Lines="Right, Top" Text="[ContractNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell9" Border.Lines="Right, Top" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Top" Text="设计单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Left, Right, Top" Text="[DesignUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell83" Border.Lines="Left, Right, Bottom" Text="[DesignUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="37.8">
|
||||
<TableCell Name="Cell11" Border.Lines="Left, Right, Top" Text="计划开工日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
|
|
@ -52,46 +54,52 @@
|
|||
<TableCell Name="Cell13" Border.Lines="Right, Top" Text="[PlannedStartDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell14" Border.Lines="Right, Top" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="Top" Text="计划交工日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Left, Right, Top" Text="[PlannedEndDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell84" Border.Lines="Left, Right" Text="[PlannedEndDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="198.66">
|
||||
<TableCell Name="Cell16" Border.Lines="Left, Top, Bottom" Text="工 程 内 容" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell17" Border.Lines="Left, Right, Top" Text="[ProjectContent]" VertAlign="Center" Font="楷体, 10.5pt" FirstTabOffset="11.34" ColSpan="5"/>
|
||||
<TableCell Name="Cell17" Border.Lines="Left, Right, Top" Text="[ProjectContent]" VertAlign="Center" Font="楷体, 10.5pt" FirstTabOffset="11.34" ColSpan="6"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell85"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="146.29">
|
||||
<TableCell Name="Cell21" Border.Lines="Left, Bottom" Text="开 工 条 件" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" Text="[Conditions]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" Text="[Conditions]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell86"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="134.4">
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Bottom" Text="审 查 意 见" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell37" Border.Lines="Left, Right" Text="[ReviewOpinion]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell37" Border.Lines="Left, Right" Text="[ReviewOpinion]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell38" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell87"/>
|
||||
<TableCell Name="Cell41" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row7" Height="113.4">
|
||||
<TableCell Name="Cell43" Border.Lines="Left, Top" Text="质 量 监 督 意 见" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell44" Border.Lines="Left, Right, Top" Text="[QualitySupervisionOpinion]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell44" Border.Lines="Left, Right, Top" Text="[QualitySupervisionOpinion]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell45" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell46" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell88"/>
|
||||
<TableCell Name="Cell48" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="69.55">
|
||||
<TableCell Name="Cell50" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text=" 工程质量监督站长/组长:(监督站/组章)年月日" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text=" 工程质量监督站长/组长:(监督站/组章)年月日" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell52" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell53" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell54" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell89"/>
|
||||
<TableCell Name="Cell55" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/15/2025 14:30:33" ReportInfo.Modified="02/11/2026 11:08:46" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/15/2025 14:30:33" ReportInfo.Modified="04/22/2026 16:59:43" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="ContractNumber" DataType="System.String"/>
|
||||
|
|
@ -16,25 +16,25 @@
|
|||
<Parameter Name="OpinionsReviewer" DataType="System.String"/>
|
||||
<Parameter Name="OpinionsDate" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,173.07,45.09,63.99,376.65,82.89,471.15,149.04,120.69,497.34,109.08,293.76,56.7,642.6,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="811.37" Guides="0,811.37,97.42,20.36,67.61,9.45,28.35,47.25,29.81,127.23,186.85,56.7,157.04,424.56,37.8,226.8,216.66,207.9,482.72,58.16,550.33,580.14,751.75,171.61,781.56">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,173.07,45.09,63.99,367.2,73.44,450.09,431.19,599.13,120.69,376.65,459.54,402.84,497.34,665.28,478.44,109.08,293.76,28.35,167.94,56.7,642.6,82.89,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="811.37" Guides="0,811.37,97.42,20.36,67.61,47.25,29.81,127.23,186.85,9.45,28.35,56.7,424.56,37.8,226.8,207.9,482.72,58.16,550.33,580.14,751.75,171.61,781.56">
|
||||
<TableObject Name="Table1" Width="646.38" Height="811.37">
|
||||
<TableColumn Name="Column1" Width="63.99"/>
|
||||
<TableColumn Name="Column2" Width="45.09"/>
|
||||
<TableColumn Name="Column3" Width="63.99"/>
|
||||
<TableColumn Name="Column4" Width="120.69"/>
|
||||
<TableColumn Name="Column5" Width="82.89"/>
|
||||
<TableColumn Name="Column6" Width="120.69"/>
|
||||
<TableColumn Name="Column7" Width="149.04"/>
|
||||
<TableColumn Name="Column5" Width="73.44"/>
|
||||
<TableColumn Name="Column6" Width="82.89"/>
|
||||
<TableColumn Name="Column11" Width="28.35"/>
|
||||
<TableColumn Name="Column7" Width="167.94"/>
|
||||
<TableRow Name="Row1" Height="20.36">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J114" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="3"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" Text="工程联络单" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="3"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell117" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Top" HorzAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row14" Height="47.25">
|
||||
|
|
@ -44,6 +44,7 @@
|
|||
<TableCell Name="Cell95" Border.Lines="All"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All"/>
|
||||
<TableCell Name="Cell97" Border.Lines="Left, Right" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell118" Border.Lines="Right, Top"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="29.81">
|
||||
|
|
@ -52,7 +53,8 @@
|
|||
<TableCell Name="Cell8" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell119"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="29.81">
|
||||
|
|
@ -61,11 +63,12 @@
|
|||
<TableCell Name="Cell13" Border.Lines="All" Text="[ContractNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Text="送达单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" Text="[DeliveryUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" Text="[DeliveryUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell120"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="29.81">
|
||||
<TableCell Name="Cell16" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7" RowSpan="2">
|
||||
<TableCell Name="Cell16" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="8" RowSpan="2">
|
||||
<TextObject Name="Text2" Top="9.45" Width="56.7" Height="18.9" Text="事由:" Font="宋体, 10.5pt"/>
|
||||
<TextObject Name="Text3" Top="9.45" Width="642.6" Height="47.25" Text=" [SubjectMatter]" Font="楷体, 10.5pt"/>
|
||||
</TableCell>
|
||||
|
|
@ -74,6 +77,7 @@
|
|||
<TableCell Name="Cell19" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell121"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="29.81">
|
||||
|
|
@ -83,10 +87,11 @@
|
|||
<TableCell Name="Cell24" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell122"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="29.81">
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7" RowSpan="2">
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="8" RowSpan="2">
|
||||
<TextObject Name="Text4" Top="9.45" Width="56.7" Height="28.35" Text="内容:" Font="宋体, 10.5pt"/>
|
||||
<TextObject Name="Text5" Top="9.45" Width="642.6" Height="217.35" Text=" [Contents]" Font="楷体, 10.5pt"/>
|
||||
</TableCell>
|
||||
|
|
@ -95,6 +100,7 @@
|
|||
<TableCell Name="Cell39" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell41" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell123"/>
|
||||
<TableCell Name="Cell42" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row7" Height="207.9">
|
||||
|
|
@ -104,6 +110,7 @@
|
|||
<TableCell Name="Cell46" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell48" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell124"/>
|
||||
<TableCell Name="Cell49" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="58.16">
|
||||
|
|
@ -111,8 +118,9 @@
|
|||
<TableCell Name="Cell51" Border.Lines="Left, Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell52" Text="[Handler]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell53" Border.Lines="Left, Right" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell54" Border.Lines="Right" Text="[HandDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell54" Border.Lines="Right" Text="[HandDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="4"/>
|
||||
<TableCell Name="Cell55" Border.Lines="Left, Right" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell125"/>
|
||||
<TableCell Name="Cell56" Border.Lines="Left, Right" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row9" Height="67.61">
|
||||
|
|
@ -120,26 +128,29 @@
|
|||
<TableCell Name="Cell58" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell59" Border.Lines="Bottom" Text="[Reviewer]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell60" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell61" Border.Lines="Right, Bottom" Text="[ReviewDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell61" Border.Lines="Right, Bottom" Text="[ReviewDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="4"/>
|
||||
<TableCell Name="Cell62" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell126"/>
|
||||
<TableCell Name="Cell63" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row10" Height="29.81">
|
||||
<TableCell Name="Cell64" Border.Lines="Left, Right, Top" Text="接收单位处理意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell64" Border.Lines="Left, Right, Top" Text="接收单位处理意见:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="8"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell67" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell127"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row11" Height="171.61">
|
||||
<TableCell Name="Cell71" Border.Lines="Left, Right" Text="[HandlingOpinion]" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell71" Border.Lines="Left, Right" Text="[HandlingOpinion]" Font="楷体, 10.5pt" ColSpan="8"/>
|
||||
<TableCell Name="Cell72" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell128"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row12" Height="29.81">
|
||||
|
|
@ -149,6 +160,7 @@
|
|||
<TableCell Name="Cell81" Border.Lines="Left, Right" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell82" Text="审核人:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell83" Text="[OpinionsReviewer]" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell129"/>
|
||||
<TableCell Name="Cell84" Border.Lines="Right" Text="(项目章)" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row13" Height="29.81">
|
||||
|
|
@ -157,7 +169,8 @@
|
|||
<TableCell Name="Cell87" Border.Lines="Bottom" Text="[OpinionHandDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell88" Border.Lines="Bottom" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell89" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="Right, Bottom" Text="[OpinionsDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell90" Border.Lines="Right, Bottom" Text="[OpinionsDate]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell130"/>
|
||||
<TableCell Name="Cell91" Border.Lines="Right, Bottom" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/07/2026 11:35:17" ReportInfo.Modified="03/19/2026 14:33:49" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/07/2026 11:35:17" ReportInfo.Modified="04/22/2026 22:14: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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFJgFXZupA4naA3VdMSKSrKA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFRLE3fVb1N0D74ri9q0f0Mg==">
|
||||
<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="CheckDate" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/15/2025 15:12:33" ReportInfo.Modified="02/06/2026 17:01:56" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/15/2025 15:12:33" ReportInfo.Modified="04/22/2026 17:02:06" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="DesignUnit" DataType="System.String"/>
|
||||
|
|
@ -15,23 +15,23 @@
|
|||
<Parameter Name="Reviewer" DataType="System.String"/>
|
||||
<Parameter Name="ReviewDate" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,187.11,107.73,402.57,487.62,126.63,79.38,117.18,519.75,294.84,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="944.37" Guides="0,944.37,103.11,24.92,78.19,9.45,28.35,53.27,137.48,34.37,171.85,206.22,410.69,204.47,435.61,764.47,328.86,789.39,154.98">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,187.11,107.73,383.67,88.83,472.5,463.05,608.58,79.38,345.87,434.7,500.85,294.84,28.35,145.53,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="944.37" Guides="0,944.37,103.11,24.92,78.19,53.27,137.48,34.37,171.85,206.22,410.69,204.47,435.61,764.47,328.86,789.39,154.98">
|
||||
<TableObject Name="Table1" Width="646.38" Height="944.37">
|
||||
<TableColumn Name="Column1" Width="79.38"/>
|
||||
<TableColumn Name="Column2" Width="107.73"/>
|
||||
<TableColumn Name="Column3" Width="107.73"/>
|
||||
<TableColumn Name="Column4" Width="107.73"/>
|
||||
<TableColumn Name="Column5" Width="117.18"/>
|
||||
<TableColumn Name="Column6" Width="126.63"/>
|
||||
<TableColumn Name="Column4" Width="88.83"/>
|
||||
<TableColumn Name="Column5" Width="88.83"/>
|
||||
<TableColumn Name="Column9" Width="28.35"/>
|
||||
<TableColumn Name="Column6" Width="145.53"/>
|
||||
<TableRow Name="Row1" Height="24.92">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543—G110" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="2" RowSpan="3"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="施工图核查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="3"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell74" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell56" Border.Lines="Right, Top" HorzAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="53.27">
|
||||
|
|
@ -39,7 +39,8 @@
|
|||
<TableCell Name="Cell7" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Right" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Right" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell75" Border.Lines="Right, Top"/>
|
||||
<TableCell Name="Cell57" Border.Lines="All" HorzAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="24.92">
|
||||
|
|
@ -47,7 +48,8 @@
|
|||
<TableCell Name="Cell12" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell76"/>
|
||||
<TableCell Name="Cell58" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="34.37">
|
||||
|
|
@ -55,7 +57,8 @@
|
|||
<TableCell Name="Cell17" Border.Lines="All" Text="[DesignUnit]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" Text="专业" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" Text="[Professional]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" Text="[Professional]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell77"/>
|
||||
<TableCell Name="Cell59" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="34.37">
|
||||
|
|
@ -63,55 +66,62 @@
|
|||
<TableCell Name="Cell22" Border.Lines="All" Text="[Host]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" Text="核查时间" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" Text="[VerificationDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" Text="[VerificationDate]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell78"/>
|
||||
<TableCell Name="Cell60" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row6" Height="34.37">
|
||||
<TableCell Name="Cell26" Border.Lines="All" Text="施工图号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Text="[ConDrawingCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Text="[ConDrawingCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell79"/>
|
||||
<TableCell Name="Cell61" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row7" Height="204.47">
|
||||
<TableCell Name="Cell31" Border.Lines="All" Text="参加核查 人 员" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" Text="[Personnel]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" Text="[Personnel]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell80"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="24.92">
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right, Top" Text="内容记录:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right, Top" Text="内容记录:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell37" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell38" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell81"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row9" Height="328.86">
|
||||
<TableCell Name="Cell41" Border.Lines="Left, Right, Bottom" Text="[Contents]" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell41" Border.Lines="Left, Right, Bottom" Text="[Contents]" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell42" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell43" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell44" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell45" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell82"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row10" Height="24.92">
|
||||
<TableCell Name="Cell46" Border.Lines="Left, Right, Top" Text="问题情况:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell46" Border.Lines="Left, Right, Top" Text="问题情况:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell48" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell49" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell50" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell83"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row11" Height="154.98">
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text="[Problems]" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell51" Border.Lines="Left, Right" Text="[Problems]" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell52" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell53" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell54" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell55" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell84"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/18/2025 17:45:45" ReportInfo.Modified="03/23/2026 17:09:14" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/18/2025 17:45:45" ReportInfo.Modified="04/22/2026 17:06:07" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF+XklA6u6LtC9OLOQh72eag==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFpwSqHYzuJtrZDhrux7H3AA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="PersonName" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="CertificateNumber" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -54,22 +54,23 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,177.66,412.02,506.52,234.36,51.03,139.86,275.94,449.82,538.65,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="103.95" Guides="0,75.61,9.45,28.35,51.98,75.6,103.95">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,168.21,383.67,468.72,215.46,326.97,412.02,393.12,570.78,51.03,139.86,275.94,449.82,538.65,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="103.95" Guides="0,75.61,51.98,23.63,75.6,103.95,28.35">
|
||||
<TableObject Name="Table1" Width="646.38" Height="75.61">
|
||||
<TableColumn Name="Column1" Width="177.66"/>
|
||||
<TableColumn Name="Column2" Width="234.36"/>
|
||||
<TableColumn Name="Column3" Width="234.36"/>
|
||||
<TableColumn Name="Column1" Width="168.21"/>
|
||||
<TableColumn Name="Column2" Width="215.46"/>
|
||||
<TableColumn Name="Column25" Width="85.05"/>
|
||||
<TableColumn Name="Column3" Width="177.66"/>
|
||||
<TableRow Name="Row1" Height="23.63">
|
||||
<TableCell Name="Cell1" Border.Lines="Left, Right, Top" Text="SH/T 3503—J116" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Top" Text="无损检测人员登记表" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell65" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" RowSpan="2"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="51.98">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell66"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/26/2026 15:12:38" ReportInfo.Modified="03/20/2026 09:13:07" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/26/2026 15:12:38" ReportInfo.Modified="04/22/2026 23:06:27" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFmtiTqaNviKGTjeF1HryOxA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFSjuGSGbPWisAyz0xpshfHw==">
|
||||
<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="MaterialName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -81,8 +81,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="21.5" RightMargin="13.2" BottomMargin="17" Guides="0,1011.54,219.81,92.17,626.29,607.26,701.76,82.72,101.62,44.92,129.97,63.82,35.47,127.64,340.33,423.05,524.67,671.21,716.13,817.75,947.72,1011.58,529.77,47.96,481.81">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="113.39" Guides="0,113.39,70.87,9.45,28.35">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="21.5" RightMargin="13.2" BottomMargin="17" Guides="0,1011.54,219.81,92.17,626.29,82.72,101.62,716.13,671.21,817.75,947.72,35.47,127.64,340.33,423.05,524.67,1011.58,529.77,47.96,481.81">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="113.39" Guides="0,113.39,70.87">
|
||||
<TableObject Name="Table1" Width="1011.54" Height="113.39" Border.Lines="Right, Top">
|
||||
<TableColumn Name="Column1" Width="35.47"/>
|
||||
<TableColumn Name="Column2" Width="92.17"/>
|
||||
|
|
@ -100,17 +100,15 @@ namespace FastReport
|
|||
<TableCell Name="Cell1" Border.Lines="All" BeforePrintEvent="Cell1_BeforePrint" Text="SH/T 3503-J132-[h]" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" BeforePrintEvent="Cell4_BeforePrint" Text="材料质量证明文件一览表[header]" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="4">
|
||||
<TextObject Name="Text1" Left="387.45" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Right" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="All" BeforePrintEvent="Cell4_BeforePrint" Text="材料质量证明文件一览表[header]" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="4"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" Text=" [ProjectName]" Padding="2, 8, 2, 1" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Left, Top, Bottom" Text="工程名称:" Padding="2, 8, 2, 1" HorzAlign="Right" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Right, Top, Bottom" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="42.52">
|
||||
<TableCell Name="Cell6" Border.Lines="All" Text="序号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/24/2024 15:29:01" ReportInfo.Modified="03/20/2026 09:09:42" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/24/2024 15:29:01" ReportInfo.Modified="04/22/2026 23:06:10" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFhOYRTSh3GPJRF/zyf7XpDg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFAEh2NkGW7Wd78azHkG7k4A==">
|
||||
<TableDataSource Name="View_Report_Weld_UsingMat" DataType="System.Int32" Enabled="true" TableName="View_Report_Weld_UsingMat">
|
||||
<Column Name="UsingMatId" DataType="System.String"/>
|
||||
<Column Name="ProjectId" DataType="System.String"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/24/2024 10:38:56" ReportInfo.Modified="03/20/2026 09:00:37" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/24/2024 10:38:56" ReportInfo.Modified="04/22/2026 23:05:16" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFjGCGn+DlPNmNWcQMx4Vneg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFItmWF2dDg28ATdyamUqfdg==">
|
||||
<TableDataSource Name="View_Report_UsingMat" DataType="System.Int32" Enabled="true" TableName="View_Report_UsingMat">
|
||||
<Column Name="UsingMatId" DataType="System.String"/>
|
||||
<Column Name="ProjectId" DataType="System.String"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/26/2024 15:04:43" ReportInfo.Modified="03/20/2026 08:58:35" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/26/2024 15:04:43" ReportInfo.Modified="04/22/2026 23:04:05" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -39,7 +39,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFFqRmjLKMqE4jjPdQqxvmMQ==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFjpTGEarsSxENa6kYDYyuhA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="HJGL_BakeRecords" Enabled="true" TableName="Data">
|
||||
<Column Name="BakeDateMonth" DataType="System.String"/>
|
||||
<Column Name="BakeDateDay" DataType="System.String" PropName="Column"/>
|
||||
|
|
@ -65,8 +65,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.67,330.2,33.91,100.06,52.81,710.9901,708.2,802.7,43.36,78.32,77.27,177.33,277.39,383.01,435.82,479.18,590.36,788.26,899.44,933.35,547,633.72,856.08,513.09,667.6299,744.9,822.17,9.45,1001.7,708.75,1011.51,43.38,77.31,177.39,277.47,383.13,52.83,435.96,479.34,513.27,547.2,590.58,633.96,667.89,711.27,745.2,788.58,821.93,855.86,899.24,933.17,1011.63,515.05,33.89,100.04,52.79,62.24,71.69,3.84,43.34,63.18">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="205.81" Guides="56.7,205.81,0,78.25,9.45,28.35,101.87,23.62,149.11,125.49,37.8">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.67,330.2,33.91,100.06,52.81,729.89,81.16,43.36,822.17,744.9,778.81,788.26,812.72,856.08,899.44,933.35,77.27,177.33,277.39,383.01,464.17,507.53,618.71,797.71,575.35,662.07,78.32,541.44,695.98,763.8,9.45,1001.7,708.75,1011.51,43.38,77.31,177.39,277.47,383.13,52.83,464.31,507.69,541.62,575.55,618.93,662.31,696.24,730.17,764.1,798.03,821.9301,855.86,899.24,933.17,1011.63,515.05,33.89,100.04,52.79,62.24,71.69,3.84,43.34,63.18">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="205.81" Guides="56.7,205.81,0,78.25,101.87,23.62,149.11,125.49,28.35,37.8">
|
||||
<TableObject Name="Table1" Top="56.7" Width="1011.67" Height="149.11">
|
||||
<TableColumn Name="Column1" Width="43.36"/>
|
||||
<TableColumn Name="Column2" Width="33.91"/>
|
||||
|
|
@ -74,17 +74,17 @@ namespace FastReport
|
|||
<TableColumn Name="Column4" Width="100.06"/>
|
||||
<TableColumn Name="Column5" Width="52.81"/>
|
||||
<TableColumn Name="Column6" Width="52.81"/>
|
||||
<TableColumn Name="Column7" Width="52.81"/>
|
||||
<TableColumn Name="Column7" Width="81.16"/>
|
||||
<TableColumn Name="Column8" Width="43.36"/>
|
||||
<TableColumn Name="Column9" Width="33.91"/>
|
||||
<TableColumn Name="Column10" Width="33.91"/>
|
||||
<TableColumn Name="Column11" Width="43.36"/>
|
||||
<TableColumn Name="Column12" Width="43.36"/>
|
||||
<TableColumn Name="Column13" Width="33.91"/>
|
||||
<TableColumn Name="Column14" Width="43.36"/>
|
||||
<TableColumn Name="Column14" Width="33.91"/>
|
||||
<TableColumn Name="Column15" Width="33.91"/>
|
||||
<TableColumn Name="Column16" Width="43.36"/>
|
||||
<TableColumn Name="Column17" Width="33.91"/>
|
||||
<TableColumn Name="Column16" Width="33.91"/>
|
||||
<TableColumn Name="Column17" Width="24.46"/>
|
||||
<TableColumn Name="Column18" Width="33.91"/>
|
||||
<TableColumn Name="Column19" Width="43.36"/>
|
||||
<TableColumn Name="Column20" Width="33.91"/>
|
||||
|
|
@ -95,9 +95,7 @@ namespace FastReport
|
|||
<TableCell Name="Cell3" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All" HorzAlign="Center" VertAlign="Center"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Text="焊条烘烤记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="9">
|
||||
<TextObject Name="Text3" Left="378" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Text="焊条烘烤记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="9"/>
|
||||
<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"/>
|
||||
|
|
@ -106,10 +104,10 @@ namespace FastReport
|
|||
<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" Text=" [ProjectName]" Padding="10, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="7"/>
|
||||
<TableCell Name="Cell36" Border.Lines="All" HorzAlign="Right" VertAlign="Center" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="Left, Top, Bottom" Text="工程名称:" Padding="10, 10, 2, 1" Font="宋体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell36" Border.Lines="All" HorzAlign="Right" VertAlign="Center"/>
|
||||
<TableCell Name="Cell37" Border.Lines="Right, Top, Bottom" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell38" Border.Lines="Right, Top, Bottom" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell38" Border.Lines="Right, Top, Bottom" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="4"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell86" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
|
|
@ -195,17 +193,17 @@ namespace FastReport
|
|||
<TableColumn Name="Column25" Width="100.08"/>
|
||||
<TableColumn Name="Column26" Width="52.83"/>
|
||||
<TableColumn Name="Column27" Width="52.83"/>
|
||||
<TableColumn Name="Column28" Width="52.83"/>
|
||||
<TableColumn Name="Column28" Width="81.18"/>
|
||||
<TableColumn Name="Column29" Width="43.38"/>
|
||||
<TableColumn Name="Column30" Width="33.93"/>
|
||||
<TableColumn Name="Column31" Width="33.93"/>
|
||||
<TableColumn Name="Column32" Width="43.38"/>
|
||||
<TableColumn Name="Column33" Width="43.38"/>
|
||||
<TableColumn Name="Column34" Width="33.93"/>
|
||||
<TableColumn Name="Column35" Width="43.38"/>
|
||||
<TableColumn Name="Column35" Width="33.93"/>
|
||||
<TableColumn Name="Column36" Width="33.93"/>
|
||||
<TableColumn Name="Column37" Width="43.38"/>
|
||||
<TableColumn Name="Column38" Width="33.35"/>
|
||||
<TableColumn Name="Column37" Width="33.93"/>
|
||||
<TableColumn Name="Column38" Width="23.9"/>
|
||||
<TableColumn Name="Column39" Width="33.93"/>
|
||||
<TableColumn Name="Column40" Width="43.38"/>
|
||||
<TableColumn Name="Column41" Width="33.93"/>
|
||||
|
|
@ -244,17 +242,17 @@ namespace FastReport
|
|||
<TableColumn Name="Column46" Width="100.06"/>
|
||||
<TableColumn Name="Column47" Width="52.81"/>
|
||||
<TableColumn Name="Column48" Width="52.81"/>
|
||||
<TableColumn Name="Column49" Width="52.81"/>
|
||||
<TableColumn Name="Column49" Width="81.16"/>
|
||||
<TableColumn Name="Column50" Width="43.36"/>
|
||||
<TableColumn Name="Column51" Width="33.91"/>
|
||||
<TableColumn Name="Column52" Width="33.91"/>
|
||||
<TableColumn Name="Column53" Width="43.36"/>
|
||||
<TableColumn Name="Column54" Width="43.36"/>
|
||||
<TableColumn Name="Column55" Width="33.91"/>
|
||||
<TableColumn Name="Column56" Width="43.36"/>
|
||||
<TableColumn Name="Column56" Width="33.91"/>
|
||||
<TableColumn Name="Column57" Width="33.91"/>
|
||||
<TableColumn Name="Column58" Width="43.36"/>
|
||||
<TableColumn Name="Column59" Width="33.91"/>
|
||||
<TableColumn Name="Column58" Width="33.91"/>
|
||||
<TableColumn Name="Column59" Width="24.46"/>
|
||||
<TableColumn Name="Column60" Width="33.91"/>
|
||||
<TableColumn Name="Column61" Width="43.36"/>
|
||||
<TableColumn Name="Column62" Width="33.91"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/22/2025 14:15:28" ReportInfo.Modified="03/19/2026 09:40:47" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="12/22/2025 14:15:28" ReportInfo.Modified="04/22/2026 16:42:54" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFY7wn1fSXeIbI2K/cECDw0A==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFtUIxFNKm2jviWjofgJksTw==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="MaintenanceCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ConUnit" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 14:57:52" ReportInfo.Modified="03/19/2026 17:14:15" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 14:57:52" ReportInfo.Modified="04/22/2026 22:58:11" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFqs+Dl77PSW86i8Uisph2QA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFItmWF2dDg28ATdyamUqfdg==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Name" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ContractNo" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -62,8 +62,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.6,198.54,40.98,768.9,116.58,88.23,78.78,863.4,12.63,69.33,50.43,888.66,157.56,248.97,365.55,453.78,570.36,611.34,901.29,942.27,690.12,847.6801,1011.61,529.79,47.97">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="156.68" Guides="0,156.68,99.98,62.18,9.45,28.35,37.8,128.33">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.6,198.54,40.98,768.9,116.58,88.23,78.78,857.13,888.66,901.29,942.27,50.43,31.53,69.33,157.56,248.97,365.55,453.78,570.36,611.34,12.63,690.12,847.6801,1011.61,529.79,47.97">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="156.68" Guides="0,156.68,99.98,62.18,37.8,128.33,28.35">
|
||||
<TableObject Name="Table1" Width="1011.6" Height="156.68">
|
||||
<TableColumn Name="Column1" Width="116.58"/>
|
||||
<TableColumn Name="Column2" Width="40.98"/>
|
||||
|
|
@ -75,8 +75,8 @@ namespace FastReport
|
|||
<TableColumn Name="Column8" Width="40.98"/>
|
||||
<TableColumn Name="Column9" Width="78.78"/>
|
||||
<TableColumn Name="Column10" Width="78.78"/>
|
||||
<TableColumn Name="Column11" Width="78.78"/>
|
||||
<TableColumn Name="Column12" Width="40.98"/>
|
||||
<TableColumn Name="Column11" Width="88.23"/>
|
||||
<TableColumn Name="Column12" Width="31.53"/>
|
||||
<TableColumn Name="Column13" Width="12.63"/>
|
||||
<TableColumn Name="Column14" Width="40.98"/>
|
||||
<TableColumn Name="Column15" Width="69.33"/>
|
||||
|
|
@ -91,13 +91,11 @@ namespace FastReport
|
|||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="5">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell32" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="4"/>
|
||||
<TableCell Name="Cell33" Border.Lines="Right, Top, Bottom" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="Right, Top, Bottom" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="Right, Top, Bottom" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="37.8">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/15/2026 09:31:42" ReportInfo.Modified="03/19/2026 15:18:01" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/15/2026 09:31:42" ReportInfo.Modified="04/22/2026 22:27: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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFeaP29vr9JdxsC2CcC/8lgw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFvm/IyIaJXoBll0nT9+Dp7A==">
|
||||
<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="SystemName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -63,21 +63,19 @@ namespace FastReport
|
|||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,157.63,409.76,504.26,25.33,119.83,252.13,526.57,646.38,92.34,341.01,120.69,26.19,442.8,101.79,194.13,314.82,544.59,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="321.3" Guides="0,113.41,80.33,9.45,28.35,33.08,113.4,321.3,29.7,59.4,89.10001,118.8,148.5,178.2,207.9">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,157.63,409.76,491.79,526.57,252.13,34.78,646.38,92.34,341.01,120.69,26.19,442.8,101.79,194.13,314.82,544.59,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="321.3" Guides="0,113.41,80.33,33.08,113.4,321.3,29.7,59.4,89.10001,118.8,148.5,178.2,207.9">
|
||||
<TableObject Name="Table1" Width="646.4" Height="113.41">
|
||||
<TableColumn Name="Column1" Width="157.63"/>
|
||||
<TableColumn Name="Column2" Width="252.13"/>
|
||||
<TableColumn Name="Column3" Width="91.48"/>
|
||||
<TableColumn Name="Column4" Width="25.33"/>
|
||||
<TableColumn Name="Column3" Width="82.03"/>
|
||||
<TableColumn Name="Column4" Width="34.78"/>
|
||||
<TableColumn Name="Column5" Width="119.83"/>
|
||||
<TableRow Name="Row1" Height="80.33">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J408" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="管道吹扫/清洗检验记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [MainData.ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Text="[MainData.ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="33.08">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/23/2026 11:23:53" ReportInfo.Modified="02/24/2026 10:16:15" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/23/2026 11:23:53" ReportInfo.Modified="04/22/2026 22:34:36" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="ProfessionalEngineering" DataType="System.String"/>
|
||||
|
|
@ -7,25 +7,23 @@
|
|||
<Parameter Name="InspectionItems" DataType="System.String"/>
|
||||
<Parameter Name="InspectionResults" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,165.78,73.44,407.16,149.04,492.21,26.19,120.69,92.34,525.69,258.12,323.19,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="141.75" Guides="0,141.75,107.1,72.45,9.45,28.35,34.65">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,165.78,73.44,407.16,149.04,490.05,525.69,92.34,35.64,258.12,120.69,323.19,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="141.75" Guides="0,141.75,107.1,72.45,34.65">
|
||||
<TableObject Name="Table1" Width="646.38" Height="141.75">
|
||||
<TableColumn Name="Column1" Width="92.34"/>
|
||||
<TableColumn Name="Column2" Width="73.44"/>
|
||||
<TableColumn Name="Column3" Width="92.34"/>
|
||||
<TableColumn Name="Column4" Width="149.04"/>
|
||||
<TableColumn Name="Column5" Width="92.34"/>
|
||||
<TableColumn Name="Column6" Width="26.19"/>
|
||||
<TableColumn Name="Column5" Width="82.89"/>
|
||||
<TableColumn Name="Column6" Width="35.64"/>
|
||||
<TableColumn Name="Column7" Width="120.69"/>
|
||||
<TableRow Name="Row1" Height="72.45">
|
||||
<TableCell Name="Cell1" Border.Lines="Left, Right, Top" Text="SH/T 3503—J133" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Right, Top" Text="管道安装检查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" HorzAlign="Center" Font="楷体, 10.5pt" ColSpan="3">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell26" Border.Lines="Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Top" Text="工程名称:" Padding="2, 9, 2, 1" HorzAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="34.65">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/20/2025 10:51:50" ReportInfo.Modified="03/31/2026 10:12:33" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/20/2025 10:51:50" ReportInfo.Modified="04/22/2026 22:22:55" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFPsSFUErYIIj6hQ4QQC3Ftw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF+jEvKxLL874QPxeZpe4mMg==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="IsoNo" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="NDTR_Name" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -67,21 +67,19 @@ namespace FastReport
|
|||
<Parameter Name="acceptanceCriteria" DataType="System.String"/>
|
||||
<Parameter Name="testingStandard" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.15,330.75,661.5,756,18.9,236.25,774.9,1011.2,68.3,195.45,58.85,294.25,49.4,503.45,30.5,39.95,602.25,771.5,851.4,136.6,244.85,642.2,971.25,343.65,374.15,423.55,463.5,552.85,691.6,731.55,811.45,891.35,931.3,337.05,674.1">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="185.22" Guides="0,94.53,61.44,9.45,28.35,33.09,94.5,185.22,34.02,90.72,62.37">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.15,330.75,661.5,746.55,774.9,28.35,1011.2,68.3,195.45,58.85,294.25,49.4,503.45,30.5,39.95,602.25,771.5,851.4,136.6,244.85,642.2,971.25,343.65,374.15,423.55,463.5,552.85,691.6,731.55,811.45,891.35,931.3,337.05,674.1">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="185.22" Guides="0,94.53,61.44,33.09,94.5,185.22,34.02,90.72,28.35,62.37">
|
||||
<TableObject Name="Table1" Width="1011.15" Height="94.53">
|
||||
<TableColumn Name="Column1" Width="330.75"/>
|
||||
<TableColumn Name="Column2" Width="330.75"/>
|
||||
<TableColumn Name="Column3" Width="94.5"/>
|
||||
<TableColumn Name="Column4" Width="18.9"/>
|
||||
<TableColumn Name="Column3" Width="85.05"/>
|
||||
<TableColumn Name="Column4" Width="28.35"/>
|
||||
<TableColumn Name="Column5" Width="236.25"/>
|
||||
<TableRow Name="Row1" Height="61.44">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J413-1" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Left, Right, Top" Text="管道无损检测数量统计表" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [projectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell9" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell9" Border.Lines="Right, Top" Text="[projectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell11" Border.Lines="Right"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="33.09">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/09/2025 16:09:34" ReportInfo.Modified="03/31/2026 10:11:07" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/09/2025 16:09:34" ReportInfo.Modified="04/22/2026 23:17:13" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -113,25 +113,26 @@ namespace FastReport
|
|||
<Parameter Name="PTNoPassDW" DataType="System.String"/>
|
||||
<Parameter Name="isoIds" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.56,266.28,608.17,606.48,691.53,285.18,726.38,1011.6,126.45,271.8,379.35,515.25,641.7,824.85,922.95,117,87.2,549.4,115.55,202.75,318.3,433.85,664.95,780.5,896.05,101.41,174.47,256.98,330.04,412.55,561.21,643.72,782.93,855.99,938.5,1011.57,337.19,674.38">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="84.48" Guides="0,84.48,56.13,9.45,28.35">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1011.56,266.28,608.17,698.03,726.38,1011.6,126.45,271.8,379.35,515.25,641.7,824.85,922.95,117,87.2,549.4,115.55,202.75,318.3,433.85,664.95,780.5,896.05,101.41,174.47,256.98,330.04,412.55,561.21,643.72,782.93,855.99,938.5,1011.57,337.19,674.38">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="84.48" Guides="0,84.48,56.13,28.35">
|
||||
<TableObject Name="Table1" Width="1011.56" Height="84.48">
|
||||
<TableColumn Name="Column1" Width="266.28"/>
|
||||
<TableColumn Name="Column2" Width="341.89"/>
|
||||
<TableColumn Name="Column107" Width="118.21"/>
|
||||
<TableColumn Name="Column107" Width="89.86"/>
|
||||
<TableColumn Name="Column108" Width="28.35"/>
|
||||
<TableColumn Name="Column3" Width="285.18"/>
|
||||
<TableRow Name="Row1" Height="56.13">
|
||||
<TableCell Name="Cell1" Border.Lines="All" BeforePrintEvent="Cell1_BeforePrint" Text="SH/T 3503-J412-[s]" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Left, Right, Top" BeforePrintEvent="Cell2_BeforePrint" Text="管道无损检测结果汇总表[header]" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold">
|
||||
<TextObject Name="Text1" Left="340.2" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell329" Border.Lines="Right, Top" Text=" [ProjectName]" Padding="10, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Left, Right, Top" BeforePrintEvent="Cell2_BeforePrint" Text="管道无损检测结果汇总表[header]" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold"/>
|
||||
<TableCell Name="Cell329" Border.Lines="Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell331" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.35">
|
||||
<TableCell Name="Cell6" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell7" Border.Lines="Left, Right, Bottom" Text="第[Page#]共[TotalPages#]页" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell330" Border.Lines="Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell330" Border.Lines="Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell332"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 16:57:11" ReportInfo.Modified="03/20/2026 08:49:36" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 16:57:11" ReportInfo.Modified="04/22/2026 23:00:09" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFGCZuiNTXrd4153yusxYb8g==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFbjvfqDT1H+9UGW5LXCapGg==">
|
||||
<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="STE_Code" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -56,25 +56,26 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.37,123.79,408.24,407.29,492.34,114.34,284.45,532.03,646.41,89.07,206.49,323.91,394.08,464.25,515.52,585.69,646.38,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="98.29" Guides="0,98.29,9.45,28.35,65.21,33.08">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.37,123.79,408.24,494.23,522.58,284.45,646.41,89.07,206.49,323.91,394.08,464.25,515.52,585.69,646.38,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="98.29" Guides="0,98.29,65.21,33.08">
|
||||
<TableObject Name="Table1" Width="646.37" Height="98.29" Border.Lines="Left, Right">
|
||||
<TableColumn Name="Column1" Width="123.79"/>
|
||||
<TableColumn Name="Column2" Width="284.45"/>
|
||||
<TableColumn Name="Column3" Width="123.79"/>
|
||||
<TableColumn Name="Column4" Width="114.34"/>
|
||||
<TableColumn Name="Column3" Width="85.99"/>
|
||||
<TableColumn Name="Column31" Width="28.35"/>
|
||||
<TableColumn Name="Column4" Width="123.79"/>
|
||||
<TableRow Name="Row1" Height="65.21">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543—G410" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="管道材料材质标识检查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="283.5" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="管道材料材质标识检查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell71" Border.Lines="Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="33.08">
|
||||
<TableCell Name="Cell6" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell72"/>
|
||||
<TableCell Name="Cell9" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 14:22:21" ReportInfo.Modified="03/19/2026 14:37:09" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/20/2024 14:22:21" ReportInfo.Modified="04/22/2026 22:17:15" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF3gOCTWHIbofiM93+8NfrAw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFmIwpO4/ohqFa2/w7HXWdtQ==">
|
||||
<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"/>
|
||||
|
|
@ -68,8 +68,8 @@ namespace FastReport
|
|||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16" Guides="0,646.36,140.26,1.24,50.61,431.11,69.51,60.06,78.96,22.26,525.61,31.71,27.93,41.16,44.94,88.41,560.26,200.32,269.83,532.33,89.65,329.89,408.85,500.62,601.42,646.39,95.45,294.85,371.4,199.4">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="284.35" Guides="0,284.35,113.1,24.8,77.95,9.45,28.35,53.15,35.15,156.8,43.7,191.05,34.25,225.3,259.55">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16" Guides="0,646.36,140.26,1.24,50.61,421.66,69.51,60.06,78.96,12.81,513.43,500.62,522.88,541.36,582.52,88.41,431.11,22.26,27.93,63.84,200.32,269.83,41.16,89.65,329.89,408.85,491.17,601.42,646.39,95.45,294.85,371.4,199.4">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="284.35" Guides="0,284.35,113.1,24.8,77.95,53.15,35.15,156.8,43.7,191.05,34.25,225.3,259.55">
|
||||
<TableObject Name="Table1" Width="646.36" Height="284.35">
|
||||
<TableColumn Name="Column1" Width="88.41"/>
|
||||
<TableColumn Name="Column2" Width="1.24"/>
|
||||
|
|
@ -78,12 +78,12 @@ namespace FastReport
|
|||
<TableColumn Name="Column5" Width="69.51"/>
|
||||
<TableColumn Name="Column6" Width="60.06"/>
|
||||
<TableColumn Name="Column7" Width="78.96"/>
|
||||
<TableColumn Name="Column8" Width="22.26"/>
|
||||
<TableColumn Name="Column8" Width="12.81"/>
|
||||
<TableColumn Name="Column9" Width="69.51"/>
|
||||
<TableColumn Name="Column10" Width="31.71"/>
|
||||
<TableColumn Name="Column10" Width="22.26"/>
|
||||
<TableColumn Name="Column13" Width="27.93"/>
|
||||
<TableColumn Name="Column11" Width="41.16"/>
|
||||
<TableColumn Name="Column12" Width="44.94"/>
|
||||
<TableColumn Name="Column12" Width="63.84"/>
|
||||
<TableRow Name="Row1" Height="24.8">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543—G414" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="3"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
|
@ -93,13 +93,11 @@ namespace FastReport
|
|||
<TableCell Name="Cell26" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Right, Top" Text=" [MainData.ProjectName]" Padding="10, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="5" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Top" Text="工程名称:" Padding="10, 10, 2, 1" Font="宋体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell97" Border.Lines="Right, Top" Text="[MainData.ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="53.15">
|
||||
<TableCell Name="Cell6" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
|
@ -110,11 +108,11 @@ namespace FastReport
|
|||
<TableCell Name="Cell33" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell36" Border.Lines="Left, Right" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell37" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell38" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell98" Border.Lines="Right, Top" Font="楷体, 9pt"/>
|
||||
<TableCell Name="Cell38" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="35.15">
|
||||
<TableCell Name="Cell11" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/19/2024 10:28:42" ReportInfo.Modified="03/19/2026 11:29:13" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/19/2024 10:28:42" ReportInfo.Modified="04/22/2026 23:14:16" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFhUxnGC1sAisHMH7dtOnnZg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFRLE3fVb1N0D74ri9q0f0Mg==">
|
||||
<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"/>
|
||||
|
|
@ -66,8 +66,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.39,231,49.35,741.3099,115.5,93.46,87.15,39.9,835.81,53.88,58.8,181.65,863.44,318.15,433.65,527.11,614.26,701.41,809.56,68.25,922.24,1009.21,336.99,673.98">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="135.32" Guides="0,135.32,97.52,67.28,9.45,28.35,30.24,37.8">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.39,231,49.35,722.41,115.5,93.46,87.15,21,809.56,181.65,835.09,25.53,318.15,433.65,527.11,614.26,701.41,922.24,68.25,58.8,1009.21,336.99,673.98">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="135.32" Guides="0,135.32,97.52,67.28,30.24,37.8">
|
||||
<TableObject Name="Table1" Width="1009.39" Height="135.32" Border.Lines="Right">
|
||||
<TableColumn Name="Column1" Width="181.65"/>
|
||||
<TableColumn Name="Column2" Width="49.35"/>
|
||||
|
|
@ -76,10 +76,10 @@ namespace FastReport
|
|||
<TableColumn Name="Column5" Width="93.46"/>
|
||||
<TableColumn Name="Column6" Width="87.15"/>
|
||||
<TableColumn Name="Column7" Width="87.15"/>
|
||||
<TableColumn Name="Column8" Width="39.9"/>
|
||||
<TableColumn Name="Column9" Width="68.25"/>
|
||||
<TableColumn Name="Column10" Width="53.88"/>
|
||||
<TableColumn Name="Column11" Width="58.8"/>
|
||||
<TableColumn Name="Column8" Width="21"/>
|
||||
<TableColumn Name="Column9" Width="87.15"/>
|
||||
<TableColumn Name="Column10" Width="25.53"/>
|
||||
<TableColumn Name="Column11" Width="87.15"/>
|
||||
<TableColumn Name="Column12" Width="87.15"/>
|
||||
<TableRow Name="Row1" Height="67.28">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503-J415-1" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
|
|
@ -90,10 +90,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell26" Border.Lines="All"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="4">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell30" Border.Lines="Left, Top" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="Top" Text="[ProjectName]" Padding="2, 12, 2, 1" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell31" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="Right, Top" Font="楷体, 9pt"/>
|
||||
</TableRow>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/23/2024 15:00:41" ReportInfo.Modified="03/19/2026 14:29:14" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/23/2024 15:00:41" ReportInfo.Modified="04/22/2026 17:10:08" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFItmWF2dDg28ATdyamUqfdg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFJTHQ3I4kVchEgR34pxsjiQ==">
|
||||
<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,8 +64,8 @@ namespace FastReport
|
|||
<Parameter Name="NDTRName" DataType="System.String"/>
|
||||
<Parameter Name="NDTType" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.7,246.65,97.1,59.3,49.85,746.8,68.75,40.4,78.2,87.65,841.3,66.1,872.2,137.5,343.75,452.9,659.15,812.9,950.4,196.8,521.65,580.95,1009.72,112.62,490.69,622.2">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="179.55" Guides="0,179.55,94.5,18.9,66.15,9.45,28.35,47.25,122.85,151.2">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.7,246.65,97.1,59.3,49.85,746.8,68.75,40.4,78.2,87.65,834.4,812.9,872.2,950.4,21.5,137.5,343.75,452.9,659.15,37.8,196.8,521.65,580.95,66.1,1009.72,112.62,490.69,622.2">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="179.55" Guides="0,179.55,94.5,18.9,66.15,47.25,28.35,122.85,151.2">
|
||||
<TableObject Name="Table1" Width="1009.7" Height="179.55">
|
||||
<TableColumn Name="Column1" Width="40.4"/>
|
||||
<TableColumn Name="Column2" Width="97.1"/>
|
||||
|
|
@ -79,7 +79,8 @@ namespace FastReport
|
|||
<TableColumn Name="Column10" Width="78.2"/>
|
||||
<TableColumn Name="Column11" Width="87.65"/>
|
||||
<TableColumn Name="Column12" Width="66.1"/>
|
||||
<TableColumn Name="Column13" Width="59.3"/>
|
||||
<TableColumn Name="Column13" Width="21.5"/>
|
||||
<TableColumn Name="Column50" Width="37.8"/>
|
||||
<TableColumn Name="Column14" Width="78.2"/>
|
||||
<TableColumn Name="Column15" Width="59.3"/>
|
||||
<TableRow Name="Row1">
|
||||
|
|
@ -94,10 +95,9 @@ namespace FastReport
|
|||
<TableCell Name="Cell29" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="4" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell32" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell33" Border.Lines="Left, Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell215" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell34" Border.Lines="Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="Right, Top" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
@ -113,8 +113,9 @@ namespace FastReport
|
|||
<TableCell Name="Cell92" Border.Lines="All"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All"/>
|
||||
<TableCell Name="Cell94" Border.Lines="All"/>
|
||||
<TableCell Name="Cell95" Border.Lines="Left, Right" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell95" Border.Lines="Left, Right" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All"/>
|
||||
<TableCell Name="Cell216"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All"/>
|
||||
</TableRow>
|
||||
|
|
@ -130,8 +131,9 @@ namespace FastReport
|
|||
<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="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell44" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell45" Border.Lines="Left, Right, Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell217"/>
|
||||
<TableCell Name="Cell46" Border.Lines="Right, Bottom" Text="管道" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell47" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
@ -148,7 +150,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell54" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell55" Border.Lines="All" Text="报检数量" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell56" Border.Lines="All" Text="[InspectionCount]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell57" Border.Lines="All" Text="检测比例" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell57" Border.Lines="All" Text="检测比例" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell218"/>
|
||||
<TableCell Name="Cell58" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell59" Border.Lines="All" Text="[NDTRName]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
@ -165,7 +168,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell66" Border.Lines="All" Text="焊接方法" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell67" Border.Lines="All" Text="焊材牌号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" Text="实际预热温度 ℃" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" Text="焊缝外观检查" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" Text="焊缝外观检查" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell219"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell71" Border.Lines="All" Text="合格" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
@ -182,7 +186,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell78" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell80" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" Text="□合格" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" Text="□合格" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell220"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" Text="□不合格" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell83" Border.Lines="All" Text="备注" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/29/2026 09:44:46" ReportInfo.Modified="02/13/2026 13:20:25" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/29/2026 09:44:46" ReportInfo.Modified="04/22/2026 22:25:26" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="SystemName" DataType="System.String"/>
|
||||
|
|
@ -18,23 +18,23 @@
|
|||
<Parameter Name="CheckItem12" DataType="System.String"/>
|
||||
<Parameter Name="Remark" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,69.93,402.57,395.01,489.51,107.73,126.63,88.83,136.08,519.75,294.84,402.56,16.99,243.82,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="125.12" Guides="0,125.12,87.32,58.97,9.45,28.35,37.8">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,69.93,402.57,107.73,491.4,519.75,88.83,136.08,294.84,28.35,126.63,402.56,16.99,243.82,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="125.12" Guides="0,125.12,87.32,58.97,28.35,37.8">
|
||||
<TableObject Name="Table1" Width="646.38" Height="125.12">
|
||||
<TableColumn Name="Column1" Width="88.83"/>
|
||||
<TableColumn Name="Column2" Width="69.93"/>
|
||||
<TableColumn Name="Column3" Width="136.08"/>
|
||||
<TableColumn Name="Column4" Width="107.73"/>
|
||||
<TableColumn Name="Column5" Width="117.18"/>
|
||||
<TableColumn Name="Column5" Width="88.83"/>
|
||||
<TableColumn Name="Column13" Width="28.35"/>
|
||||
<TableColumn Name="Column6" Width="126.63"/>
|
||||
<TableRow Name="Row1" Height="58.97">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J406-1" 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="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="236.25" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="管道系统压力试验条件确认记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell109" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.35">
|
||||
|
|
@ -42,7 +42,8 @@
|
|||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell110"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="37.8">
|
||||
|
|
@ -50,7 +51,8 @@
|
|||
<TableCell Name="Cell12" Border.Lines="All" Text="[SystemName]" 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="[SystemCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Text="[SystemCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell111"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/29/2026 10:23:50" ReportInfo.Modified="03/19/2026 15:16:17" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/29/2026 10:23:50" ReportInfo.Modified="04/22/2026 23:42:24" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFJ9mY3Ym/G+EYJkT6xZADHA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFg1qRjSswFxgpEVsc1cd7Ug==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="PipelineNo" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="DesignPressure" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -60,23 +60,23 @@ namespace FastReport
|
|||
<Parameter Name="TestConclusion" DataType="System.String"/>
|
||||
<Parameter Name="Remark" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.39,158.72,51.01,402.58,394.97,489.47,107.71,126.65,136.15,519.74,294.87,646.38,73.71,130.41,204.12,277.83,351.54,425.25,498.96,572.67,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,132.3,94.5,66.15,9.45,28.35,37.8">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.39,158.72,51.01,393.13,98.26,481.94,136.1,107.71,136.15,510.29,28.35,294.87,646.38,73.71,130.41,204.12,277.83,351.54,425.25,498.96,572.67,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,132.3,94.5,66.15,28.35,37.8">
|
||||
<TableObject Name="Table1" Width="646.39" Height="132.3">
|
||||
<TableColumn Name="Column1" Width="107.71"/>
|
||||
<TableColumn Name="Column2" Width="51.01"/>
|
||||
<TableColumn Name="Column3" Width="136.15"/>
|
||||
<TableColumn Name="Column4" Width="107.71"/>
|
||||
<TableColumn Name="Column5" Width="117.16"/>
|
||||
<TableColumn Name="Column6" Width="126.65"/>
|
||||
<TableColumn Name="Column4" Width="98.26"/>
|
||||
<TableColumn Name="Column5" Width="88.81"/>
|
||||
<TableColumn Name="Column34" Width="28.35"/>
|
||||
<TableColumn Name="Column6" Width="136.1"/>
|
||||
<TableRow Name="Row1" Height="66.15">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J406-2" 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="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="236.25" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Text="管道系统压力试验记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell113" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.35">
|
||||
|
|
@ -84,7 +84,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell114"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="37.8">
|
||||
|
|
@ -92,7 +93,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell12" Border.Lines="All" Text="[SystemName]" 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="[SystemCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Text="[SystemCode]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell115"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/14/2026 10:49:53" ReportInfo.Modified="03/19/2026 15:56:12" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/14/2026 10:49:53" ReportInfo.Modified="04/22/2026 23:25:14" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFXLKJ1jNbCuhAR+28+pWB0g==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFvE0ec1GIZ+LMHVDEVbrh4w==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="PipelineCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ConnectionType" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -58,21 +58,19 @@ namespace FastReport
|
|||
<Parameter Name="CompileMan" DataType="System.String"/>
|
||||
<Parameter Name="CompileDate" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,139.11,379.9,474.4,30.62,146.29,240.79,500.11,137.5,432.35,71.35,218.3,361,503.7,575.05,80.8,289.65,646.38,202.86,424.62">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="179.55" Guides="0,103.96,70.88,9.45,28.35,33.08,103.95,179.55,75.60001,25.2,50.4">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,139.11,379.9,469.49,490.66,240.79,21.17,137.5,432.35,71.35,218.3,361,503.7,575.05,80.8,289.65,646.38,202.86,424.62">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="179.55" Guides="0,103.96,70.88,33.08,103.95,179.55,75.60001,25.2,50.4">
|
||||
<TableObject Name="Table1" Width="646.4" Height="103.96">
|
||||
<TableColumn Name="Column1" Width="139.11"/>
|
||||
<TableColumn Name="Column2" Width="240.79"/>
|
||||
<TableColumn Name="Column3" Width="89.59"/>
|
||||
<TableColumn Name="Column4" Width="30.62"/>
|
||||
<TableColumn Name="Column5" Width="146.29"/>
|
||||
<TableColumn Name="Column4" Width="21.17"/>
|
||||
<TableColumn Name="Column5" Width="155.74"/>
|
||||
<TableRow Name="Row1" Height="70.88">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J416" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="管道静电接地测试记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="3">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Right, Top" Text="[ProjectName]" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="33.08">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 10:56:09" ReportInfo.Modified="03/19/2026 15:20:33" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 10:56:09" ReportInfo.Modified="04/22/2026 22:32:47" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFphVRUl/OTJRuP8hwxDMs0Q==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFmtiTqaNviKGTjeF1HryOxA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="DrawingNumber" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ProfessionalEngineering" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -10,31 +10,32 @@
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,69.93,402.57,395.01,489.51,107.73,126.63,88.83,136.08,519.75,294.84,117.18,215.46,430.92">
|
||||
<DataBand Name="Data1" Width="646.38" Height="924.3" Guides="0,924.3,107.92,70.12,9.45,28.35,37.8,145.71,278.59,500">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,69.93,402.57,107.73,491.4,519.75,88.83,136.08,294.84,28.35,126.63,215.46,430.92">
|
||||
<DataBand Name="Data1" Width="646.38" Height="924.3" Guides="0,924.3,107.92,70.12,37.8,145.71,278.59,500">
|
||||
<TableObject Name="Table1" Width="646.38" Height="924.3" Border.Lines="All">
|
||||
<TableColumn Name="Column10" Width="88.83"/>
|
||||
<TableColumn Name="Column11" Width="69.93"/>
|
||||
<TableColumn Name="Column12" Width="136.08"/>
|
||||
<TableColumn Name="Column13" Width="107.73"/>
|
||||
<TableColumn Name="Column14" Width="117.18"/>
|
||||
<TableColumn Name="Column14" Width="88.83"/>
|
||||
<TableColumn Name="Column16" Width="28.35"/>
|
||||
<TableColumn Name="Column15" Width="126.63"/>
|
||||
<TableRow Name="Row7" Height="70.12">
|
||||
<TableCell Name="Cell38" Border.Lines="All" Text="SH/T 3543—G122" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" Text="管道预制施工检查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="236.25" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell40" Border.Lines="All" Text="管道预制施工检查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell41" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell42" Border.Lines="Left, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell63" Border.Lines="Right, Top" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell42" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell73" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell63" Border.Lines="Right, Top" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row11" Height="37.8">
|
||||
<TableCell Name="Cell67" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell68" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell69" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell70" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell71" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell71" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell74"/>
|
||||
<TableCell Name="Cell72" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row8" Height="37.79">
|
||||
|
|
@ -42,15 +43,17 @@
|
|||
<TableCell Name="Cell44" Border.Lines="All" Text="[Data.ProfessionalEngineering]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell45" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell46" Border.Lines="All" Text="施工图号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" Text="[Data.DrawingNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell47" Border.Lines="All" Text="[Data.DrawingNumber]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell75"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row9" Height="278.59">
|
||||
<TableCell Name="Cell48" Border.Lines="All" Text="[Data.InspectionResults]" Font="楷体, 10.5pt" ColSpan="6" RowSpan="2"/>
|
||||
<TableCell Name="Cell48" Border.Lines="All" Text="[Data.InspectionResults]" Font="楷体, 10.5pt" ColSpan="7" RowSpan="2"/>
|
||||
<TableCell Name="Cell49" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell50" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell51" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell52" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell76"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row10" Height="500">
|
||||
|
|
@ -59,6 +62,7 @@
|
|||
<TableCell Name="Cell55" Border.Lines="All"/>
|
||||
<TableCell Name="Cell56" Border.Lines="All"/>
|
||||
<TableCell Name="Cell57" Border.Lines="All"/>
|
||||
<TableCell Name="Cell77"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/08/2026 10:44:38" ReportInfo.Modified="02/24/2026 10:27:08" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/08/2026 10:44:38" ReportInfo.Modified="04/22/2026 22:36:29" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="Professional" DataType="System.String"/>
|
||||
|
|
@ -10,31 +10,33 @@
|
|||
<Parameter Name="Problems" DataType="System.String"/>
|
||||
<Parameter Name="Conclusion" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,156.87,398.79,493.29,128.52,241.92,119.07,517.86,646.39,104.9,275.95,371.4,171.05,95.45,274.99,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="103.95" Guides="0,103.95,72.45,9.45,28.35,22.05,50.4,31.5">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,156.87,398.79,480.06,508.41,241.92,646.39,104.9,275.95,371.4,171.05,95.45,274.99,323.19">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="103.95" Guides="0,103.95,72.45,22.05,50.4,31.5">
|
||||
<TableObject Name="Table1" Width="646.38" Height="103.95">
|
||||
<TableColumn Name="Column1" Width="156.87"/>
|
||||
<TableColumn Name="Column2" Width="241.92"/>
|
||||
<TableColumn Name="Column3" Width="119.07"/>
|
||||
<TableColumn Name="Column4" Width="128.52"/>
|
||||
<TableColumn Name="Column3" Width="81.27"/>
|
||||
<TableColumn Name="Column11" Width="28.35"/>
|
||||
<TableColumn Name="Column4" Width="137.97"/>
|
||||
<TableRow Name="Row1" Height="22.05">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543—G113" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="3"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="质量控制点检查记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="3"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 10, 2, 1" Font="宋体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell60" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="50.4">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell61" Border.Lines="Right, Top"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="31.5">
|
||||
<TableCell Name="Cell11" Border.Lines="All"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All"/>
|
||||
<TableCell Name="Cell13" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell13" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell62"/>
|
||||
<TableCell Name="Cell16" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 10:01:12" ReportInfo.Modified="03/19/2026 16:52:26" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 10:01:12" ReportInfo.Modified="04/22/2026 22:51:31" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFg2RtohdOnh0lP92eRW99cg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFGAuPUX4+1p6Hpm3DKm9KJQ==">
|
||||
<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="Name" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -64,25 +64,26 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.7,272.9,687.55,679.25,773.75,200.45,414.65,809.25,1009.66,40.66,166.37,282.63,351.64,430.1,580.43,730.76,881.09,50.11,959.55,125.71,116.26,69.01,78.46,499.11,539.77,649.44,690.1,790.32,840.43,1009.72,481.19,528.53">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="160.65" Guides="0,94.51,9.45,28.35,61.43,33.08,94.5,160.65,66.15,37.8">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.7,272.9,687.55,771.45,799.8,414.65,1009.66,40.66,166.37,282.63,351.64,430.1,580.43,730.76,881.09,50.11,959.55,125.71,116.26,69.01,78.46,499.11,539.77,649.44,690.1,790.32,840.43,1009.72,481.19,528.53">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="160.65" Guides="0,94.51,61.43,33.08,94.5,160.65,66.15,28.35,37.8">
|
||||
<TableObject Name="Table1" Width="1009.7" Height="94.51" Border.Lines="Left, Right">
|
||||
<TableColumn Name="Column1" Width="272.9"/>
|
||||
<TableColumn Name="Column2" Width="414.65"/>
|
||||
<TableColumn Name="Column3" Width="121.7"/>
|
||||
<TableColumn Name="Column4" Width="200.45"/>
|
||||
<TableColumn Name="Column3" Width="83.9"/>
|
||||
<TableColumn Name="Column56" Width="28.35"/>
|
||||
<TableColumn Name="Column4" Width="209.9"/>
|
||||
<TableRow Name="Row1" Height="61.43">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3543-G406" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="阀门检验试验记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="406.35" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="阀门检验试验记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell115" Border.Lines="Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="33.08">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell116"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 09:28:24" ReportInfo.Modified="03/19/2026 16:43:02" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 09:28:24" ReportInfo.Modified="04/22/2026 22:49:06" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFJTHQ3I4kVchEgR34pxsjiQ==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF20BEg+1+AbiqTbaEg4TyaQ==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Name" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="ModelNumber" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -59,8 +59,8 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.69,332.07,101.24,120.14,734.32,728.97,823.47,63.44,82.34,91.79,72.89,110.69,854.46,211.93,414.41,477.85,560.19,642.53,936.8,1009.71,336.57,673.14">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="122.03" Guides="0,122.03,88.2,63,9.45,28.35,25.2">
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" LeftMargin="16" TopMargin="22" RightMargin="13.2" BottomMargin="17" Guides="0,1009.69,332.07,101.24,120.14,734.32,63.44,82.34,91.79,816.66,854.46,936.8,110.69,72.89,211.93,414.41,477.85,560.19,642.53,1009.71,336.57,673.14">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1012.28" Height="122.03" Guides="0,122.03,88.2,63,25.2">
|
||||
<TableObject Name="Table1" Width="1009.69" Height="122.03">
|
||||
<TableColumn Name="Column1" Width="110.69"/>
|
||||
<TableColumn Name="Column2" Width="101.24"/>
|
||||
|
|
@ -70,21 +70,21 @@ namespace FastReport
|
|||
<TableColumn Name="Column6" Width="82.34"/>
|
||||
<TableColumn Name="Column7" Width="82.34"/>
|
||||
<TableColumn Name="Column8" Width="91.79"/>
|
||||
<TableColumn Name="Column9" Width="120.14"/>
|
||||
<TableColumn Name="Column9" Width="82.34"/>
|
||||
<TableColumn Name="Column37" Width="37.8"/>
|
||||
<TableColumn Name="Column10" Width="82.34"/>
|
||||
<TableColumn Name="Column11" Width="72.89"/>
|
||||
<TableRow Name="Row1" Height="63">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503-J402" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" Text="阀 门 试 验 确 认 表 " HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="5" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="396.9" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="All" Text="阀 门 试 验 确 认 表 " HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="5" RowSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell29" Border.Lines="Left, Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="Right, Top" Text="[ProjectName]" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
@ -97,7 +97,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell32" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="Left, Bottom" Text="单元工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="Left, Bottom" Text="单元工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell112"/>
|
||||
<TableCell Name="Cell36" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell37" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
@ -110,7 +111,8 @@ namespace FastReport
|
|||
<TableCell Name="Cell38" Border.Lines="All" Text="压力试验" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell39" Border.Lines="All" Text="密封试验" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="All" Text="上密封试验" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell41" Border.Lines="All" Text="试验记录自编号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell41" Border.Lines="All" Text="试验记录自编号" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell113"/>
|
||||
<TableCell Name="Cell42" Border.Lines="All" Text="试验结果" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell43" Border.Lines="All" Text="备注" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 15:44:50" ReportInfo.Modified="03/19/2026 15:41:17" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/27/2026 15:44:50" ReportInfo.Modified="04/22/2026 22:40:44" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF9BIAyY5+UaR+KsNHv+fwLw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFmBJsEOuAWnWFcWIIJG77Dw==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Part" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="MaterialName" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -66,23 +66,23 @@ namespace FastReport
|
|||
<Parameter Name="CheckResult7" DataType="System.String"/>
|
||||
<Parameter Name="CheckResult8" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.2" Guides="0,646.35,134.18,79.37,13.22,421.46,408.23,502.73,107.72,41.59,287.28,538.63,120.96,117.17,646.38,529.21,164.48,69.92,177.64,257.01,421.49,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="334.53" Guides="0,334.53,85.05,56.7,9.45,28.35,113.4,213.57,100.17,120.96">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.2" Guides="0,646.35,134.18,79.37,13.22,421.46,510.28,538.63,41.59,287.28,120.96,88.82,28.35,107.72,646.38,529.21,164.48,69.92,177.64,257.01,421.49,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="334.53" Guides="0,334.53,85.05,56.7,28.35,113.4,213.57,100.17,120.96">
|
||||
<TableObject Name="Table1" Width="646.35" Height="334.53" Border.Lines="Left, Right, Bottom">
|
||||
<TableColumn Name="Column1" Width="41.59"/>
|
||||
<TableColumn Name="Column2" Width="79.37"/>
|
||||
<TableColumn Name="Column3" Width="13.22"/>
|
||||
<TableColumn Name="Column4" Width="287.28"/>
|
||||
<TableColumn Name="Column5" Width="117.17"/>
|
||||
<TableColumn Name="Column5" Width="88.82"/>
|
||||
<TableColumn Name="Column28" Width="28.35"/>
|
||||
<TableColumn Name="Column6" Width="107.72"/>
|
||||
<TableRow Name="Row1" Height="56.7">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J118" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" Text="防腐工程质量验收记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="274.05" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All" Text="防腐工程质量验收记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell183" Border.Lines="Top" Text="[ProjectName]" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.35">
|
||||
|
|
@ -90,31 +90,35 @@ namespace FastReport
|
|||
<TableCell Name="Cell7" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell9" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell10" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell184"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row3" Height="28.35">
|
||||
<TableCell Name="Cell11" Border.Lines="All" Text="防腐前表面状态" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell12" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" Text="[AnticorrosionCurrentStatus]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="4"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" Text="[AnticorrosionCurrentStatus]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell14" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell15" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell185"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row4" Height="100.17">
|
||||
<TableCell Name="Cell16" Border.Lines="All" Text="防 腐 部 位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell17" Border.Lines="All" Text="[AnticorrosionPart]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell17" Border.Lines="All" Text="[AnticorrosionPart]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell18" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell19" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell20" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell186"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row5" Height="120.96">
|
||||
<TableCell Name="Cell21" Border.Lines="All" Text="防腐 层结 构及 要求" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" Text="[AnticorrosionRequire]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="5"/>
|
||||
<TableCell Name="Cell22" Border.Lines="All" Text="[AnticorrosionRequire]" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="6"/>
|
||||
<TableCell Name="Cell23" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell187"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
@ -247,7 +251,7 @@ namespace FastReport
|
|||
</TableObject>
|
||||
</ChildBand>
|
||||
</ColumnFooterBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="723.08" Width="646.38" Height="231.82" Guides="0,232.19,74.84,106.31,137.78,169.25,200.72">
|
||||
<PageFooterBand Name="PageFooter1" Top="723.08" Width="646.38" Height="232.19" Guides="0,232.19,74.84,106.31,137.78,169.25,200.72">
|
||||
<TableObject Name="Table5" Width="646.38" Height="232.19" Border.Lines="All">
|
||||
<TableColumn Name="Column25" Width="215.46"/>
|
||||
<TableColumn Name="Column26" Width="215.46"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/23/2026 16:41:44" ReportInfo.Modified="02/24/2026 10:37:20" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/23/2026 16:41:44" ReportInfo.Modified="04/22/2026 22:38:12" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="ConcealedWorks" DataType="System.String"/>
|
||||
|
|
@ -7,28 +7,26 @@
|
|||
<Parameter Name="ConcealedContentAndDiagram" DataType="System.String"/>
|
||||
<Parameter Name="InspectionResults" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,185.7,71.35,80.8,404,393.6,488.1,99.7,43,128.05,33.55,118.6,518.35,104.9,304.3,646.38,215.46,430.92">
|
||||
<DataBand Name="Data1" Width="646.38" Height="810.81" Guides="0,810.81,100.17,64.26,9.45,28.35,35.91,136.08,487.62,351.54,323.19">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,185.7,71.35,80.8,404,99.7,484.8,518.35,33.55,118.6,104.9,304.3,128.05,646.38,215.46,430.92">
|
||||
<DataBand Name="Data1" Width="646.38" Height="810.81" Guides="0,810.81,100.17,64.26,35.91,136.08,487.62,351.54,323.19">
|
||||
<TableObject Name="Table1" Width="646.4" Height="810.81" Border.Lines="Left, Right, Top">
|
||||
<TableColumn Name="Column1" Width="33.55"/>
|
||||
<TableColumn Name="Column2" Width="71.35"/>
|
||||
<TableColumn Name="Column3" Width="80.8"/>
|
||||
<TableColumn Name="Column4" Width="118.6"/>
|
||||
<TableColumn Name="Column5" Width="99.7"/>
|
||||
<TableColumn Name="Column6" Width="71.35"/>
|
||||
<TableColumn Name="Column7" Width="43"/>
|
||||
<TableColumn Name="Column6" Width="80.8"/>
|
||||
<TableColumn Name="Column7" Width="33.55"/>
|
||||
<TableColumn Name="Column8" Width="128.05"/>
|
||||
<TableRow Name="Row1" Height="64.26">
|
||||
<TableCell Name="Cell1" Border.Lines="Left, Right, Top" Text="SH/T 3503—J112" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" ColSpan="3" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="Left, Right, Top" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell4" Border.Lines="Top" Text="隐蔽工程验收记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="207.9" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell4" Border.Lines="Top" Text="隐蔽工程验收记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" ColSpan="2" RowSpan="2"/>
|
||||
<TableCell Name="Cell5" Border.Lines="Left, Right, Top" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 9, 2, 1" Font="楷体, 10.5pt" ColSpan="3"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="Left, Top" Text="工程名称:" Padding="2, 9, 2, 1" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="Right, Top" Text="[ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell28" Border.Lines="Right, Top, Bottom" Font="宋体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="35.91">
|
||||
<TableCell Name="Cell6" Border.Lines="Left, Right, Top" Font="宋体, 10.5pt"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="02/11/2026 16:08:40" ReportInfo.Modified="03/19/2026 15:41:41" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="02/11/2026 16:08:40" ReportInfo.Modified="04/22/2026 22:42:17" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFGCZuiNTXrd4153yusxYb8g==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF0vrjqw4AHv0MUA8eCRim2w==">
|
||||
<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="HeatInsulationArea" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -29,25 +29,26 @@
|
|||
<Parameter Name="CheckResult10" DataType="System.String"/>
|
||||
<Parameter Name="CheckResult11" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,142.7,398.8,483.85,133.25,256.1,513.15,29.3,360.05,95.45,550.95,161.6,646.38,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="94.5" Guides="0,94.5,66.15,9.45,28.35">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.4,142.7,398.8,484.8,513.15,256.1,29.3,360.05,95.45,550.95,161.6,646.38,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="94.5" Guides="0,94.5,66.15,28.35">
|
||||
<TableObject Name="Table1" Width="646.4" Height="94.5" Border.Lines="Left, Right, Top">
|
||||
<TableColumn Name="Column1" Width="142.7"/>
|
||||
<TableColumn Name="Column2" Width="256.1"/>
|
||||
<TableColumn Name="Column3" Width="114.35"/>
|
||||
<TableColumn Name="Column3" Width="86"/>
|
||||
<TableColumn Name="Column12" Width="28.35"/>
|
||||
<TableColumn Name="Column4" Width="133.25"/>
|
||||
<TableRow Name="Row1" Height="66.15">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J119" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="隔热工程质量验收记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [MainData.ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt" ColSpan="2">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell101" Text="[MainData.ProjectName]" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell4" Border.Lines="All"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.35">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Bottom" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell102"/>
|
||||
<TableCell Name="Cell9" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/27/2026 15:26:18" ReportInfo.Modified="03/27/2026 17:30:10" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/27/2026 15:26:18" ReportInfo.Modified="04/22/2026 23:10:38" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Dictionary>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
<Parameter Name="ApplicationFormCode" DataType="System.String"/>
|
||||
|
|
@ -9,25 +9,27 @@
|
|||
<Parameter Name="ApplicationDate" DataType="System.String"/>
|
||||
<Parameter Name="Contents2" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,412.02,497.07,253.26,468.72,18.9,66.15,61.15,278.5,382.45,23.35,136.75,628.15,80.05,174.55,32.8,330.75,434.7,378,425.25,585.9,132.3,9.45,453.6,623.7,215.46,103.95,302.4,444.15,614.25,396.9,160.65,217.35,595.35,387.45,141.75">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="113.4" Guides="0,113.4,66.15,9.45,28.35,47.25,18.9">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,383.67,468.72,497.07,525.42,224.91,440.37,18.9,66.15,61.15,278.5,382.45,23.35,136.75,628.15,80.05,174.55,32.8,330.75,434.7,378,425.25,585.9,132.3,9.45,453.6,623.7,215.46,103.95,302.4,444.15,614.25,396.9,160.65,217.35,595.35,387.45,141.75">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="113.4" Guides="0,113.4,66.15,47.25">
|
||||
<TableObject Name="Table1" Width="646.38" Height="113.4">
|
||||
<TableColumn Name="Column1" Width="158.76"/>
|
||||
<TableColumn Name="Column2" Width="253.26"/>
|
||||
<TableColumn Name="Column3" Width="234.36"/>
|
||||
<TableColumn Name="Column2" Width="224.91"/>
|
||||
<TableColumn Name="Column7" Width="56.7"/>
|
||||
<TableColumn Name="Column8" Width="28.35"/>
|
||||
<TableColumn Name="Column3" Width="177.66"/>
|
||||
<TableRow Name="Row1" Height="66.15">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3903-B.17" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="工艺管道试压包 报审/报验申请表" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="2, 10, 2, 1" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell22" Border.Lines="Top" Text="工程名称:" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell24"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Right, Top" Text="[ProjectName]" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="47.25">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" Text=" [ApplicationFormCode]" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text2" Width="56.7" Height="18.9" Text="编号:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell23" Border.Lines="Bottom" Text="编号:" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="Right, Bottom" Text="[ApplicationFormCode]" VertAlign="Center" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</PageHeaderBand>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="04/01/2026 14:21:27" ReportInfo.Modified="04/01/2026 14:46:55" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="04/01/2026 14:21:27" ReportInfo.Modified="04/22/2026 23:20:49" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFTMfW2RuqdVwibFML3uCXMA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF02vrTv70KzTmW3+HmuLbtA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="PipelineCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="PositionNum" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -55,25 +55,27 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,440.37,525.42,281.61,553.77,158.49,250.83,333.72,416.61,490.05,563.49,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,94.52,66.16,9.45,28.35,28.36,94.5,132.3,37.8">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,393.12,478.17,572.67,712.53,234.36,506.52,534.87,158.49,250.83,333.72,416.61,490.05,563.49,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,94.52,66.16,28.36,94.5,132.3,37.8">
|
||||
<TableObject Name="Table1" Width="646.38" Height="94.52" Border.Lines="Bottom">
|
||||
<TableColumn Name="Column1" Width="158.76"/>
|
||||
<TableColumn Name="Column2" Width="281.61"/>
|
||||
<TableColumn Name="Column3" Width="206.01"/>
|
||||
<TableColumn Name="Column2" Width="234.36"/>
|
||||
<TableColumn Name="Column28" Width="85.05"/>
|
||||
<TableColumn Name="Column29" Width="28.35"/>
|
||||
<TableColumn Name="Column3" Width="139.86"/>
|
||||
<TableRow Name="Row1" Height="66.16">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J403" HorzAlign="Center" VertAlign="Center" Font="隶书, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="弹簧支/吊架安装检验记录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="10, 10, 2, 1" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell76" Border.Lines="Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell78" Border.Lines="Right, Top" Text="[ProjectName]" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Padding="10, 10, 2, 1" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.36">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" Text=" 管道安装工程" VertAlign="Center" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text2" Width="113.4" Height="28.35" Text="单位工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell77" Text="单位工程名称:" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell79" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table2" Top="94.5" Width="646.38" Height="37.8">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="04/01/2026 14:21:27" ReportInfo.Modified="04/01/2026 16:05:27" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="04/01/2026 14:21:27" ReportInfo.Modified="04/22/2026 23:24:26" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFjORJ/7AZWL6xVmftOQvHFg==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFLzarpzxJ5t1Cmolz0+jmoQ==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="PipelineCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="PipeSupportCode" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -55,25 +55,27 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,158.76,440.37,525.42,281.61,553.77,158.49,250.83,333.72,416.61,490.05,563.49,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,94.52,66.16,9.45,28.35,28.36,94.5,132.3,37.8">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,139.66,383.27,468.12,572.67,721.78,243.61,497.27,506.52,535.67,158.49,250.83,333.72,416.61,490.05,563.49,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,94.52,66.16,28.36,94.5,132.3,37.8">
|
||||
<TableObject Name="Table1" Width="646.38" Height="94.52" Border.Lines="Bottom">
|
||||
<TableColumn Name="Column1" Width="158.76"/>
|
||||
<TableColumn Name="Column2" Width="281.61"/>
|
||||
<TableColumn Name="Column3" Width="206.01"/>
|
||||
<TableColumn Name="Column1" Width="139.66"/>
|
||||
<TableColumn Name="Column2" Width="243.61"/>
|
||||
<TableColumn Name="Column28" Width="84.85"/>
|
||||
<TableColumn Name="Column29" Width="29.15"/>
|
||||
<TableColumn Name="Column3" Width="149.11"/>
|
||||
<TableRow Name="Row1" Height="66.16">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J404" HorzAlign="Center" VertAlign="Center" Font="隶书, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="滑动/固定管托安装检验 记 录" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="10, 10, 2, 1" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text1" Top="9.45" Width="85.05" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell79" Border.Lines="Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="Right, Top" Text="[ProjectName]" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Padding="10, 10, 2, 1" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="28.36">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" Text=" 管道安装工程" VertAlign="Center" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text2" Width="113.4" Height="28.35" Text="单位工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell80" Text="单位工程名称:" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell82"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table2" Top="94.5" Width="646.38" Height="37.8">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/31/2026 16:54:16" ReportInfo.Modified="04/02/2026 11:22:08" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/31/2026 16:54:16" ReportInfo.Modified="04/22/2026 23:18:04" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF7XByLvmWvnEvSc/ok9zRCQ==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFvddCqtNGuu8RLw78xI3x/g==">
|
||||
<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="PipeSectionNumber" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/31/2026 16:54:16" ReportInfo.Modified="04/03/2026 14:36:16" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/31/2026 16:54:16" ReportInfo.Modified="04/22/2026 23:25:33" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFu+hCcwDgNI1hKwAEG/socw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFM+BsZnGDZM0WjE8XPhabZg==">
|
||||
<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="PipeSectionCode" DataType="System.String" PropName="Column"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/30/2026 10:09:23" ReportInfo.Modified="03/30/2026 10:43:34" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/30/2026 10:09:23" ReportInfo.Modified="04/22/2026 23:13:54" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFSjuGSGbPWisAyz0xpshfHw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF0cz+Pv4PFEpbXgxV+EogSQ==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="Number1" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="PipelineCode1" DataType="System.String" PropName="image_series"/>
|
||||
|
|
@ -54,25 +54,27 @@ namespace FastReport
|
|||
</MsSqlDataConnection>
|
||||
<Parameter Name="ProjectName" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,180.81,408.87,407.61,502.11,522.27,51.03,196.56,332.64,383.67,529.2,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,103.96,9.45,28.35,70.88,33.08,66.16,18.9,103.95,132.3">
|
||||
<ReportPage Name="Page1" RawPaperSize="9" LeftMargin="22" TopMargin="13.3" RightMargin="17" BottomMargin="16.5" Guides="0,646.38,180.81,380.52,465.57,541.17,693.63,199.71,493.92,522.27,51.03,196.56,332.64,383.67,529.2,215.46,430.92">
|
||||
<PageHeaderBand Name="PageHeader1" Width="646.38" Height="132.3" Guides="0,103.96,70.88,33.08,103.95,132.3,28.35">
|
||||
<TableObject Name="Table1" Width="646.38" Height="103.96">
|
||||
<TableColumn Name="Column1" Width="180.81"/>
|
||||
<TableColumn Name="Column2" Width="228.06"/>
|
||||
<TableColumn Name="Column3" Width="237.51"/>
|
||||
<TableColumn Name="Column2" Width="199.71"/>
|
||||
<TableColumn Name="Column26" Width="85.05"/>
|
||||
<TableColumn Name="Column25" Width="28.35"/>
|
||||
<TableColumn Name="Column3" Width="152.46"/>
|
||||
<TableRow Name="Row1" Height="70.88">
|
||||
<TableCell Name="Cell1" Border.Lines="All" Text="SH/T 3503—J414" HorzAlign="Center" VertAlign="Center" Font="黑体, 10.5pt" RowSpan="2"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="管道试压包一览表" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2">
|
||||
<TextObject Name="Text1" Left="226.8" Top="9.45" Width="94.5" Height="18.9" Text="工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Text=" [ProjectName]" Padding="8, 10, 2, 1" Font="楷体, 10.5pt"/>
|
||||
<TableCell Name="Cell2" Border.Lines="All" Text="管道试压包一览表" HorzAlign="Center" VertAlign="Center" Font="思源宋体 CN, 16pt, style=Bold" RowSpan="2"/>
|
||||
<TableCell Name="Cell42" Border.Lines="Top" Text="工程名称:" Font="宋体, 10.5pt"/>
|
||||
<TableCell Name="Cell40" Border.Lines="Right, Top" Text="[ProjectName]" Font="楷体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell3" Border.Lines="Left, Right, Top" Padding="8, 10, 2, 1" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
<TableRow Name="Row2" Height="33.08">
|
||||
<TableCell Name="Cell6" Border.Lines="All"/>
|
||||
<TableCell Name="Cell7" Border.Lines="All"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Left, Right, Bottom" Text=" 管道安装工程" Font="楷体, 10.5pt">
|
||||
<TextObject Name="Text2" Width="113.4" Height="18.9" Text="单位工程名称:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10.5pt"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell43" Text="单位工程名称:" VertAlign="Center" Font="宋体, 10.5pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell41" VertAlign="Center"/>
|
||||
<TableCell Name="Cell8" Border.Lines="Right, Bottom" Text="管道安装工程" VertAlign="Center" Font="楷体, 10.5pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table2" Top="103.95" Width="646.38" Height="28.35">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/26/2026 16:39:37" ReportInfo.Modified="03/26/2026 16:56:33" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="03/26/2026 16:39:37" ReportInfo.Modified="04/22/2026 23:07:34" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -42,18 +42,11 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqM3/HbiZANEYP3Y6oNtE7mqsCE0NW5tkXiWL0RJsdm/BnXhHrIFd8DaTyqYvkCZwzaaQipsiBeb+lBhzIDpDvfvxDsovr3/ckbYEBSCcpPFiH7Npcn4kPkDoxtl7XrCt1j63ma3mCLcLPN9o74aBqqd1WZsaEs7MLRtSWt4L/IDLoaEYKi0euV49rY12ECZLm">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF047VYmDcP6vBveqw76lDAA==">
|
||||
<TableDataSource Name="Data" DataType="System.Int32" PropName="Attach_Image" Enabled="true" TableName="Data">
|
||||
<Column Name="FileCode" DataType="System.String" PropName="attach_image_id"/>
|
||||
<Column Name="FileName" DataType="System.String" PropName="image_series"/>
|
||||
<Column Name="CompletionStatus" DataType="System.String" PropName="file_name"/>
|
||||
<Column Name="file_size" Enabled="false" DataType="System.Double"/>
|
||||
<Column Name="file_type" Enabled="false" DataType="System.String"/>
|
||||
<Column Name="created_date" Enabled="false" DataType="System.DateTime"/>
|
||||
<Column Name="created_by" Enabled="false" DataType="System.String"/>
|
||||
<Column Name="series_desc" Enabled="false" DataType="System.String"/>
|
||||
<Column Name="file_path" Enabled="false" DataType="System.String"/>
|
||||
<Column Name="series_timestamp" Enabled="false" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
</MsSqlDataConnection>
|
||||
<Parameter Name="PressureTestPackageCode" DataType="System.String"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/16/2025 16:22:24" ReportInfo.Modified="03/31/2026 09:47:36" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/16/2025 16:22:24" ReportInfo.Modified="04/22/2026 23:17:21" 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="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFAfFMxSj3AeiHAz03GrK9Aw==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QF6zAWTONUlWDBFyAWjD/Luw==">
|
||||
<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="STE_Name" DataType="System.String" PropName="image_series"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="08/04/2025 11:15:24" ReportInfo.Modified="03/31/2026 15:22:52" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="08/04/2025 11:15:24" ReportInfo.Modified="04/22/2026 23:16:54" ReportInfo.CreatorVersion="2017.1.16.0">
|
||||
<ScriptText>using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -62,7 +62,7 @@ namespace FastReport
|
|||
}
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFt/4j5TMvRJVssJ2fezIIdA==">
|
||||
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqtRsOalcXxDhVt62rPEPNYjaATUoMqziRYvJtgNsyJKYAG7kXKvNAMI/qBkgJNPccFsWrhiII6oyX1HS+uwN7YigxVjqUq3vIet2zpPnmWhwvYEvWOOCZZGx6EC4BfGfWX8aPj6bmoF52Z0fnUA9g71duxa/gvChTW/nzu9qsYVuvlVHliMnnu6jEIF9n+/QFhsVd0m8h+KNlM6zgqLW1IQ==">
|
||||
<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,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ namespace FineUIPro.Web.JGZL
|
|||
/// </summary>
|
||||
//private void BindGrid()
|
||||
//{
|
||||
// //string projectIds = BLL.Base_ProjectService.GetStrOnProjectIds(this.CurrUser.UserId, "1");
|
||||
//string projectIds = BLL.Base_ProjectService.GetStrOnProjectIds(this.CurrUser.UserId, "1");
|
||||
// string strSql = @"SELECT * from JGZL_AcceptanceCertificate where 1=1";
|
||||
// List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
// if (!string.IsNullOrEmpty(this.tvControlItem.SelectedNodeID))
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Right">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpIsoNoS" runat="server" Label="管道编号" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpIsoNoS_SelectedIndexChanged" EnableMultiSelect="true" EnableCheckBoxSelect="true" AutoSelectFirstItem="false" Width="500px"></f:DropDownList>
|
||||
<f:DropDownList ID="drpIsoNoS" runat="server" Label="管道编号" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpIsoNoS_SelectedIndexChanged" EnableMultiSelect="true" EnableCheckBoxSelect="true" AutoSelectFirstItem="false" Width="500px" EnableEdit="true"></f:DropDownList>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnSave" Text="保存" ToolTip="保存" Icon="SystemSave" runat="server" OnClick="btnSave_Click"></f:Button>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Right">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpIsoNoS" runat="server" Label="管道编号" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpIsoNoS_SelectedIndexChanged" EnableMultiSelect="true" EnableCheckBoxSelect="true" AutoSelectFirstItem="false" Width="500px"></f:DropDownList>
|
||||
<f:DropDownList ID="drpIsoNoS" runat="server" Label="管道编号" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpIsoNoS_SelectedIndexChanged" EnableMultiSelect="true" EnableCheckBoxSelect="true" AutoSelectFirstItem="false" Width="500px" EnableEdit="true"></f:DropDownList>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnAdd" runat="server" Icon="Add" Text="增加" OnClick="btnAdd_Click"></f:Button>
|
||||
|
|
|
|||
|
|
@ -310,6 +310,7 @@ namespace FineUIPro.Web.JGZL
|
|||
/// </summary>
|
||||
private void BindGrid()
|
||||
{
|
||||
string isoNos = BLL.HJGL_PW_IsoInfoService.GetStrIsoNos(this.CurrUser.LoginProjectId);
|
||||
string strSql = @"SELECT * from JGZL_PressureTestOfPipelineSystemRecordItem where 1=1";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
if (!string.IsNullOrEmpty(this.RecordId))
|
||||
|
|
@ -317,6 +318,12 @@ namespace FineUIPro.Web.JGZL
|
|||
strSql += " AND RecordId = @RecordId";
|
||||
listStr.Add(new SqlParameter("@RecordId", this.RecordId));
|
||||
}
|
||||
//if (!string.IsNullOrEmpty(this.drpIsoNoS.SelectedValue))
|
||||
//{
|
||||
// //strSql += " AND CHARINDEX(PipelineNo,@isoNos)>0 ";
|
||||
// strSql += " AND "+this.drpIsoNoS.SelectedValue+" like %PipelineNo% ";
|
||||
// listStr.Add(new SqlParameter("@isoNos", isoNos));
|
||||
//}
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
Grid1.RecordCount = tb.Rows.Count;
|
||||
|
|
@ -736,6 +743,7 @@ namespace FineUIPro.Web.JGZL
|
|||
|
||||
ShowNotify("保存成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
DataIsoInfo();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Right">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpIsoNoS" runat="server" Label="管道编号" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="txtIsoNoS_TextChanged"></f:DropDownList>
|
||||
<f:DropDownList ID="drpIsoNoS" runat="server" Label="管道编号" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="txtIsoNoS_TextChanged" EnableEdit="true"></f:DropDownList>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnAdd" runat="server" Icon="Add" Text="增加" OnClick="btnAdd_Click"></f:Button>
|
||||
|
|
|
|||
|
|
@ -106,13 +106,20 @@ namespace FineUIPro.Web.JGZL
|
|||
txtInstallationArea.Text = teamWeldingInspection.InstallationArea;
|
||||
}
|
||||
//管线下拉选择
|
||||
var isoLists = (from x in Funs.DB.JGZL_TeamWeldingInspectionItem
|
||||
where x.TeamWeldingInspectionId == this.TeamWeldingInspectionId
|
||||
select x.PipelineNo).Distinct().ToList();
|
||||
//var isoLists = (from x in Funs.DB.JGZL_TeamWeldingInspectionItem
|
||||
// where x.TeamWeldingInspectionId == this.TeamWeldingInspectionId
|
||||
// select x.PipelineNo).Distinct().ToList();
|
||||
//this.drpIsoNoS.Items.Clear();
|
||||
//this.drpIsoNoS.DataTextField = "PipelineNo";
|
||||
//this.drpIsoNoS.DataValueField = "PipelineNo";
|
||||
//this.drpIsoNoS.DataSource = isoLists;
|
||||
//this.drpIsoNoS.DataBind();
|
||||
//Funs.FineUIPleaseSelect(this.drpIsoNoS);
|
||||
//this.drpIsoNoS.SelectedIndex = 0;
|
||||
this.drpIsoNoS.Items.Clear();
|
||||
this.drpIsoNoS.DataTextField = "PipelineNo";
|
||||
this.drpIsoNoS.DataValueField = "PipelineNo";
|
||||
this.drpIsoNoS.DataSource = isoLists;
|
||||
this.drpIsoNoS.DataTextField = "ISO_IsoNo";
|
||||
this.drpIsoNoS.DataValueField = "ISO_IsoNo";
|
||||
this.drpIsoNoS.DataSource = (from x in Funs.DB.HJGL_PW_IsoInfo where x.ProjectId == this.tvControlItem.SelectedNodeID select x).ToList();
|
||||
this.drpIsoNoS.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpIsoNoS);
|
||||
this.drpIsoNoS.SelectedIndex = 0;
|
||||
|
|
|
|||
|
|
@ -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/;"/>
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport"/>
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.1">
|
||||
<compilation debug="false" targetFramework="4.6.1">
|
||||
<assemblies>
|
||||
<add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
<location path="res.axd"/>
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<mimeMap fileExtension=".mjs" mimeType="application/javascript" />
|
||||
<mimeMap fileExtension=".mjs" mimeType="application/javascript"/>
|
||||
<mimeMap fileExtension=".dat" mimeType="application/ChinaExcel Report File"/>
|
||||
<mimeMap fileExtension=".tab" mimeType="application/ChinaExcel Report File"/>
|
||||
</staticContent>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<Use64BitIISExpress />
|
||||
|
|
|
|||
Loading…
Reference in New Issue