@Environment
@DbNameExample
@currHwSwInfo.runtimeImg
@currHwSwInfo.mainAssembly
@currHwSwInfo.ServerStats@@ -89,7 +89,7 @@
@currHwSwInfo.IISStats@@ -112,7 +112,7 @@
@@ -133,51 +133,3 @@
|
-
+
+
+ @if (currRecord != null)
+ {
+
+
+ }
+
|
Articolo | Fase | @@ -101,8 +226,10 @@ else@if (isEditing == false) { - + + + @**@ } else { @@ -110,15 +237,15 @@ else } |
- @record.OdlNav.CodArticolo
- @record.OdlNav.ArticoloNav.DescArticolo
+ @record.CodArticolo
+ @record.ArticoloNav.DescArticolo
|
- @tradFase(record.OdlNav.KeyRichiesta) + @tradFase(record.KeyRichiesta) |
@record.IdxMacchina
- @record.MachineNav.Descrizione
+ @*@record.MachineNav.Descrizione *@
|
@record.DtRif @@ -180,8 +307,8 @@ else @record.dtEvento |
- @record.CodFlux
- @traduci(record.CodFlux)
+ @traduci(record.CodFlux)
+ @record.CodFlux
|
@if (record.ValoreEdit != record.Valore)
diff --git a/MP.SPEC/Components/ListDossiers.razor.cs b/MP.SPEC/Components/ListDossiers.razor.cs
index 2e88dc72..a7b3c903 100644
--- a/MP.SPEC/Components/ListDossiers.razor.cs
+++ b/MP.SPEC/Components/ListDossiers.razor.cs
@@ -1,5 +1,5 @@
using Microsoft.AspNetCore.Components;
-using Microsoft.AspNetCore.DataProtection;
+using Microsoft.EntityFrameworkCore.Query.Internal;
using Microsoft.JSInterop;
using MP.Data.DatabaseModels;
using MP.Data.DTO;
@@ -13,7 +13,7 @@ namespace MP.SPEC.Components
#region Public Properties
[Parameter]
- public EventCallback|
-
+ @if (currRecord != null)
+ {
+
+ }
|
Articolo |
Fase |
diff --git a/MP.SPEC/Components/ListPARAMS.razor b/MP.SPEC/Components/ListPARAMS.razor
index d49a30f6..70fc3a12 100644
--- a/MP.SPEC/Components/ListPARAMS.razor
+++ b/MP.SPEC/Components/ListPARAMS.razor
@@ -17,7 +17,10 @@ else
-
+ @if (currRecord != null)
+ {
+
+ }
|
Data |
Macchina |
diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor
index 4bcc0552..6b87bbb8 100644
--- a/MP.SPEC/Components/ListPODL.razor
+++ b/MP.SPEC/Components/ListPODL.razor
@@ -17,7 +17,10 @@ else
-
+ @if (currRecord != null)
+ {
+
+ }
|
Articolo |
Fase |
@@ -45,7 +48,8 @@ else
{
}
+
+ }
@record.CodArticolo
diff --git a/MP.SPEC/Data/MpDataService.cs b/MP.SPEC/Data/MpDataService.cs
index b0c3db2e..bdcf0c87 100644
--- a/MP.SPEC/Data/MpDataService.cs
+++ b/MP.SPEC/Data/MpDataService.cs
@@ -338,7 +338,7 @@ namespace MP.SPEC.Data
///
/// record dossier da eliminare
/// |
-
+
Codice
+
Disegno
-
-
-
-
-
+
+ Azienda
-
-
+
+
+
+ Tipo
+
+
+
+
+ Descrizione
+
+
@@ -120,7 +125,10 @@
-
+ @if (currRecord != null)
+ {
+
+ }
|
Articolo |
Disegno |
@@ -136,7 +144,7 @@
-
+
|
| @record.CodArticolo
diff --git a/MP.SPEC/Pages/Contacts.razor b/MP.SPEC/Pages/Contacts.razor
new file mode 100644
index 00000000..e845ae27
--- /dev/null
+++ b/MP.SPEC/Pages/Contacts.razor
@@ -0,0 +1,71 @@
+@page "/Contacts"
+@using MP.SPEC.Data
+
+@inject MessageService AppMService
+
+
+
+
diff --git a/MP.SPEC/Pages/Contacts.razor.cs b/MP.SPEC/Pages/Contacts.razor.cs
new file mode 100644
index 00000000..8e8a2ef5
--- /dev/null
+++ b/MP.SPEC/Pages/Contacts.razor.cs
@@ -0,0 +1,32 @@
+namespace MP.SPEC.Pages
+{
+ public partial class Contacts : IDisposable
+ {
+ #region Public Methods
+
+ public void Dispose()
+ {
+ GC.Collect();
+ }
+
+ #endregion Public Methods
+
+ #region Protected Fields
+
+ protected string Messaggio = "";
+ protected string Titolo = "";
+
+ #endregion Protected Fields
+
+ #region Protected Methods
+
+ protected override void OnInitialized()
+ {
+ Titolo = "MP SPEC";
+ Messaggio = "I nostri contattatti e siti di supporto";
+ AppMService.ShowSearch = false;
+ }
+
+ #endregion Protected Methods
+ }
+}
\ No newline at end of file
diff --git a/MP.SPEC/Pages/DOSS.razor.cs b/MP.SPEC/Pages/DOSS.razor.cs
index af62c038..db3034d7 100644
--- a/MP.SPEC/Pages/DOSS.razor.cs
+++ b/MP.SPEC/Pages/DOSS.razor.cs
@@ -50,7 +50,7 @@ namespace MP.SPEC.Pages
isFiltering = false;
}
- protected async Task selRecordDoss(Dossiers selDoss)
+ protected async Task selRecordDoss(DossierModel selDoss)
{
currRecordDoss = selDoss;
await Task.Delay(1);
@@ -78,7 +78,7 @@ namespace MP.SPEC.Pages
set => currFilter.CurrPage = value;
}
- private Dossiers? currRecordDoss { get; set; } = null;
+ private DossierModel? currRecordDoss { get; set; } = null;
private bool isEditing
{
diff --git a/MP.SPEC/Pages/Index.razor b/MP.SPEC/Pages/Index.razor
index 60e3e1f8..6e4daf2d 100644
--- a/MP.SPEC/Pages/Index.razor
+++ b/MP.SPEC/Pages/Index.razor
@@ -11,7 +11,7 @@
+
+
+
+
+
+
+
+
+
+
+ @Titolo+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @Messaggio+
+
+ Sede Operativa+ + EgalWare s.r.l.+ via Nazionale, 93 + 24068 Seriate - BG + P: + 035.290178 + P: + 035.460560 + +
+
+ Sede Legale+ + EgalWare s.r.l.+ via Nazionale, 93 + 24068 Seriate - BG + + VAT:03985390164 + +
+
+ Supporto+ + Web:+ Accedi al supporto dal nostro sito web + + Email: + Scrivi un email a info at egalware.com + +
MAPO SPEC
-
+
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index df775592..3d2a01e5 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2211.312+Versione: 6.16.2211.416Note di rilascio: |
|---|