diff --git a/MP.Stats/Pages/Controlli.razor b/MP.Stats/Pages/Controlli.razor index afb31fb5..6fa4103f 100644 --- a/MP.Stats/Pages/Controlli.razor +++ b/MP.Stats/Pages/Controlli.razor @@ -4,19 +4,10 @@ @using MP.Stats.Components
-
-
-
Registro Controlli
-
-
-
+
+
-
-
-
- -
-
+
@if (ListRecords == null) { diff --git a/MP.Stats/Pages/Diario.razor b/MP.Stats/Pages/Diario.razor index e31d0977..313bd370 100644 --- a/MP.Stats/Pages/Diario.razor +++ b/MP.Stats/Pages/Diario.razor @@ -3,19 +3,10 @@ @using MP.Stats.Components
-
-
-
Diario Produzione
-
-
-
+
+
-
-
-
- -
-
+
@if (ListRecords == null) { diff --git a/MP.Stats/Pages/Index.razor b/MP.Stats/Pages/Index.razor index bafa7164..ba17de50 100644 --- a/MP.Stats/Pages/Index.razor +++ b/MP.Stats/Pages/Index.razor @@ -23,17 +23,12 @@
-
-
Main Topics
-
- - - - - - -
-
+ + + + + +
diff --git a/MP.Stats/Pages/Oee.razor b/MP.Stats/Pages/Oee.razor index 0a661c25..598eb0c3 100644 --- a/MP.Stats/Pages/Oee.razor +++ b/MP.Stats/Pages/Oee.razor @@ -3,73 +3,64 @@ @using MP.Stats.Components
-
-
-
TRS / OEE %
-
-
-
+
+
-
-
-
- -
-
+
@if (currRecord != null) { - + } @if (ListRecords == null) { - + } else if (totalCount == 0) { -
Nessun record trovato
+
Nessun record trovato
} else { -
-
- - - - @**@ - - - - - - - - - - - @foreach (var record in ListRecords) +
+
+
DataTurnoMacchinaArticoloDurataPezziOEE %
+ + + @**@ + + + + + + + + + + + @foreach (var record in ListRecords) { - + - @**@ - - - - - - - - + @**@ + + + + + + + + } - -
DataTurnoMacchinaArticoloDurataPezziOEE %
-
@record.DataRif.ToString("yyyy.MM.dd")
-
@record.DataRif.ToString("dddd")
-
@record.Turno -
@record.CodMacchina
-
@record.IdxMacchina
-
@record.CodArticolo@record.TotPeriodo.ToString("N2")@record.TotPz@record.OEE.ToString("P2")
+
@record.DataRif.ToString("yyyy.MM.dd")
+
@record.DataRif.ToString("dddd")
+
@record.Turno +
@record.CodMacchina
+
@record.IdxMacchina
+
@record.CodArticolo@record.TotPeriodo.ToString("N2")@record.TotPz@record.OEE.ToString("P2")
-
+ +
+
}