diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor
index 8e79dcad..dafd63f2 100644
--- a/MP.SPEC/Components/ListPODL.razor
+++ b/MP.SPEC/Components/ListPODL.razor
@@ -35,6 +35,17 @@ else
+ @if (canStartOdl(record.IdxMacchina))
+ {
+
+ }
+ else
+ {
+ }
|
@record.CodArticolo
diff --git a/MP.SPEC/Components/ListPODL.razor.cs b/MP.SPEC/Components/ListPODL.razor.cs
index 80e3371f..ddb159cb 100644
--- a/MP.SPEC/Components/ListPODL.razor.cs
+++ b/MP.SPEC/Components/ListPODL.razor.cs
@@ -84,6 +84,23 @@ namespace MP.SPEC.Components
await RecordSel.InvokeAsync(newRec);
}
+ protected async Task startOdl(PODLModel selRec)
+ {
+ await Task.Delay(1);
+ }
+
+ ///
+ /// verifica se sia avviabile ODL x macchina
+ ///
+ ///
+ ///
+ private bool canStartOdl(string idxMacchina)
+ {
+ // fare!!!
+ bool answ = idxMacchina.Contains("BAG");
+ return answ;
+ }
+
///
/// Eliminazione record selezionato (previa conferma)
///
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj
index e6b87a80..e7fa6a9e 100644
--- a/MP.SPEC/MP.SPEC.csproj
+++ b/MP.SPEC/MP.SPEC.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.SPEC
- 6.16.2210.1711
+ 6.16.2210.1712
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index 20236b47..033649b1 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2210.1711
+ Versione: 6.16.2210.1712
Note di rilascio:
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index 4169a5c0..cfc216e1 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2210.1711
+6.16.2210.1712
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index 3c1947ad..2bf44199 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2210.1711
+ 6.16.2210.1712
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html
false
|