Refresh dimensioni testi
This commit is contained in:
@@ -175,7 +175,7 @@ else
|
||||
{
|
||||
<div class="fs-5 text-end text-warning d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Da Confermare
|
||||
Da Conferm.
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"{datiProdAct.Pz2RecTot}")
|
||||
@@ -186,7 +186,7 @@ else
|
||||
{
|
||||
<div class="fs-5 text-end text-secondary d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Da Confermare
|
||||
Da Conferm.
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"{datiProdAct.Pz2RecTot}")
|
||||
@@ -204,6 +204,16 @@ else
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
else{
|
||||
<div class="fs-5 text-end text-secondary d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Scarti Versati
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"{NumScartiConf}")
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@if (datiProdAct.PzConfRilav > 0)
|
||||
{
|
||||
<div class="fs-5 text-end text-info d-flex justify-content-between">
|
||||
@@ -215,20 +225,31 @@ else
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="fs-5 text-end text-secondary d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Rilav Versati
|
||||
</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 Versati
|
||||
Buoni Vers.
|
||||
</div>
|
||||
<div class="px-0">
|
||||
@($"{datiProdAct.PzConfBuoni}")
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@if (CRecMSE.extraVal > 0)
|
||||
@if (CRecMSE.extraVal > 0 && showQtaExtra)
|
||||
{
|
||||
<div class="text-end text-primary d-flex justify-content-between">
|
||||
<div class="px-0">
|
||||
Qta Extra
|
||||
Extra
|
||||
</div>
|
||||
<div class="px-0">@($"{CRecMSE.extraVal}")</div>
|
||||
</div>
|
||||
|
||||
@@ -26,6 +26,7 @@ namespace MP_TAB3.Components
|
||||
|
||||
private static NLog.Logger Log = LogManager.GetCurrentClassLogger();
|
||||
private bool enableDisegno = false;
|
||||
private bool showQtaExtra = false;
|
||||
private bool forceCloseOdl = true;
|
||||
private int IdxOdl = 0;
|
||||
private int IdxOdlAltra = 0;
|
||||
@@ -353,6 +354,7 @@ namespace MP_TAB3.Components
|
||||
saveParams();
|
||||
// abilitazione disegni...
|
||||
TabDServ.ConfigGetVal("enableDisegno", ref enableDisegno);
|
||||
TabDServ.ConfigGetVal("TAB_ShowQtaExtra", ref showQtaExtra);
|
||||
await ReloadXDL(true);
|
||||
// se configurata uso cartella virtuale... altrimenti cartella processo
|
||||
var sImgBasePath = config.GetValue<string>("ServerConf:ImgBasePath") ?? (config.GetValue<string>("OptConf:ImgBasePath") ?? "");
|
||||
|
||||
Reference in New Issue
Block a user