소스 검색

调整备注焦,满容量或者已封箱的时候

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

+ 2 - 0
UAS-MES/FunctionCode/Make/Make_PackageCollection.cs

@@ -179,6 +179,8 @@ namespace UAS_MES.Make
                 if (CheckOutBoxLength())
                 {
                     sn_code.Focus();
+                    if (pa_standardqty.Text == pa_currentqty.Text || pa_status.Text == "1")
+                        pa_remark.Focus();
                 }
             }
         }

+ 2 - 0
UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

@@ -250,6 +250,8 @@ namespace UAS_MES.Make
                     LoadData();
                     LoadGridData();
                     sn_code.Focus();
+                    if (pa_standardqty.Text == pa_currentqty.Text || pa_status.Text == "1")
+                        pa_remark.Focus();
                 }
             }
         }