diff --git a/MP-TAB-SERV/Components/MachineBlock.razor b/MP-TAB-SERV/Components/MachineBlock.razor index 6bba448e..234a5247 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor +++ b/MP-TAB-SERV/Components/MachineBlock.razor @@ -91,79 +91,87 @@ else } else { -
-
- @*
-
-
-
- Art +
+
+
+ @*
+
+
+
+ Art +
+
+ @RecMSE.CodArticolo +
+
+
+
+ @($"PODL{RecMSE.IdxPOdl:00000000}") +
+
+ @($"ODL{RecMSE.IdxOdl:00000000}") +
+
+
+
*@ +
+
+
+

+ @RecMSE.Nome +

-
- @RecMSE.CodArticolo -
-
-
-
- @($"PODL{RecMSE.IdxPOdl:00000000}") -
-
- @($"ODL{RecMSE.IdxOdl:00000000}") -
-
-
-
*@ -
-
-
-

- @RecMSE.Nome -

-
-
-
-
- @RecMSE.DescrizioneStato -
-
- @(formatDurata(RecMSE.Durata)) +
+
+
+ @RecMSE.DescrizioneStato +
+
+ @(formatDurata(RecMSE.Durata)) +
-
-
-
-
- Confermati +
+
+
+ Confermati +
+
+ Prodotti +
+
+ Ordinati +
-
- Prodotti +
+
+ @($"{RecMSE.PezziConf:N0}") +
+
+ @($"{RecMSE.PezziProd:N0}") +
+
+ @($"{RecMSE.NumPezzi:N0}") +
-
- Ordinati -
-
-
-
- @($"{RecMSE.PezziConf:N0}") -
-
- @($"{RecMSE.PezziProd:N0}") -
-
- @($"{RecMSE.NumPezzi:N0}") -
-
-
-
- +
+
+ +
+
+ +
} } +