From 0e66fec5163081744db817a0b8aa4cda319237a1 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Wed, 24 Apr 2024 17:11:15 +0800
Subject: [PATCH] =?UTF-8?q?20240424=20=E8=B4=A8=E9=87=8F=E7=BB=BC=E5=90=88?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E5=AF=BC=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Comprehensive/MajorPlanApprovalService.cs | 1 +
.../CQMS/Comprehensive/PressurePipeService.cs | 1 +
.../Comprehensive/QualityAccidentService.cs | 1 +
.../Comprehensive/SpecialEquipmentService.cs | 1 +
SGGL/BLL/Common/Const.cs | 21 +
.../DataReceivingDocDataIn.aspx.cs | 2 +
.../DataReceivingDocDataInEdit.aspx | 94 ----
.../DataReceivingDocDataInEdit.aspx.cs | 347 ------------
...ataReceivingDocDataInEdit.aspx.designer.cs | 258 ---------
.../DesignChangeOrderDataIn.aspx.cs | 1 +
.../DesignChangeOrderEdit.aspx.cs | 6 +-
.../Comprehensive/DesignDetailsDataIn.aspx.cs | 3 +
.../Comprehensive/DesignDetailsEdit.aspx.cs | 24 +-
.../DesignDrawingsDataIn.aspx.cs | 4 +
.../Comprehensive/DesignDrawingsEdit.aspx.cs | 6 +-
.../InspectionEquipmentDataIn.aspx.cs | 2 +
.../InspectionEquipmentEdit.aspx.cs | 14 +-
.../InspectionMachineDataIn.aspx.cs | 6 +-
.../InspectionMachineEdit.aspx.cs | 14 +-
.../InspectionPersonDataIn.aspx.cs | 2 +
.../InspectionPersonEdit.aspx.cs | 14 +-
.../CQMS/Comprehensive/MajorPlanApproval.aspx | 6 +
.../Comprehensive/MajorPlanApproval.aspx.cs | 16 +
.../MajorPlanApproval.aspx.designer.cs | 18 +
.../MajorPlanApprovalDataIn.aspx | 68 +++
.../MajorPlanApprovalDataIn.aspx.cs | 483 +++++++++++++++++
... MajorPlanApprovalDataIn.aspx.designer.cs} | 65 +--
.../Comprehensive/MajorPlanApprovalEdit.aspx | 2 +-
.../Comprehensive/NCRManagementDataIn.aspx.cs | 3 +-
.../Comprehensive/NCRManagementEdit.aspx.cs | 33 +-
.../CQMS/Comprehensive/PressurePipe.aspx | 20 +-
.../CQMS/Comprehensive/PressurePipe.aspx.cs | 16 +
.../PressurePipe.aspx.designer.cs | 64 ++-
.../Comprehensive/PressurePipeDataIn.aspx | 68 +++
.../Comprehensive/PressurePipeDataIn.aspx.cs | 500 ++++++++++++++++++
.../PressurePipeDataIn.aspx.designer.cs | 123 +++++
.../CQMS/Comprehensive/QualityAccident.aspx | 6 +
.../Comprehensive/QualityAccident.aspx.cs | 16 +
.../QualityAccident.aspx.designer.cs | 62 ++-
.../Comprehensive/QualityAccidentDataIn.aspx | 68 +++
.../QualityAccidentDataIn.aspx.cs | 450 ++++++++++++++++
.../QualityAccidentDataIn.aspx.designer.cs | 123 +++++
.../Comprehensive/QualityAccidentEdit.aspx | 2 +-
.../Comprehensive/QualityAccidentEdit.aspx.cs | 6 +-
.../Comprehensive/ReviewDrawingsEdit.aspx.cs | 6 +-
.../SiteVisaManagementEdit.aspx.cs | 6 +-
.../CQMS/Comprehensive/SpecialEquipment.aspx | 6 +
.../Comprehensive/SpecialEquipment.aspx.cs | 16 +
.../SpecialEquipment.aspx.designer.cs | 66 ++-
.../Comprehensive/SpecialEquipmentDataIn.aspx | 68 +++
.../SpecialEquipmentDataIn.aspx.cs | 497 +++++++++++++++++
.../SpecialEquipmentDataIn.aspx.designer.cs | 123 +++++
.../TrainingRecordsDataInEdit.aspx | 66 ---
.../TrainingRecordsDataInEdit.aspx.cs | 175 ------
SGGL/FineUIPro.Web/ErrLog.txt | 136 -----
.../Excel/DataIn/压力管道管理导入模板.xls | Bin 0 -> 19456 bytes
.../Excel/DataIn/特种设备管理导入模板.xls | Bin 0 -> 19456 bytes
.../Excel/DataIn/质量事故处理记录导入模板.xls | Bin 0 -> 19456 bytes
.../超过一定规模的危大施工方案导入模板.xls | Bin 0 -> 19456 bytes
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 48 +-
60 files changed, 2964 insertions(+), 1289 deletions(-)
delete mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataInEdit.aspx
delete mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataInEdit.aspx.cs
delete mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataInEdit.aspx.designer.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/MajorPlanApprovalDataIn.aspx
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/MajorPlanApprovalDataIn.aspx.cs
rename SGGL/FineUIPro.Web/CQMS/Comprehensive/{TrainingRecordsDataInEdit.aspx.designer.cs => MajorPlanApprovalDataIn.aspx.designer.cs} (66%)
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/PressurePipeDataIn.aspx
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/PressurePipeDataIn.aspx.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/PressurePipeDataIn.aspx.designer.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAccidentDataIn.aspx
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAccidentDataIn.aspx.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAccidentDataIn.aspx.designer.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/SpecialEquipmentDataIn.aspx
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/SpecialEquipmentDataIn.aspx.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/SpecialEquipmentDataIn.aspx.designer.cs
delete mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/TrainingRecordsDataInEdit.aspx
delete mode 100644 SGGL/FineUIPro.Web/CQMS/Comprehensive/TrainingRecordsDataInEdit.aspx.cs
create mode 100644 SGGL/FineUIPro.Web/File/Excel/DataIn/压力管道管理导入模板.xls
create mode 100644 SGGL/FineUIPro.Web/File/Excel/DataIn/特种设备管理导入模板.xls
create mode 100644 SGGL/FineUIPro.Web/File/Excel/DataIn/质量事故处理记录导入模板.xls
create mode 100644 SGGL/FineUIPro.Web/File/Excel/DataIn/超过一定规模的危大施工方案导入模板.xls
diff --git a/SGGL/BLL/CQMS/Comprehensive/MajorPlanApprovalService.cs b/SGGL/BLL/CQMS/Comprehensive/MajorPlanApprovalService.cs
index 81a3cf58..74d664ec 100644
--- a/SGGL/BLL/CQMS/Comprehensive/MajorPlanApprovalService.cs
+++ b/SGGL/BLL/CQMS/Comprehensive/MajorPlanApprovalService.cs
@@ -121,6 +121,7 @@ namespace BLL
newMajorPlanApproval.ExpertReviewMan = majorPlanApproval.ExpertReviewMan;
newMajorPlanApproval.IsReview = majorPlanApproval.IsReview;
+ newMajorPlanApproval.RemarkCode = majorPlanApproval.RemarkCode;
db.Comprehensive_MajorPlanApproval.InsertOnSubmit(newMajorPlanApproval);
db.SubmitChanges();
}
diff --git a/SGGL/BLL/CQMS/Comprehensive/PressurePipeService.cs b/SGGL/BLL/CQMS/Comprehensive/PressurePipeService.cs
index 61db5b1a..6c4dc9ed 100644
--- a/SGGL/BLL/CQMS/Comprehensive/PressurePipeService.cs
+++ b/SGGL/BLL/CQMS/Comprehensive/PressurePipeService.cs
@@ -102,6 +102,7 @@ namespace BLL
newPressurePipe.CompileMan = PressurePipe.CompileMan;
newPressurePipe.Status = PressurePipe.Status;
newPressurePipe.ReportTime = PressurePipe.ReportTime;
+ newPressurePipe.RemarkCode = PressurePipe.RemarkCode;
db.Comprehensive_PressurePipe.InsertOnSubmit(newPressurePipe);
db.SubmitChanges();
}
diff --git a/SGGL/BLL/CQMS/Comprehensive/QualityAccidentService.cs b/SGGL/BLL/CQMS/Comprehensive/QualityAccidentService.cs
index 1ccae107..406f17bf 100644
--- a/SGGL/BLL/CQMS/Comprehensive/QualityAccidentService.cs
+++ b/SGGL/BLL/CQMS/Comprehensive/QualityAccidentService.cs
@@ -101,6 +101,7 @@ namespace BLL
newQualityAccident.CompileDate = QualityAccident.CompileDate;
newQualityAccident.UnitWorkId = QualityAccident.UnitWorkId;
newQualityAccident.Status = QualityAccident.Status;
+ newQualityAccident.RemarkCode = QualityAccident.RemarkCode;
db.Comprehensive_QualityAccident.InsertOnSubmit(newQualityAccident);
db.SubmitChanges();
}
diff --git a/SGGL/BLL/CQMS/Comprehensive/SpecialEquipmentService.cs b/SGGL/BLL/CQMS/Comprehensive/SpecialEquipmentService.cs
index a3f7f589..67a8835c 100644
--- a/SGGL/BLL/CQMS/Comprehensive/SpecialEquipmentService.cs
+++ b/SGGL/BLL/CQMS/Comprehensive/SpecialEquipmentService.cs
@@ -106,6 +106,7 @@ namespace BLL
newEquipment.CompileMan = SpecialEquipment.CompileMan;
newEquipment.Status = SpecialEquipment.Status;
newEquipment.PositionNum = SpecialEquipment.PositionNum;
+ newEquipment.RemarkCode = SpecialEquipment.RemarkCode;
db.Comprehensive_SpecialEquipment.InsertOnSubmit(newEquipment);
db.SubmitChanges();
}
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index d6385fae..7b67ede0 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -3275,6 +3275,27 @@ namespace BLL
/// 施工组织设计及施工方案导入模板文件原始虚拟路径
///
public const string GeneralPlanApprovalTemplateUrl = "File\\Excel\\DataIn\\施工组织设计及施工方案导入模板.xls";
+
+ ///