ÎļþÃû´Ó Application/IStation.Application.DataFile/Report/PdfCreate/ReportPdf4Default.cs ÐÞ¸Ä |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public class ReportPdf4Default |
| | | public class Eta_Day_ReportPdf |
| | | { |
| | | #region 屿§ |
| | | Document _document; |
| | |
| | | var ProductList = new Service.Product().GetByCorpID(list.FirstOrDefault().CorpID); |
| | | cell = CreateCell2("è½æä¿¡æ¯", _fontSize11, 5, 1, 40, 0, Element.ALIGN_CENTER); |
| | | table.AddCell(cell); |
| | | var seviceEnginePump = new Service.Product(); |
| | | foreach (var item in list) |
| | | { |
| | | var EnginePumpLine = pipeList?.Find(x => x.ID == item.ObjectID); |
| | | var EnginePump = ProductList.Find(x => x.BelongID == stationID && x.Name == EnginePumpLine.Name); |
| | | var Pump = new Service.Product().GetChildPumpByEnginePumpID(EnginePump.CorpID, EnginePump.ID); |
| | | var Motor = new Service.Product().GetChildMotorByEnginePumpID(EnginePump.CorpID, EnginePump.ID); |
| | | var Pump = seviceEnginePump.GetChildPumpByEnginePumpID(EnginePump.CorpID, EnginePump.ID); |
| | | var Motor = seviceEnginePump.GetChildMotorByEnginePumpID(EnginePump.CorpID, EnginePump.ID); |
| | | |
| | | cell = CreateCell2(EnginePump?.Name, _fontSize11, 1, 4, 40, 0, Element.ALIGN_CENTER); |
| | | table.AddCell(cell); |