diff --git a/MP.Data/DbModels/WipSetupKitModel.cs b/MP.Data/DbModels/WipSetupKitModel.cs index 739f0940..23bda074 100644 --- a/MP.Data/DbModels/WipSetupKitModel.cs +++ b/MP.Data/DbModels/WipSetupKitModel.cs @@ -31,6 +31,11 @@ namespace MP.Data.DbModels [MaxLength(50)] public string CodOrd { get; set; } = ""; + /// + /// IdxPODL di origine + /// + public int IdxPODL { get; set; } = 0; + /// /// Codice Articolo /// @@ -45,13 +50,14 @@ namespace MP.Data.DbModels /// /// Quantità articoli dell'ordine /// - public int Qta { get; set; } + public int Qta { get; set; } = 0; /// /// DataOra inserimento record /// public DateTime DataIns { get; set; } = DateTime.Now; + #endregion Public Properties } } diff --git a/MP.SPEC/Components/ProdKit/Manager.razor.cs b/MP.SPEC/Components/ProdKit/Manager.razor.cs index 3bbec384..160c70bc 100644 --- a/MP.SPEC/Components/ProdKit/Manager.razor.cs +++ b/MP.SPEC/Components/ProdKit/Manager.razor.cs @@ -58,6 +58,7 @@ namespace MP.SPEC.Components.ProdKit KeyFilt = keyFilt, CodArt = selRec.CodArticolo, CodOrd = selRec.KeyRichiesta, + IdxPODL = selRec.IdxPromessa, DescArt = selRec.DescArticolo, Qta = selRec.NumPezzi, DataIns = DateTime.Now diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 8a279ba4..9312dfe8 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2504.1119 + 6.16.2504.1207 1800a78a-6ff1-40f9-b490-87fb8bfc1394 en diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index b82a50d1..f710c9d1 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2504.1119

+

Versione: 6.16.2504.1207


Note di rilascio: