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