瀏覽代碼

提示修改

章政 8 年之前
父節點
當前提交
e6e03d69c2
共有 1 個文件被更改,包括 4 次插入1 次删除
  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();
                 }
             }
         }