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