+
@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}")
+
+
)
+
+
+
+
+ @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
-
- }
- else
- {
-
Desktop
-
- } *@
+ string docUrl = string.IsNullOrEmpty(RecMSE.Disegno) ? $"disegni/{RecMSE.CodArticolo}.pdf" : $"disegni/{RecMSE.Disegno}.pdf";
+
}
\ No newline at end of file
diff --git a/MP-TAB3/Components/MachineBlock.razor.css b/MP-TAB3/Components/MachineBlock.razor.css
index 4b76a4f8..c63d6b7a 100644
--- a/MP-TAB3/Components/MachineBlock.razor.css
+++ b/MP-TAB3/Components/MachineBlock.razor.css
@@ -16,8 +16,8 @@
background-image: linear-gradient(#111, #000);
min-width: 8em;
}
-.labelTopDx {
- padding: 0.1em 0.4em;
+.labelTop {
+ padding: 0.1em;
width: auto;
min-height: 0;
top: 0;
@@ -25,16 +25,8 @@
bottom: auto;
color: #FFFFFF;
background: #2200DE;
- background: rgba(33, 36, 39, 0.7);
+ background: rgba(33, 36, 39, 0.75);
border-radius: 15px 15px 0 0;
- /*-webkit-border-top-right-radius: inherit;
- border-top-right-radius: inherit;
- -webkit-border-top-left-radius: inherit;
- border-top-left-radius: inherit;
- -webkit-border-bottom-left-radius: inherit;
- border-bottom-left-radius: inherit;
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0;*/
}
/* area semafori*/
.sVe {
@@ -81,14 +73,13 @@
border-radius: 0 0 15px 15px;
}
.imgFitToSize {
- height: 9.5rem;
- object-fit: contain;
- border-radius: 15px 15px 0 0;
- background-color: #383b3f;
+ height: 11rem;
+ object-fit: cover;
+ border-radius: 15px 15px 0 0;
}
@media (max-width: 640.98px) {
.imgFitToSize {
- height: 5rem;
+ height: 8rem;
}
.card-body {
background-color: transparent;
diff --git a/MP-TAB3/Components/MachineBlock.razor.less b/MP-TAB3/Components/MachineBlock.razor.less
index 90376d2e..64f1bb69 100644
--- a/MP-TAB3/Components/MachineBlock.razor.less
+++ b/MP-TAB3/Components/MachineBlock.razor.less
@@ -18,8 +18,8 @@
min-width: 8em;
}
-.labelTopDx {
- padding: 0.1em 0.4em;
+.labelTop {
+ padding: 0.1em;
width: auto;
min-height: 0;
top: 0;
@@ -27,16 +27,8 @@
bottom: auto;
color: #FFFFFF;
background: #2200DE;
- background: rgba(33,36,39,.7);
+ background: rgba(33,36,39,.75);
border-radius: 15px 15px 0 0;
- /*-webkit-border-top-right-radius: inherit;
- border-top-right-radius: inherit;
- -webkit-border-top-left-radius: inherit;
- border-top-left-radius: inherit;
- -webkit-border-bottom-left-radius: inherit;
- border-bottom-left-radius: inherit;
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0;*/
}
/* area semafori*/
@@ -89,14 +81,14 @@
}
.imgFitToSize {
- height: 7.5rem;
+ height: 11rem;
object-fit: cover;
border-radius: 15px 15px 0 0;
}
@media (max-width: 640.98px){
.imgFitToSize{
- height: 5rem;
+ height: 8rem;
}
.card-body{
background-color: transparent;
diff --git a/MP-TAB3/Components/MachineBlock.razor.min.css b/MP-TAB3/Components/MachineBlock.razor.min.css
index ba42cf66..d7b3e5b2 100644
--- a/MP-TAB3/Components/MachineBlock.razor.min.css
+++ b/MP-TAB3/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;}.card-body{background-color:currentColor;background-image:linear-gradient(121deg,rgba(255,255,255,.2) -.71%,rgba(255,255,255,.05) 97.66%);border-radius:0 0 15px 15px;}.imgFitToSize{height:7.5rem;object-fit:cover;border-radius:15px 15px 0 0;}@media(max-width:640.98px){.imgFitToSize{height:5rem;}.card-body{background-color:transparent;}}.statusCard{border-radius:.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;}.labelTop{padding:.1em;width:auto;min-height:0;top:0;left:auto;bottom:auto;color:#fff;background:#2200de;background:rgba(33,36,39,.75);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;}.card-body{background-color:currentColor;background-image:linear-gradient(121deg,rgba(255,255,255,.2) -.71%,rgba(255,255,255,.05) 97.66%);border-radius:0 0 15px 15px;}.imgFitToSize{height:11rem;object-fit:cover;border-radius:15px 15px 0 0;}@media(max-width:640.98px){.imgFitToSize{height:8rem;}.card-body{background-color:transparent;}}.statusCard{border-radius:.5rem;}
\ No newline at end of file
diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index 95e35242..cc2ea681 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2402.2312
+ 6.16.2402.2412
enable
MP_TAB3
diff --git a/MP-TAB3/Program.cs b/MP-TAB3/Program.cs
index 318e051f..cfe31508 100644
--- a/MP-TAB3/Program.cs
+++ b/MP-TAB3/Program.cs
@@ -61,12 +61,15 @@ app.UseStaticFiles();
// gestione static files: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-8.0
string BasePathDisegni = configuration.GetValue
("OptConf:BasePathDisegni");
-// gestione cartella x PDF
-app.UseStaticFiles(new StaticFileOptions
+if (!string.IsNullOrEmpty(BasePathDisegni))
{
- FileProvider = new PhysicalFileProvider(BasePathDisegni),
- RequestPath = "/disegni",
-});
+ // gestione cartella x PDF
+ app.UseStaticFiles(new StaticFileOptions
+ {
+ FileProvider = new PhysicalFileProvider(BasePathDisegni),
+ RequestPath = "/disegni",
+ });
+}
app.UseRouting();
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 3ed29d2e..84c7f083 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2402.2312
+ Versione: 6.16.2402.2412
Note di rilascio:
-
diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt
index 3d88ebaa..47bbd192 100644
--- a/MP-TAB3/Resources/VersNum.txt
+++ b/MP-TAB3/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2402.2312
+6.16.2402.2412
diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml
index c167789d..3fec1f64 100644
--- a/MP-TAB3/Resources/manifest.xml
+++ b/MP-TAB3/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2402.2312
+ 6.16.2402.2412
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html
false