Aggiunto dbModel x lotti arca
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MP.Data.DatabaseModels
|
||||
{
|
||||
public partial class AnagLottiArca
|
||||
{
|
||||
public string Cd_MGEsercizio { get; set; }
|
||||
public string Cd_MG { get; set; }
|
||||
public string Cd_AR { get; set; }
|
||||
public string Id_DoDB { get; set; }
|
||||
public string Cd_MGUbicazione { get; set; }
|
||||
public string Cd_ARLotto { get; set; }
|
||||
public string Cd_DoSottoCommessa { get; set; }
|
||||
public decimal Quantita { get; set; }
|
||||
public decimal Valore { get; set; }
|
||||
public string IniQ { get; set; }
|
||||
public string IniV { get; set; }
|
||||
public string RetQ { get; set; }
|
||||
public string RetV { get; set; }
|
||||
public string CarQ { get; set; }
|
||||
public string CarV { get; set; }
|
||||
public string ScaQ { get; set; }
|
||||
public string ScaV { get; set; }
|
||||
public string CarQA { get; set; }
|
||||
public string CarVA { get; set; }
|
||||
public string CarQP { get; set; }
|
||||
public string CarVP { get; set; }
|
||||
public string CarQT { get; set; }
|
||||
public string CarVT { get; set; }
|
||||
public string ScaQV { get; set; }
|
||||
public string ScaVV { get; set; }
|
||||
public string ScaQP { get; set; }
|
||||
public string ScaVP { get; set; }
|
||||
public string ScaQT { get; set; }
|
||||
public string ScaVT { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -114,16 +114,6 @@ namespace MP.INVE.Components
|
||||
if (lotto != null)
|
||||
{
|
||||
tipo = "LOTTO";
|
||||
#if false
|
||||
var alertMod = await JSRuntime.InvokeAsync<bool>("confirm", $"L'oggetto {lastScan} risulta presente nelle nostre anagrafiche con i seguenti dati: \nTipo: {tipo}\nLotto: {lotto.Lotto}\nArticolo: {lotto.CodArt} \nSi desidera modificarlo?");
|
||||
if (alertMod)
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
insertScan();
|
||||
}
|
||||
#endif
|
||||
currLotto = lotto;
|
||||
lottoScan = lotto.Lotto;
|
||||
articoloScan = lotto.CodArt;
|
||||
|
||||
Reference in New Issue
Block a user