shim 8 жил өмнө
parent
commit
67f1bbc7f9

+ 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();