Browse Source

栈板连号管控

callm 3 days ago
parent
commit
5875f28d22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS_MES_HYSX/FunctionCode/Packing/Packing_PalletCollectionZX.cs

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

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