diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs index 5ad10cb..512696c 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs @@ -195,8 +195,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - //if (Grid2.SelectedRowIndexArray.Contains(gi)) - //{ + if (Grid2.SelectedRowIndexArray.Contains(gi)) + { System.Web.UI.WebControls.HiddenField hidCH_RepairID = Grid2.Rows[gi].FindControl("hidCH_RepairID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidProjectName = Grid2.Rows[gi].FindControl("hidProjectName") as System.Web.UI.WebControls.HiddenField; Model.HJGL_CH_Repair repair = HJGL_RepairService.GetCH_RepairByID(hidCH_RepairID.Value); @@ -343,8 +343,8 @@ namespace FineUIPro.Web.ContinuousPrint keyValuePairs.Add("CheckCount", (rows.Count() - 1).ToString()); BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs); - - //} + + } } initTemplatePath = "File\\Fastreport\\管道焊缝检测委托单.frx"; diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs index 2a5513f..a3139d6 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs @@ -194,8 +194,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - //if (Grid2.SelectedRowIndexArray.Contains(gi)) - //{ + if (Grid2.SelectedRowIndexArray.Contains(gi)) + { System.Web.UI.WebControls.HiddenField CH_TrustID = Grid2.Rows[gi].FindControl("hidCH_TrustID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidProjectName = Grid2.Rows[gi].FindControl("hidProjectName") as System.Web.UI.WebControls.HiddenField; //修改数据 @@ -353,7 +353,7 @@ namespace FineUIPro.Web.ContinuousPrint } } - //} + } } diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs index 5eab903..3e4d24a 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs @@ -179,8 +179,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - //if (Grid2.SelectedRowIndexArray.Contains(gi)) - //{ + if (Grid2.SelectedRowIndexArray.Contains(gi)) + { System.Web.UI.WebControls.HiddenField hidProjectId = Grid2.Rows[gi].FindControl("hidProjectId") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidNDTR_ID = Grid2.Rows[gi].FindControl("hidNDTR_ID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidJOTY_Group = Grid2.Rows[gi].FindControl("hidJOTY_Group") as System.Web.UI.WebControls.HiddenField; @@ -260,7 +260,7 @@ namespace FineUIPro.Web.ContinuousPrint PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath))); } - //} + } } } diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs index c8243bd..8261def 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs @@ -170,8 +170,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - //if (Grid2.SelectedRowIndexArray.Contains(gi)) - //{ + if (Grid2.SelectedRowIndexArray.Contains(gi)) + { System.Web.UI.WebControls.HiddenField hidISO_ID = Grid2.Rows[gi].FindControl("hidISO_ID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidProjectName = Grid2.Rows[gi].FindControl("hidProjectName") as System.Web.UI.WebControls.HiddenField; var listStr = new List(); @@ -217,7 +217,7 @@ namespace FineUIPro.Web.ContinuousPrint initTemplatePath = "File\\Fastreport\\管道焊接工作记录.frx"; } - //} + } } if (File.Exists(rootPath + initTemplatePath)) { diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx index ccd7a3a..daf86a9 100644 --- a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -50,7 +50,7 @@ namespace FastReport } - + diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx index e2d3712..a83b0fe 100644 --- a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -42,7 +42,7 @@ namespace FastReport } - + diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx index bc88314..0f2d7a0 100644 --- a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -41,7 +41,7 @@ namespace FastReport } - +