diff --git a/MP-TAB3/Components/MachineBlock.razor b/MP-TAB3/Components/MachineBlock.razor index 59133270..ac8363c7 100644 --- a/MP-TAB3/Components/MachineBlock.razor +++ b/MP-TAB3/Components/MachineBlock.razor @@ -36,16 +36,16 @@ else
@RecMSE.CodMacchina
-
-
+
+
@RecMSE.Nome
-
-
+
+
@RecMSE.DescrizioneStato:   @(FormatDurata(RecMSE.Durata))
@@ -72,29 +72,84 @@ else
-
- +
-
ART:
-
@($"{RecMSE.CodArticolo}")
+
ART:
+
@($"{RecMSE.CodArticolo}")
-
ODL:
-
@($"ODL{RecMSE.IdxOdl:00000000}")
+
ODL:
+
@($"ODL{RecMSE.IdxOdl:00000000}")
-
PODL:
-
@($"PODL{RecMSE.IdxPOdl:00000000}")
+
PODL:
+
@($"PODL{RecMSE.IdxPOdl:00000000}")
- } else { -
+
+ @RecMSE.CodMacchina +
+
+
+
+ @RecMSE.Nome +
+
+
+
+
+
+
+ @RecMSE.DescrizioneStato:   @(FormatDurata(RecMSE.Durata)) +
+
+
+
+
+   @($" {RecMSE.PezziConf}")   +
+
+ @if (datiProdAct != null && datiProdAct.PzConfScarto > 0) + { + @($"(- {datiProdAct.PzConfScarto})") + } +
+
+
+
+   @($" {RecMSE.PezziProd}") +
+
+
+
+
+ +
+
+ +
+
ART:
+
@($"{RecMSE.CodArticolo}")
+
+
+
ODL:
+
@($"ODL{RecMSE.IdxOdl:00000000}")
+
+
+
PODL:
+
@($"PODL{RecMSE.IdxPOdl:00000000}")
+
+
+
+
+
+ @*
@@ -144,7 +199,7 @@ else
}
-
+
*@ } } else @@ -249,15 +304,6 @@ else @if (showDraw && RecMSE != null) { - - @* if (isMobile) - { -

Mobile

-