Hcsy 7 years ago
parent
commit
891b5c3b88
1 changed files with 2 additions and 1 deletions
  1. 2 1
      UAS-MES/FunctionCode/Make/Make_PalletCollection.cs

+ 2 - 1
UAS-MES/FunctionCode/Make/Make_PalletCollection.cs

@@ -99,7 +99,8 @@ namespace UAS_MES.Make
                     OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "为大箱,不可进行操作\n", Color.Red, pa_outboxcode);
                     return;
                 }
-                else {
+                else if (pa_type != "3")
+                {
                     OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "没有记录,不可进行操作\n", Color.Red, pa_outboxcode);
                     return;
                 }