Hcsy 7 년 전
부모
커밋
e4241aaf44
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_PackageCollection.cs
  2. 1 1
      UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_PackageCollection.cs

@@ -179,7 +179,7 @@ namespace UAS_MES.Make
                 if (CheckOutBoxLength())
                 {
                     sn_code.Focus();
-                    if (pa_standardqty.Text == pa_currentqty.Text)
+                    if (pa_standardqty.Text == pa_currentqty.Text&&pa_currentqty.Text!="")
                         pa_remark.Focus();
                 }
             }

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

@@ -250,7 +250,7 @@ namespace UAS_MES.Make
                     LoadData();
                     LoadGridData();
                     sn_code.Focus();
-                    if (pa_standardqty.Text == pa_currentqty.Text)
+                    if (pa_standardqty.Text == pa_currentqty.Text && pa_currentqty.Text != "")
                         pa_remark.Focus();
                 }
             }