Changed display of current hot work orders running.
This commit is contained in:
@ -88,13 +88,11 @@
|
||||
weekly = string.Join(", ", rpt.WeeklyPartChanges.Split(','));
|
||||
weeklyPartChanges = @rpt.WeeklyPartChanges.Split(',').Length;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
<li>Bottle Change (@bottleChanges): @bottle</li>
|
||||
<li>Daily Part Changes (@dailyPartChanges): @daily</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>
|
||||
<br />
|
||||
<a class="btn btn-light" asp-controller="ProductionReport" asp-action="EditDailyReport">Edit</a>
|
||||
|
Reference in New Issue
Block a user