Update display tab con scarti + rilavorati ove presenti
This commit is contained in:
@@ -196,14 +196,6 @@ else
|
||||
</div>
|
||||
@if (datiProdAct != null)
|
||||
{
|
||||
<div class="text-end text-success d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Buoni Vers
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"{datiProdAct.PzConfBuoni}")
|
||||
</div>
|
||||
</div>
|
||||
@if (datiProdAct.PzConfScarto > 0)
|
||||
{
|
||||
<div class="text-end text-danger d-flex justify-content-between">
|
||||
@@ -215,6 +207,25 @@ else
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@if (datiProdAct.PzConfRilav > 0)
|
||||
{
|
||||
<div class="text-end text-warning d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Rilav Vers
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"- {datiProdAct.PzConfRilav}")
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
<div class="text-end text-success d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Buoni Vers
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"{datiProdAct.PzConfBuoni}")
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@if (RecMSE.extraVal > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user