20240430 质量综合管理导入导出

This commit is contained in:
2024-04-30 23:33:49 +08:00
parent 475d273bc5
commit 5a47e8145b
106 changed files with 2666 additions and 498 deletions
@@ -168,6 +168,7 @@ namespace BLL
newDesignDetails.Status = designDetails.Status;
newDesignDetails.AuditMan = designDetails.AuditMan;
newDesignDetails.JoinPersonNum = designDetails.JoinPersonNum;
newDesignDetails.RemarCode = designDetails.RemarCode;
db.SubmitChanges();
}
@@ -143,6 +143,7 @@ namespace BLL
newGeneralPlanApproval.ImplementationDeviation = generalPlanApproval.ImplementationDeviation;
newGeneralPlanApproval.AttachUrl = generalPlanApproval.AttachUrl;
newGeneralPlanApproval.UnitWorkId = generalPlanApproval.UnitWorkId;
newGeneralPlanApproval.RemarkCode = generalPlanApproval.RemarkCode;
db.SubmitChanges();
}
}
@@ -149,6 +149,7 @@ namespace BLL
newMajorPlanApproval.AttachUrl = majorPlanApproval.AttachUrl;
newMajorPlanApproval.UnitWorkId = majorPlanApproval.UnitWorkId;
newMajorPlanApproval.ExpertReviewMan = majorPlanApproval.ExpertReviewMan;
newMajorPlanApproval.RemarkCode = majorPlanApproval.RemarkCode;
newMajorPlanApproval.IsReview = majorPlanApproval.IsReview;
db.SubmitChanges();
@@ -149,6 +149,7 @@ namespace BLL
newNCRManagement.Status = nCRManagement.Status;
newNCRManagement.Problem = nCRManagement.Problem;
newNCRManagement.Measure = nCRManagement.Measure;
newNCRManagement.RemarkCode = nCRManagement.RemarkCode;
db.SubmitChanges();
}
}
@@ -127,6 +127,7 @@ namespace BLL
newPressurePipe.IssuedReportNumber = PressurePipe.IssuedReportNumber;
newPressurePipe.Status = PressurePipe.Status;
newPressurePipe.ReportTime = PressurePipe.ReportTime;
newPressurePipe.RemarkCode = PressurePipe.RemarkCode;
db.SubmitChanges();
}
}
@@ -127,6 +127,7 @@ namespace BLL
newQualityAccident.AttachUrl = QualityAccident.AttachUrl;
newQualityAccident.UnitWorkId = QualityAccident.UnitWorkId;
newQualityAccident.Status = QualityAccident.Status;
newQualityAccident.RemarkCode = QualityAccident.RemarkCode;
db.SubmitChanges();
}
}
@@ -130,6 +130,7 @@ namespace BLL
newEquipment.MonitoringReportNumber = SpecialEquipment.MonitoringReportNumber;
newEquipment.Status = SpecialEquipment.Status;
newEquipment.PositionNum = SpecialEquipment.PositionNum;
newEquipment.RemarkCode = SpecialEquipment.RemarkCode;
db.SubmitChanges();
}
}
+2 -2
View File
@@ -3259,12 +3259,12 @@ namespace BLL
/// <summary>
/// 设计交底导入模板文件原始虚拟路径
/// </summary>
public const string DesignDetailsTemplateUrl = "File\\Excel\\DataIn\\设计交底导入模板.xls";
public const string DesignDetailsTemplateUrl = "File\\Excel\\DataIn\\设计交底管理导入模板.xls";
/// <summary>
/// 图纸会审记录导入模板文件原始虚拟路径
/// </summary>
public const string ReviewDrawingsTemplateUrl = "File\\Excel\\DataIn\\图纸会审记录导入模板.xls";
public const string ReviewDrawingsTemplateUrl = "File\\Excel\\DataIn\\图纸会审管理导入模板.xls";
/// <summary>
/// 检验试验计划导入模板文件原始虚拟路径