Ver Fonte

提示修改

章政 há 8 anos atrás
pai
commit
e6e03d69c2
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      UAS-MES/FunctionCode/Make/Make_PalletCollection.cs

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

@@ -94,7 +94,10 @@ namespace UAS_MES.Make
                 }
                 if (CheckOutBoxLength())
                 {
-                    outboxcode.Focus();
+                    if (pa_standardqty.Text == "")
+                        pa_standardqty.Focus();
+                    else
+                        outboxcode.Focus();
                 }
             }
         }