소스 검색

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

Hcsy 8 년 전
부모
커밋
03eaebd906
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      UAS-MES/FunctionCode/Make/Make_PalletCollection.cs

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

@@ -279,6 +279,8 @@ namespace UAS_MES.Make
                                     {
                                         dh.ExecuteSql("update package set pa_status=1 where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
                                         OperateResult.AppendText("栈板" + pa_outboxcode.Text + "已装满,封栈板成功");
+                                        pa_outboxcode.Focus();
+                                        pa_outboxcode.SelectAll();
                                         if (AutoPrint.Checked)
                                         {
                                             OperateResult.AppendText(">>打印栈板" + pa_outboxcode.Text + ",自动打印!\n", Color.Green);