Fix gestione MachineLoad e SMART (funzionali e grafiche)

This commit is contained in:
Samuele E. Locatelli
2020-08-10 11:40:14 +02:00
parent 6af8fd4ae1
commit 107c12d7cb
16 changed files with 208 additions and 229 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
</div>
</div>
<div class="col-12">
<asp:HiddenField runat="server" ID="hfBarcode" />
<asp:HiddenField ID="hfBarcode" runat="server" />
<asp:HiddenField ID="hfEnableBCode" runat="server" />
<asp:HiddenField ID="hfStackId" runat="server" />
<asp:Label runat="server" ID="lblLoaded" CssClass="text-success border border-success rounded py-1 px-5 m-2"><%: traduci("StackLoaded") %></asp:Label>
<asp:FormView ID="frmView" runat="server" DataKeyNames="BatchID" DataSourceID="ods" Width="100%" OnDataBound="frmView_DataBound">