This commit is contained in:
gaofei
2021-08-13 11:15:59 +08:00
parent 43acc57060
commit d8dff88c39
320 changed files with 37219 additions and 4678 deletions
@@ -124,6 +124,7 @@ namespace BLL
newInspectionEquipment.UnitId = inspectionEquipment.UnitId;
newInspectionEquipment.InspectionCode = inspectionEquipment.InspectionCode;
newInspectionEquipment.CNProfessionalId = inspectionEquipment.CNProfessionalId;
newInspectionEquipment.EquipmentOrMatail = inspectionEquipment.EquipmentOrMatail;
newInspectionEquipment.InspectionName = inspectionEquipment.InspectionName;
newInspectionEquipment.Specifications = inspectionEquipment.Specifications;
newInspectionEquipment.Supplier = inspectionEquipment.Supplier;
@@ -158,6 +159,7 @@ namespace BLL
newInspectionEquipment.CNProfessionalId = inspectionEquipment.CNProfessionalId;
newInspectionEquipment.InspectionName = inspectionEquipment.InspectionName;
newInspectionEquipment.Specifications = inspectionEquipment.Specifications;
newInspectionEquipment.EquipmentOrMatail = inspectionEquipment.EquipmentOrMatail;
newInspectionEquipment.Supplier = inspectionEquipment.Supplier;
newInspectionEquipment.Counts = inspectionEquipment.Counts;
newInspectionEquipment.SamplingCount = inspectionEquipment.SamplingCount;
@@ -69,6 +69,7 @@ namespace BLL
newConstructionStandardListProject.IsSelected8 = ConstructionStandardListProject.IsSelected8;
newConstructionStandardListProject.IsSelected9 = ConstructionStandardListProject.IsSelected9;
newConstructionStandardListProject.IsSelected10 = ConstructionStandardListProject.IsSelected10;
newConstructionStandardListProject.IsChecked = ConstructionStandardListProject.IsChecked;
Funs.DB.CQMS_Law_ConstructionStandardListProject.InsertOnSubmit(newConstructionStandardListProject);
Funs.DB.SubmitChanges();
}
@@ -103,6 +104,7 @@ namespace BLL
newConstructionStandardListProject.IsSelected8 = ConstructionStandardListProject.IsSelected8;
newConstructionStandardListProject.IsSelected9 = ConstructionStandardListProject.IsSelected9;
newConstructionStandardListProject.IsSelected10 = ConstructionStandardListProject.IsSelected10;
newConstructionStandardListProject.IsChecked = ConstructionStandardListProject.IsChecked;
Funs.DB.SubmitChanges();
}
}