Эх сурвалжийг харах

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

章政 7 жил өмнө
parent
commit
1efcd27c70

+ 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();
                 }
             }
         }