forked from ddrilling/AsbCloudServer
правка багов
This commit is contained in:
parent
938562448d
commit
a5ccd8973d
@ -1,4 +1,3 @@
|
||||
using AsbCloudApp.Data.ProcessMaps.Functions;
|
||||
using AsbCloudApp.Data.ProcessMaps.Operations;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@ -8,7 +7,7 @@ public class ProcessMapPlanLoadCapacityTemplate : ITemplateParameters
|
||||
{
|
||||
public string SheetName => "Выработка нагрузки";
|
||||
|
||||
public int HeaderRowsCount => 3;
|
||||
public int HeaderRowsCount => 2;
|
||||
|
||||
public string FileName => "ProcessMapPlanLoadCapacity.xlsx";
|
||||
|
||||
|
@ -21,7 +21,7 @@ public class ProcessMapPlanOscillationTemplate : ITemplateParameters
|
||||
{ nameof(ProcessMapPlanOscillationDto.RpmLeft), new Cell(6, typeof(double)) },
|
||||
{ nameof(ProcessMapPlanOscillationDto.TorqueMaxRight), new Cell(7, typeof(double)) },
|
||||
{ nameof(ProcessMapPlanOscillationDto.TorqueMaxLeft), new Cell(8, typeof(double)) },
|
||||
{ nameof(ProcessMapPlanOscillationDto.Mode), new Cell(10, typeof(int)) },
|
||||
{ nameof(ProcessMapPlanOscillationDto.Note), new Cell(11, typeof(string)) },
|
||||
{ nameof(ProcessMapPlanOscillationDto.Mode), new Cell(9, typeof(int)) },
|
||||
{ nameof(ProcessMapPlanOscillationDto.Note), new Cell(10, typeof(string)) },
|
||||
};
|
||||
}
|
@ -7,7 +7,7 @@ public class ProcessMapPlanReamingSlideTemplate : ITemplateParameters
|
||||
{
|
||||
public string SheetName => "Проработка для слайда";
|
||||
|
||||
public int HeaderRowsCount => 2;
|
||||
public int HeaderRowsCount => 3;
|
||||
|
||||
public string FileName => "ProcessMapPlanReamingSlide.xlsx";
|
||||
|
||||
|
@ -9,7 +9,7 @@ public class ProcessMapPlanSwitchingToTheModeTemplate : ITemplateParameters
|
||||
{
|
||||
public string SheetName => "Выход на плановый расход";
|
||||
|
||||
public int HeaderRowsCount => 3;
|
||||
public int HeaderRowsCount => 2;
|
||||
|
||||
public string FileName => "ProcessMapPlanSwitchingToTheMode.xlsx";
|
||||
|
||||
|
@ -24,5 +24,5 @@ public class ProcessMapPlanLoadCapacityController :
|
||||
{
|
||||
}
|
||||
|
||||
protected override string TemplateFileName => "ЕЦП_шаблон_файла_РТК_план_проработка_слайд.xlsx";
|
||||
protected override string TemplateFileName => "ЕЦП_шаблон_файла_РТК_план_выработка_нагрузки.xlsx";
|
||||
}
|
Loading…
Reference in New Issue
Block a user