Changed display of current hot work orders running.

This commit is contained in:
Daniel Wathen
2023-01-19 15:04:03 -07:00
parent 8722400e3d
commit 29936b8571

View File

@ -88,13 +88,11 @@
weekly = string.Join(", ", rpt.WeeklyPartChanges.Split(',')); weekly = string.Join(", ", rpt.WeeklyPartChanges.Split(','));
weeklyPartChanges = @rpt.WeeklyPartChanges.Split(',').Length; weeklyPartChanges = @rpt.WeeklyPartChanges.Split(',').Length;
} }
} }
<li>Bottle Change (@bottleChanges): @bottle</li> <li>Bottle Change (@bottleChanges): @bottle</li>
<li>Daily Part Changes (@dailyPartChanges): @daily</li> <li>Daily Part Changes (@dailyPartChanges): @daily</li>
<li>Weekly Part Changes (@weeklyPartChanges): @weekly</li> <li>Weekly Part Changes (@weeklyPartChanges): @weekly</li>
<li>Red Hot Work Orders (@Model.CurrentHotWORunning.Count()): @string.Join(", ", Model.CurrentHotWORunning)</li> <li class="text-danger">Hot Work Orders (@Model.CurrentHotWORunning.Count()): @string.Join(", ", Model.CurrentHotWORunning)</li>
</ul> </ul>
<br /> <br />
<a class="btn btn-light" asp-controller="ProductionReport" asp-action="EditDailyReport">Edit</a> <a class="btn btn-light" asp-controller="ProductionReport" asp-action="EditDailyReport">Edit</a>