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();
}
}