Aggiunta KeyRIchiesta x ODL

This commit is contained in:
Samuele Locatelli
2021-04-21 16:15:39 +02:00
parent 313cefc9d3
commit 5ea421afe8
6 changed files with 294 additions and 186 deletions
+15
View File
@@ -1,4 +1,5 @@
using MapoDb;
using Newtonsoft.Json;
using SteamWare;
using System;
using System.Collections.Generic;
@@ -229,6 +230,20 @@ namespace MoonProTablet.WebUserControls
}
}
public string keyRichiesta
{
get
{
string answ = "";
var odlDetail = DataLayerObj.currODLRowTab(idxMacchina);
if (odlDetail != null && odlDetail.Rows.Count > 0)
{
answ = odlDetail[0].KeyRichiesta;
}
return answ;
}
}
/// <summary>
/// Num giorni configurati x selezione ODL in scadenza
/// </summary>