shim 8 år sedan
förälder
incheckning
67f1bbc7f9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_RePrintLabel.cs

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_RePrintLabel.cs

@@ -101,7 +101,7 @@ namespace UAS_MES.Make
                 OperateResult.AppendText(">>请输入SN\n", Color.Black);
                 clearAll();
             }
-            else if (btn.Name == "CartonBox" || btn.Checked)
+            else if (btn.Name == "CartonBox" && btn.Checked)
             {
                 OperateResult.AppendText(">>请输入卡通箱号\n", Color.Black);
                 clearAll();