- Some text as placeholder. In real life you can have the elements you have chosen. Like, text, images, lists, etc.
+
+
-
-@code {
-
-}
diff --git a/MP.INVE/Pages/Test.razor.cs b/MP.INVE/Pages/Test.razor.cs
new file mode 100644
index 00000000..6ae918e7
--- /dev/null
+++ b/MP.INVE/Pages/Test.razor.cs
@@ -0,0 +1,54 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using Microsoft.AspNetCore.Components;
+using System.Net.Http;
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Components.Authorization;
+using Microsoft.AspNetCore.Components.Forms;
+using Microsoft.AspNetCore.Components.Routing;
+using Microsoft.AspNetCore.Components.Web;
+using Microsoft.AspNetCore.Components.Web.Virtualization;
+using Microsoft.JSInterop;
+using MP.INVE;
+using MP.INVE.Shared;
+using MP.INVE.Components;
+using MP.INVE.Data;
+using MP.Data.DatabaseModels;
+
+namespace MP.INVE.Pages
+{
+ public partial class Test
+ {
+ [Inject]
+ MiDataService MIService { get; set; } = null!;
+ [Inject]
+ IJSRuntime JSRuntime { get; set; } = null!;
+
+ List
? elencoUDC;
+ protected override async Task OnInitializedAsync()
+ {
+ await Task.Delay(1);
+ //elencoUDC = MIService.ElencoUDC().Take(4).ToList();
+
+
+
+ //await getId();
+ }
+
+ protected override async Task OnAfterRenderAsync(bool firstRender)
+ {
+ if (firstRender)
+ {
+ await JSRuntime.InvokeVoidAsync("clearContent", $"qrCodeImg_{101}");
+ await JSRuntime.InvokeVoidAsync("displayQr", $"qrCodeImg_{101}", "20MFI000000001");
+ await JSRuntime.InvokeVoidAsync("clearContent", $"qrCodeImg_{102}");
+ await JSRuntime.InvokeVoidAsync("displayQr", $"qrCodeImg_{102}", "20MSL000000002");
+ await JSRuntime.InvokeVoidAsync("clearContent", $"qrCodeImg_{103}");
+ await JSRuntime.InvokeVoidAsync("displayQr", $"qrCodeImg_{103}", "21MFI000000013");
+ }
+ }
+ private string CodUDC { get; set; } = null!;
+ }
+}
\ No newline at end of file
diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html
index 953220cf..ebd950e4 100644
--- a/MP.INVE/Resources/ChangeLog.html
+++ b/MP.INVE/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOINVE
- Versione: 6.16.2211.2310
+ Versione: 6.16.2211.2315
Note di rilascio:
-
diff --git a/MP.INVE/Resources/VersNum.txt b/MP.INVE/Resources/VersNum.txt
index 0c4130fc..ab2beada 100644
--- a/MP.INVE/Resources/VersNum.txt
+++ b/MP.INVE/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2211.2310
+6.16.2211.2315
diff --git a/MP.INVE/Resources/manifest.xml b/MP.INVE/Resources/manifest.xml
index 97ca34de..c16f13ff 100644
--- a/MP.INVE/Resources/manifest.xml
+++ b/MP.INVE/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2211.2310
+ 6.16.2211.2315
https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip
https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html
false
diff --git a/MP.INVE/appsettings.json b/MP.INVE/appsettings.json
index 0e6a99e2..61265b54 100644
--- a/MP.INVE/appsettings.json
+++ b/MP.INVE/appsettings.json
@@ -19,6 +19,7 @@
"redisLongTimeCache": "15",
"MpIoBaseUrl": "http://localhost:20967/",
"BaseUrl": "https://iis01.egalware.com/mp/inve/Acquisizione?",
- "BaseUrlJumper": "https://iis01.egalware.com/mp/inve/jumper?"
+ "BaseUrlJumper": "https://iis01.egalware.com/mp/inve/jumper?",
+ "BaseUrlJumperTest": "https://Localhost:7212/jumper?"
}
}