Aggiunta preliminare report packListFull (manca check stored + veri reports)

This commit is contained in:
Samuele Locatelli
2021-04-21 14:42:30 +02:00
parent deca338d2a
commit a47034e7c8
8 changed files with 2200 additions and 10 deletions
+5 -3
View File
@@ -86,7 +86,7 @@ namespace MP_MAG.WebUserControls
/// <param name="e"></param>
protected void lbtPrintReport_Click(object sender, EventArgs e)
{
// lancio il report x l'elenco pedane + contenuto
// lancio il report x l'elenco pedane CARICATE
MagDataLayerObj.taPJQ.insertQuery($"{tipoDocumento.docPackList}", $"{PackListID}", ddlPost.SelectedValue);
}
@@ -97,8 +97,8 @@ namespace MP_MAG.WebUserControls
/// <param name="e"></param>
protected void lbtPrintReportFull_Click(object sender, EventArgs e)
{
// lancio il report x l'elenco pedane + contenuto
MagDataLayerObj.taPJQ.insertQuery($"{tipoDocumento.docPackList}", $"{PackListID}", ddlPost.SelectedValue);
// lancio il report x l'elenco COMPLETO con dettaglio con/senza pedane + contenuto
MagDataLayerObj.taPJQ.insertQuery($"{tipoDocumento.docPackListFull}", $"{PackListID}", ddlPost.SelectedValue);
}
/// <summary>
@@ -118,6 +118,8 @@ namespace MP_MAG.WebUserControls
cmp_OrderListAdd.Visible = false;
lbtPrintReport.DataBind();
grView.PageSize = cmp_numRow.numRow;
lbtPrintReport.DataBind();
lbtPrintReportFull.DataBind();
}
cmp_OrderListAdd.eh_addNew += Cmp_OrderListAdd_eh_addNew;
cmp_numRow.eh_doRefresh += Cmp_numRow_eh_doRefresh;
@@ -209,11 +209,6 @@ namespace MP_MAG.WebUserControls
MagDataLayer.man.taEAL.insertQuery(DateTime.Today, "PED", currCodOpr, txtDescr.Text.Trim(), PackListID, TaraAL);
// nascondo add...
toggleAddNew();
#if false
// aggiorno packList a iniziata...
MagDataLayerObj.taPList.updateStatus(PackListID, 2);
#endif
checkStatus();
// update!!!
grView.DataBind();