When EPP tools have Hot WOs assigned, it also brings in the pairing tools (40 brings in 42, 44 brings in 46, 48 brings in 50)
This commit is contained in:
@ -155,6 +155,17 @@ public static class DailyReportHelper
|
||||
report.PreviousWeek.QTDOutsAndScrap = task4.Result;
|
||||
|
||||
report.CurrentHotWORunning = task7.Result;
|
||||
|
||||
if (report.CurrentHotWORunning.Contains("R40"))
|
||||
report.CurrentHotWORunning.Add("R42");
|
||||
|
||||
if (report.CurrentHotWORunning.Contains("R44"))
|
||||
report.CurrentHotWORunning.Add("R46");
|
||||
|
||||
if (report.CurrentHotWORunning.Contains("R48"))
|
||||
report.CurrentHotWORunning.Add("R50");
|
||||
|
||||
report.CurrentHotWORunning.Sort();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user