Browse Source

栈板连号管控

callm 2 tháng trước cách đây
mục cha
commit
5875f28d22

+ 1 - 0
UAS_MES_HYSX/FunctionCode/Packing/Packing_PalletCollectionZX.cs

@@ -327,6 +327,7 @@ namespace UAS_MES_NEW.Packing
                                     palletcode_KeyDown(sender, e);
                                     if (pa_standardqty.Text == pa_totalqty.Text)
                                     {
+                                        palletnum.Value = palletnum.Value + 1;
                                         dh.ExecuteSql("update package set pa_status=1 where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
                                         HttpServer.GetPalletInfo(pa_outboxcode.Text);
                                         OperateResult.AppendText("栈板" + pa_outboxcode.Text + "已装满,封栈板成功\n");