@@ -261,6 +188,55 @@ else
+
*@
+
+
+
+
+ @RecMSE.Nome
+
+
+
+
+
@($"{RecMSE.PezziConf:N0}")
+
+
+
+
@($"{RecMSE.PezziProd:N0}")
+
+
+
+
@($"{RecMSE.extraVal:N0}")
+
+
+
+
+
+
+
+
+
+
+ @RecMSE.DescrizioneStato
+
+
+ @(formatDurata(RecMSE.Durata))
+
+
+
+
+
ART:
+
@($"{RecMSE.CodArticolo}")
+
+
+
ODL:
+
@($"ODL{RecMSE.IdxOdl:00000000}")
+
+
+
PODL:
+
@($"PODL{RecMSE.IdxPOdl:00000000}")
+
+
}
diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.css b/MP-TAB-SERV/Components/MachineBlock.razor.css
index 63ec5c8b..a5bab62e 100644
--- a/MP-TAB-SERV/Components/MachineBlock.razor.css
+++ b/MP-TAB-SERV/Components/MachineBlock.razor.css
@@ -84,4 +84,13 @@
.imgFitToSize {
height: 5rem;
}
+}
+.cardBlock {
+ border-radius: 0.5rem;
+ background: linear-gradient(121deg, rgba(255, 255, 255, 0.2) -0.71%, rgba(255, 255, 255, 0.05) 97.66%);
+ box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
+ flex-shrink: 0;
+}
+.statusCard {
+ border-radius: 0.5rem;
}
\ No newline at end of file
diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.less b/MP-TAB-SERV/Components/MachineBlock.razor.less
index fd29b6ab..451726b7 100644
--- a/MP-TAB-SERV/Components/MachineBlock.razor.less
+++ b/MP-TAB-SERV/Components/MachineBlock.razor.less
@@ -95,3 +95,15 @@
}
}
+.cardBlock {
+ border-radius: 0.5rem;
+ background: linear-gradient(121deg, rgba(255, 255, 255, 0.20) -0.71%, rgba(255, 255, 255, 0.05) 97.66%);
+ box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
+ //backdrop-filter: blur(20px);
+ //max-height: 7rem;
+ flex-shrink: 0;
+}
+
+.statusCard {
+ border-radius: 0.5rem;
+}
diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.min.css b/MP-TAB-SERV/Components/MachineBlock.razor.min.css
index 448d6dea..213155d8 100644
--- a/MP-TAB-SERV/Components/MachineBlock.razor.min.css
+++ b/MP-TAB-SERV/Components/MachineBlock.razor.min.css
@@ -1 +1 @@
-.mapBlock{font-family:'Open Sans Condensed',sans-serif;color:#fff;background-image:linear-gradient(#111,#000);min-width:8em;}.labelTopDx{padding:.1em .4em;width:auto;min-height:0;top:0;left:auto;bottom:auto;color:#fff;background:#2200de;background:rgba(33,36,39,.7);border-radius:15px 15px 0 0;}.sVe{text-align:left;background:#198754;color:#fff;}.sGi{text-align:left;background:#ffc107;background:rgba(255,220,0,.6);color:#fff;}.sRo{text-align:left;background-color:#e2001a;background:rgba(240,0,10,.6);color:#fff;}.sBl{text-align:left;background:#3690ff;background:rgba(0,80,255,.6);color:#fff;}.sGr{text-align:left;background-color:#bcbcbc;background:rgba(180,180,180,.6);color:#fff;}.imgFitToSize{height:7.5rem;object-fit:cover;border-radius:15px 15px 0 0;}@media(max-width:640.98px){.imgFitToSize{height:5rem;}}
\ No newline at end of file
+.mapBlock{font-family:'Open Sans Condensed',sans-serif;color:#fff;background-image:linear-gradient(#111,#000);min-width:8em;}.labelTopDx{padding:.1em .4em;width:auto;min-height:0;top:0;left:auto;bottom:auto;color:#fff;background:#2200de;background:rgba(33,36,39,.7);border-radius:15px 15px 0 0;}.sVe{text-align:left;background:#198754;color:#fff;}.sGi{text-align:left;background:#ffc107;background:rgba(255,220,0,.6);color:#fff;}.sRo{text-align:left;background-color:#e2001a;background:rgba(240,0,10,.6);color:#fff;}.sBl{text-align:left;background:#3690ff;background:rgba(0,80,255,.6);color:#fff;}.sGr{text-align:left;background-color:#bcbcbc;background:rgba(180,180,180,.6);color:#fff;}.imgFitToSize{height:7.5rem;object-fit:cover;border-radius:15px 15px 0 0;}@media(max-width:640.98px){.imgFitToSize{height:5rem;}}.cardBlock{border-radius:.5rem;background:linear-gradient(121deg,rgba(255,255,255,.2) -.71%,rgba(255,255,255,.05) 97.66%);box-shadow:0 4px 24px -1px rgba(0,0,0,.25);flex-shrink:0;}.statusCard{border-radius:.5rem;}
\ No newline at end of file
diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj
index 3c34cd23..2fe69681 100644
--- a/MP-TAB-SERV/MP-TAB-SERV.csproj
+++ b/MP-TAB-SERV/MP-TAB-SERV.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2310.1915
+ 6.16.2310.2317
enable
MP_TAB_SERV
diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html
index 8e5a4d07..8a2f7b44 100644
--- a/MP-TAB-SERV/Resources/ChangeLog.html
+++ b/MP-TAB-SERV/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2310.1915
+
Versione: 6.16.2310.2317
Note di rilascio:
-
diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt
index 173ba33e..4018f81a 100644
--- a/MP-TAB-SERV/Resources/VersNum.txt
+++ b/MP-TAB-SERV/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2310.1915
+6.16.2310.2317
diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml
index 3553fc34..ec329ad8 100644
--- a/MP-TAB-SERV/Resources/manifest.xml
+++ b/MP-TAB-SERV/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2310.1915
+ 6.16.2310.2317
https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip
https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html
false