Aggiunta preliminare report packListFull (manca check stored + veri reports)
This commit is contained in:
+8
-2
@@ -32,7 +32,8 @@ namespace MagData
|
||||
CartellinoFinitiOdette,
|
||||
CartellinoPedane,
|
||||
CartellinoSemilavorati,
|
||||
ReportPackList
|
||||
ReportPackList,
|
||||
ReportPackListFull
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -46,10 +47,15 @@ namespace MagData
|
||||
docFinito,
|
||||
|
||||
/// <summary>
|
||||
/// Report composizione PackList
|
||||
/// Report composizione PackList (cosa contiene caricato al trasportatore)
|
||||
/// </summary>
|
||||
docPackList,
|
||||
|
||||
/// <summary>
|
||||
/// Report composizione PackList (richiesta)
|
||||
/// </summary>
|
||||
docPackListFull,
|
||||
|
||||
/// <summary>
|
||||
/// Etichetta per pedana (AL)
|
||||
/// </summary>
|
||||
|
||||
@@ -302,6 +302,11 @@ namespace MagData
|
||||
answ = tabPackList.Count > 0;
|
||||
break;
|
||||
|
||||
case reportRichiesto.ReportPackListFull:
|
||||
var tabPackListFull = taRepPL.GetData(keyParam);
|
||||
answ = tabPackListFull.Count > 0;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user