章政 %!s(int64=8) %!d(string=hai) anos
pai
achega
e6e03d69c2
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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();
                 }
             }
         }