From b570239439560cc684fa31e922f1420d7aa72f11 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Thu, 14 May 2026 16:26:33 +0800
Subject: [PATCH] =?UTF-8?q?20260514=20=E7=A1=AC=E5=BA=A6=E5=80=BC=E5=AF=BC?=
=?UTF-8?q?=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../版本日志/HJGLDB_DS_2026-05-14_bwj.sql | 50 +
HJGL_DS/BLL/BLL.csproj | 1 +
HJGL_DS/BLL/Common/Const.cs | 5 +
HJGL_DS/BLL/Common/NPOIHelper.cs | 8 +-
HJGL_DS/BLL/Common/Sys_DataInTempService.cs | 175 +++
.../WeldingJointInspection.aspx | 3 +-
.../WeldingJointInspection.aspx.cs | 22 +-
.../WeldingJointInspection.aspx.designer.cs | 66 +-
.../管道对接焊接接头报检检查记录.frx | 4 +-
.../Fastreport/管道焊接接头报检检查记录.frx | 9 +-
HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj | 18 +
.../FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +-
.../HJGL/HotHardManage/HardReportSet.aspx | 7 +
.../HJGL/HotHardManage/HardReportSet.aspx.cs | 19 +-
.../HardReportSet.aspx.designer.cs | 74 +-
.../HotHardManage/HardReportSetDataIn.aspx | 163 +++
.../HotHardManage/HardReportSetDataIn.aspx.cs | 536 +++++++
.../HardReportSetDataIn.aspx.designer.cs | 242 ++++
.../HardReportSetDataInEdit.aspx | 67 +
.../HardReportSetDataInEdit.aspx.cs | 207 +++
.../HardReportSetDataInEdit.aspx.designer.cs | 152 ++
.../WeldInspectionCheckRecordItem.aspx.cs | 5 +
.../JGZL/WeldInspectionCheckRecord.aspx.cs | 5 +
HJGL_DS/FineUIPro.Web/Web.config | 2 +-
HJGL_DS/FineUIPro.Web/res/DataInTable.js | 54 +
HJGL_DS/Model/Model.cs | 1255 +++++++++++------
HJGL_DS/WebAPI/WebAPI.csproj.user | 2 +-
27 files changed, 2658 insertions(+), 495 deletions(-)
create mode 100644 DataBase/版本日志/HJGLDB_DS_2026-05-14_bwj.sql
create mode 100644 HJGL_DS/BLL/Common/Sys_DataInTempService.cs
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSetDataIn.aspx
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSetDataIn.aspx.cs
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSetDataIn.aspx.designer.cs
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSetDataInEdit.aspx
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSetDataInEdit.aspx.cs
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSetDataInEdit.aspx.designer.cs
create mode 100644 HJGL_DS/FineUIPro.Web/res/DataInTable.js
diff --git a/DataBase/版本日志/HJGLDB_DS_2026-05-14_bwj.sql b/DataBase/版本日志/HJGLDB_DS_2026-05-14_bwj.sql
new file mode 100644
index 0000000..c3faeec
--- /dev/null
+++ b/DataBase/版本日志/HJGLDB_DS_2026-05-14_bwj.sql
@@ -0,0 +1,50 @@
+CREATE TABLE [dbo].[Sys_DataInTemp](
+ [TempId] [nvarchar](50) NOT NULL,
+ [ProjectId] [nvarchar](50) NULL,
+ [UserId] [nvarchar](50) NULL,
+ [Time] [datetime] NULL,
+ [RowNo] [int] NULL,
+ [ToopValue] [nvarchar](2000) NULL,
+ [Type] [nvarchar](50) NULL,
+ [Value1] [nvarchar](100) NULL,
+ [Value2] [nvarchar](100) NULL,
+ [Value3] [nvarchar](100) NULL,
+ [Value4] [nvarchar](100) NULL,
+ [Value5] [nvarchar](100) NULL,
+ [Value6] [nvarchar](100) NULL,
+ [Value7] [nvarchar](100) NULL,
+ [Value8] [nvarchar](100) NULL,
+ [Value9] [nvarchar](100) NULL,
+ [Value10] [nvarchar](100) NULL,
+ [Value11] [nvarchar](100) NULL,
+ [Value12] [nvarchar](100) NULL,
+ [Value13] [nvarchar](100) NULL,
+ [Value14] [nvarchar](100) NULL,
+ [Value15] [nvarchar](100) NULL,
+ [Value16] [nvarchar](100) NULL,
+ [Value17] [nvarchar](100) NULL,
+ [Value18] [nvarchar](100) NULL,
+ [Value19] [nvarchar](100) NULL,
+ [Value20] [nvarchar](100) NULL,
+ CONSTRAINT [PK_Sys_DataInTemp] PRIMARY KEY CLUSTERED
+(
+ [TempId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
+) ON [PRIMARY]
+GO
+
+ALTER TABLE [dbo].[Sys_DataInTemp] WITH CHECK ADD CONSTRAINT [FK_Sys_DataInTemp_Base_Project] FOREIGN KEY([ProjectId])
+REFERENCES [dbo].[Base_Project] ([ProjectId])
+GO
+
+ALTER TABLE [dbo].[Sys_DataInTemp] CHECK CONSTRAINT [FK_Sys_DataInTemp_Base_Project]
+GO
+
+ALTER TABLE [dbo].[Sys_DataInTemp] WITH CHECK ADD CONSTRAINT [FK_Sys_DataInTemp_Sys_User] FOREIGN KEY([UserId])
+REFERENCES [dbo].[Sys_User] ([UserId])
+GO
+
+ALTER TABLE [dbo].[Sys_DataInTemp] CHECK CONSTRAINT [FK_Sys_DataInTemp_Sys_User]
+GO
+
+
diff --git a/HJGL_DS/BLL/BLL.csproj b/HJGL_DS/BLL/BLL.csproj
index 029212b..994c2d6 100644
--- a/HJGL_DS/BLL/BLL.csproj
+++ b/HJGL_DS/BLL/BLL.csproj
@@ -166,6 +166,7 @@
+
diff --git a/HJGL_DS/BLL/Common/Const.cs b/HJGL_DS/BLL/Common/Const.cs
index 9dc044f..32c422b 100644
--- a/HJGL_DS/BLL/Common/Const.cs
+++ b/HJGL_DS/BLL/Common/Const.cs
@@ -633,6 +633,11 @@ namespace BLL
///
public const string WeldingProcedureTemplateUrl = "File\\Excel\\HJGL_DataIn\\焊接工艺评定台账导入模板.xls";
+ ///
+ /// 硬度值导入模板
+ ///
+ public const string HardReportSetTemplateUrl = "File\\Excel\\HJGL_DataIn\\硬度值导入模板.xls";
+
///
/// 通用附件上传路径
///
diff --git a/HJGL_DS/BLL/Common/NPOIHelper.cs b/HJGL_DS/BLL/Common/NPOIHelper.cs
index 455fc95..0562b5e 100644
--- a/HJGL_DS/BLL/Common/NPOIHelper.cs
+++ b/HJGL_DS/BLL/Common/NPOIHelper.cs
@@ -101,8 +101,8 @@ namespace BLL.Common
{
// 2007版本
XSSFWorkbook workbook = new XSSFWorkbook(fs);
- sheetNumber = workbook.NumberOfSheets;
- for (int i = 0; i < sheetNumber; i++)
+ //sheetNumber = workbook.NumberOfSheets;
+ for (int i = 0; i < sheetNumber + 1; i++)
{
string sheetName = workbook.GetSheetName(i);
sheet = workbook.GetSheet(sheetName);
@@ -125,8 +125,8 @@ namespace BLL.Common
{
// 2003版本
HSSFWorkbook workbook = new HSSFWorkbook(fs);
- sheetNumber = workbook.NumberOfSheets;
- for (int i = 0; i < sheetNumber; i++)
+ //sheetNumber = workbook.NumberOfSheets;
+ for (int i = 0; i < sheetNumber + 1; i++)
{
string sheetName = workbook.GetSheetName(i);
sheet = workbook.GetSheet(sheetName);
diff --git a/HJGL_DS/BLL/Common/Sys_DataInTempService.cs b/HJGL_DS/BLL/Common/Sys_DataInTempService.cs
new file mode 100644
index 0000000..6675e29
--- /dev/null
+++ b/HJGL_DS/BLL/Common/Sys_DataInTempService.cs
@@ -0,0 +1,175 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ ///
+ /// 导入临时表
+ ///
+ public class Sys_DataInTempService
+ {
+ ///
+ /// 根据主键获取导入临时表信息
+ ///
+ /// Id
+ ///
+ public static Model.Sys_DataInTemp GetDataInTempByTempId(string tempId)
+ {
+ return Funs.DB.Sys_DataInTemp.FirstOrDefault(x => x.TempId == tempId);
+ }
+
+ ///
+ /// 增加导入临时表记录
+ ///
+ /// 委托实体
+ public static void AddDataInTemp(Model.Sys_DataInTemp dataInTemp)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.Sys_DataInTemp newDataInTemp = new Model.Sys_DataInTemp();
+ newDataInTemp.TempId = dataInTemp.TempId;
+ newDataInTemp.ProjectId = dataInTemp.ProjectId;
+ newDataInTemp.UserId = dataInTemp.UserId;
+ newDataInTemp.Time = dataInTemp.Time;
+ newDataInTemp.RowNo = dataInTemp.RowNo;
+ newDataInTemp.Type = dataInTemp.Type;
+ newDataInTemp.Value1 = dataInTemp.Value1;
+ newDataInTemp.Value2 = dataInTemp.Value2;
+ newDataInTemp.Value3 = dataInTemp.Value3;
+ newDataInTemp.Value4 = dataInTemp.Value4;
+ newDataInTemp.Value5 = dataInTemp.Value5;
+ newDataInTemp.Value6 = dataInTemp.Value6;
+ newDataInTemp.Value7 = dataInTemp.Value7;
+ newDataInTemp.Value8 = dataInTemp.Value8;
+ newDataInTemp.Value9 = dataInTemp.Value9;
+ newDataInTemp.Value10 = dataInTemp.Value10;
+ newDataInTemp.Value11 = dataInTemp.Value11;
+ newDataInTemp.Value12 = dataInTemp.Value12;
+ newDataInTemp.Value13 = dataInTemp.Value13;
+ newDataInTemp.Value14 = dataInTemp.Value14;
+ newDataInTemp.Value15 = dataInTemp.Value15;
+ newDataInTemp.Value16 = dataInTemp.Value16;
+ newDataInTemp.Value17 = dataInTemp.Value17;
+ newDataInTemp.Value18 = dataInTemp.Value18;
+ newDataInTemp.Value19 = dataInTemp.Value19;
+ newDataInTemp.Value20 = dataInTemp.Value20;
+
+ newDataInTemp.ToopValue = dataInTemp.ToopValue;
+ db.Sys_DataInTemp.InsertOnSubmit(newDataInTemp);
+ db.SubmitChanges();
+ }
+
+
+ public static void AddDataInTemp(List dataInTemps)
+ {
+ Model.SGGLDB db = Funs.DB;
+ foreach (var dataInTemp in dataInTemps)
+ {
+ Model.Sys_DataInTemp newDataInTemp = new Model.Sys_DataInTemp();
+ newDataInTemp.TempId = dataInTemp.TempId;
+ newDataInTemp.ProjectId = dataInTemp.ProjectId;
+ newDataInTemp.UserId = dataInTemp.UserId;
+ newDataInTemp.Time = dataInTemp.Time;
+ newDataInTemp.RowNo = dataInTemp.RowNo;
+ newDataInTemp.Type = dataInTemp.Type;
+ newDataInTemp.Value1 = dataInTemp.Value1;
+ newDataInTemp.Value2 = dataInTemp.Value2;
+ newDataInTemp.Value3 = dataInTemp.Value3;
+ newDataInTemp.Value4 = dataInTemp.Value4;
+ newDataInTemp.Value5 = dataInTemp.Value5;
+ newDataInTemp.Value6 = dataInTemp.Value6;
+ newDataInTemp.Value7 = dataInTemp.Value7;
+ newDataInTemp.Value8 = dataInTemp.Value8;
+ newDataInTemp.Value9 = dataInTemp.Value9;
+ newDataInTemp.Value10 = dataInTemp.Value10;
+ newDataInTemp.Value11 = dataInTemp.Value11;
+ newDataInTemp.Value12 = dataInTemp.Value12;
+ newDataInTemp.Value13 = dataInTemp.Value13;
+ newDataInTemp.Value14 = dataInTemp.Value14;
+ newDataInTemp.Value15 = dataInTemp.Value15;
+ newDataInTemp.Value16 = dataInTemp.Value16;
+ newDataInTemp.Value17 = dataInTemp.Value17;
+ newDataInTemp.Value18 = dataInTemp.Value18;
+ newDataInTemp.Value19 = dataInTemp.Value19;
+ newDataInTemp.Value20 = dataInTemp.Value20;
+
+ newDataInTemp.ToopValue = dataInTemp.ToopValue;
+ db.Sys_DataInTemp.InsertOnSubmit(newDataInTemp);
+ }
+ db.SubmitChanges();
+ }
+
+
+
+ ///
+ /// 修改导入临时表记录
+ ///
+ /// 焊接实体
+ public static void UpdateDataInTemp(Model.Sys_DataInTemp dataInTemp)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.Sys_DataInTemp newDataInTemp = db.Sys_DataInTemp.FirstOrDefault(e => e.TempId == dataInTemp.TempId);
+ if (newDataInTemp != null)
+ {
+ newDataInTemp.UserId = dataInTemp.UserId;
+ newDataInTemp.Time = dataInTemp.Time;
+ newDataInTemp.Value1 = dataInTemp.Value1;
+ newDataInTemp.Value2 = dataInTemp.Value2;
+ newDataInTemp.Value3 = dataInTemp.Value3;
+ newDataInTemp.Value4 = dataInTemp.Value4;
+ newDataInTemp.Value5 = dataInTemp.Value5;
+ newDataInTemp.Value6 = dataInTemp.Value6;
+ newDataInTemp.Value7 = dataInTemp.Value7;
+ newDataInTemp.Value8 = dataInTemp.Value8;
+ newDataInTemp.Value9 = dataInTemp.Value9;
+ newDataInTemp.Value10 = dataInTemp.Value10;
+ newDataInTemp.Value11 = dataInTemp.Value11;
+ newDataInTemp.Value12 = dataInTemp.Value12;
+ newDataInTemp.Value13 = dataInTemp.Value13;
+ newDataInTemp.Value14 = dataInTemp.Value14;
+ newDataInTemp.Value15 = dataInTemp.Value15;
+ newDataInTemp.Value16 = dataInTemp.Value16;
+ newDataInTemp.Value17 = dataInTemp.Value17;
+ newDataInTemp.Value18 = dataInTemp.Value18;
+ newDataInTemp.Value19 = dataInTemp.Value19;
+ newDataInTemp.Value20 = dataInTemp.Value20;
+ newDataInTemp.ToopValue = dataInTemp.ToopValue;
+ newDataInTemp.Type = dataInTemp.Type;
+ db.SubmitChanges();
+ }
+ }
+
+ ///
+ /// 根据主键删除导入临时表记录
+ ///
+ /// 委托主键
+ public static void DeleteDataInTempByDataInTempID(string tempId)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.Sys_DataInTemp dataInTemp = db.Sys_DataInTemp.FirstOrDefault(e => e.TempId == tempId);
+ if (dataInTemp != null)
+ {
+ db.Sys_DataInTemp.DeleteOnSubmit(dataInTemp);
+ db.SubmitChanges();
+ }
+ }
+
+ ///
+ /// 根据项目用户主键删除导入临时表记录
+ ///
+ ///
+ ///
+ public static void DeleteDataInTempByProjectIdUserId(string projectId, string userId, string type)
+ {
+ Model.SGGLDB db = Funs.DB;
+ var dataInTemp = from x in db.Sys_DataInTemp where x.ProjectId == projectId && x.UserId == userId && x.Type == type select x;
+ if (dataInTemp.Count() > 0)
+ {
+ db.Sys_DataInTemp.DeleteAllOnSubmit(dataInTemp);
+ db.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx
index 65e8225..8d69a16 100644
--- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx
+++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx
@@ -79,7 +79,8 @@
-
+ <%----%>
+
diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs
index 085f261..d94e778 100644
--- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs
+++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs
@@ -1,4 +1,7 @@
using BLL;
+using FineUIPro.Web.common.BaseInfo;
+using Model;
+using NPOI.SS.Formula.Functions;
using NPOI.SS.UserModel;
using NPOI.SS.Util;
using NPOI.XSSF.UserModel;
@@ -96,10 +99,10 @@ namespace FineUIPro.Web.ContinuousPrint
strSql += " AND isoInfo.ISO_ID=@isoId";
listStr.Add(new SqlParameter("@isoId", this.drpIsoId.SelectedValue));
}
- if (!string.IsNullOrEmpty(this.txtWeldingDate.Text.Trim()))
+ if (!string.IsNullOrEmpty(this.drpWeldingDate.SelectedValue))
{
strSql += " AND weldReport.JOT_WeldDate=@weldingDate";
- listStr.Add(new SqlParameter("@weldingDate", this.txtWeldingDate.Text.Trim()));
+ listStr.Add(new SqlParameter("@weldingDate", this.drpWeldingDate.SelectedValue));
}
SqlParameter[] parameter = listStr.ToArray();
Grid2.DataSource = SQLHelper.GetDataTableRunText(strSql, parameter);
@@ -159,6 +162,19 @@ namespace FineUIPro.Web.ContinuousPrint
this.drpIsoId.SelectedValue = BLL.Const._Null;
BindGrid1(this.Grid1.SelectedRowID);
+
+ //焊接日期
+ this.drpWeldingDate.Items.Clear();
+ this.drpWeldingDate.DataTextField = "Date";
+ this.drpWeldingDate.DataValueField = "Date";
+ List dateLists = (from x in Funs.DB.HJGL_BO_BatchDetail
+ join y in Funs.DB.HJGL_BO_Batch on x.BatchId equals y.BatchId
+ join z in Funs.DB.HJGL_PW_JointInfo on x.JOT_ID equals z.JOT_ID
+ join w in Funs.DB.HJGL_BO_WeldReportMain on z.DReportID equals w.DReportID
+ where y.ProjectId== this.Grid1.SelectedRowID
+ select w.JOT_WeldDate.ToShortDateString()).Distinct().ToList();
+ this.drpWeldingDate.DataSource = dateLists;
+ this.drpWeldingDate.DataBind();
}
#endregion
@@ -304,6 +320,8 @@ namespace FineUIPro.Web.ContinuousPrint
{
keyValuePairs.Add("NDTType", "PT");
}
+ string weldingDate = string.Format("{0:yyyy年MM月dd日}", Convert.ToDateTime(this.hidJOT_WeldDate.Value));
+ keyValuePairs.Add("WeldingDate", weldingDate);
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
initTemplatePath = "File\\Fastreport\\管道焊接接头报检检查记录.frx";
diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.designer.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.designer.cs
index 3697665..7fa0f5b 100644
--- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.designer.cs
+++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.designer.cs
@@ -7,11 +7,13 @@
// 自动生成>
//------------------------------------------------------------------------------
-namespace FineUIPro.Web.ContinuousPrint {
-
-
- public partial class WeldingJointInspection {
-
+namespace FineUIPro.Web.ContinuousPrint
+{
+
+
+ public partial class WeldingJointInspection
+ {
+
///
/// form1 控件。
///
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
+
///
/// PageManager1 控件。
///
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.PageManager PageManager1;
-
+
///
/// Panel2 控件。
///
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Panel Panel2;
-
+
///
/// panelTopRegion 控件。
///
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Panel panelTopRegion;
-
+
///
/// Grid1 控件。
///
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Grid Grid1;
-
+
///
/// Toolbar2 控件。
///
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Toolbar Toolbar2;
-
+
///
/// txtProjectCode 控件。
///
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.TextBox txtProjectCode;
-
+
///
/// btnSubmit 控件。
///
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Button btnSubmit;
-
+
///
/// Label1 控件。
///
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.Label Label1;
-
+
///
/// ToolbarSeparator1 控件。
///
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
-
+
///
/// ToolbarText1 控件。
///
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.ToolbarText ToolbarText1;
-
+
///
/// ddlPageSize 控件。
///
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.DropDownList ddlPageSize;
-
+
///
/// panelBottomRegion 控件。
///
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Panel panelBottomRegion;
-
+
///
/// Grid2 控件。
///
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Grid Grid2;
-
+
///
/// Toolbar3 控件。
///
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Toolbar Toolbar3;
-
+
///
/// btnWeldingRecord 控件。
///
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Button btnWeldingRecord;
-
+
///
/// drpIsoId 控件。
///
@@ -164,16 +166,16 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.DropDownList drpIsoId;
-
+
///
- /// txtWeldingDate 控件。
+ /// drpWeldingDate 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.DatePicker txtWeldingDate;
-
+ protected global::FineUIPro.DropDownList drpWeldingDate;
+
///
/// labNumber 控件。
///
@@ -182,7 +184,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.Label labNumber;
-
+
///
/// hidProjectId 控件。
///
@@ -191,7 +193,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.HiddenField hidProjectId;
-
+
///
/// hidNDTR_ID 控件。
///
@@ -200,7 +202,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.HiddenField hidNDTR_ID;
-
+
///
/// hidJOTY_Group 控件。
///
@@ -209,7 +211,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.HiddenField hidJOTY_Group;
-
+
///
/// hidJOT_WeldDate 控件。
///
@@ -218,7 +220,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.HiddenField hidJOT_WeldDate;
-
+
///
/// hidProjectName 控件。
///
@@ -227,7 +229,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.HiddenField hidProjectName;
-
+
///
/// hidISO_ID 控件。
///
@@ -236,7 +238,7 @@ namespace FineUIPro.Web.ContinuousPrint {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.WebControls.HiddenField hidISO_ID;
-
+
///
/// Window1 控件。
///
diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道对接焊接接头报检检查记录.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道对接焊接接头报检检查记录.frx
index 37ebca6..2d55063 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 c1835aa..1a8c850 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
}
-
+
@@ -63,6 +63,7 @@ namespace FastReport
+
@@ -269,8 +270,8 @@ namespace FastReport
-
-
+
+
diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj
index ae9a9fc..e9a67ef 100644
--- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj
@@ -46,6 +46,7 @@
4
true
false
+ AnyCPU
pdbonly
@@ -1139,6 +1140,8 @@
+
+
@@ -1383,6 +1386,7 @@
+
@@ -5768,6 +5772,20 @@
HardReportSet.aspx
+
+ HardReportSetDataIn.aspx
+ ASPXCodeBehind
+
+
+ HardReportSetDataIn.aspx
+
+
+ HardReportSetDataInEdit.aspx
+ ASPXCodeBehind
+
+
+ HardReportSetDataInEdit.aspx
+
HardTestReport.aspx
ASPXCodeBehind
diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user
index e3436b8..6e29203 100644
--- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user
+++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user
@@ -2,7 +2,7 @@
true
- Release|Any CPU
+ Debug|Any CPU
diff --git a/HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSet.aspx b/HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSet.aspx
index e7a1631..5ec84c7 100644
--- a/HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSet.aspx
+++ b/HJGL_DS/FineUIPro.Web/HJGL/HotHardManage/HardReportSet.aspx
@@ -60,6 +60,9 @@
+
+
@@ -186,6 +189,10 @@
+
+
+