bozza button DONE
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
</div>
|
||||
<div class="col">
|
||||
<asp:LinkButton runat="server" ID="lbtPrintLabels" CssClass="btn btn-info btn-block" Visible='<%# Eval("OrdStatus").ToString()!="0" %>' OnClick="lbtPrintLabels_Click"><i class="fa fa-print" aria-hidden="true"></i> PRINT LABELS</asp:LinkButton>
|
||||
<asp:LinkButton runat="server" ID="lblDone" CssClass="btn btn-info btn-block" Visible='<%# Eval("OrdStatus").ToString()!="0" %>' OnClick="lblDone_Click"><i class="fa fa-print" aria-hidden="true"></i> PRINT LABELS</asp:LinkButton>
|
||||
aggiungere button x set fatto?
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -67,5 +67,12 @@ namespace NKC_WF.WebUserControls
|
||||
// registro che ho stampato... 2!
|
||||
DataLayer.man.taOffOL.updateStatus(OffOrdId, 2);
|
||||
}
|
||||
|
||||
protected void lblDone_Click(object sender, EventArgs e)
|
||||
{
|
||||
// registro che ho COMPLETATO... 3!
|
||||
DataLayer.man.taOffOL.updateStatus(OffOrdId, 3);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user