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)
|
||||
{
|
||||
|
@ -257,6 +257,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<p> *Rows highlighted in orange have been down for more than 12 hours</p>
|
||||
<p> *Reactors highlighted in red have a hot WO assigned</p>
|
||||
</div>
|
||||
</div>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user