fix grafico
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="alert alert-warning fs-3">MANCA ODL: conferma NON permessa</div>
|
||||
<div class="alert alert-warning text-danger fw-bold fs-3">MANCA ODL: conferma NON permessa</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,7 +67,7 @@
|
||||
@($"{dtReqUpdate:HH:mm:ss} | {dtReqUpdate:ddd yyyy.MM.dd}")
|
||||
</div>
|
||||
<div class="p-1">
|
||||
@if (showConfirm)
|
||||
@if (showConfirm && numPzProdotti2Rec >= 0)
|
||||
{
|
||||
<button class="btn btn-success text-light btn-lg w-100 h-100" @onclick="SalvaConfPz"><i class="fa-regular fa-floppy-disk"></i></button>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user