Browse Source

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

Hcsy 8 years ago
parent
commit
8397d20a14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_PalletWeigh.cs

+ 1 - 0
UAS-MES/FunctionCode/Make/Make_PalletWeigh.cs

@@ -65,6 +65,7 @@ namespace UAS_MES.Make
             SetLoadingWindow stw = new SetLoadingWindow(InitPrint, "初始化打印程序");
             BaseUtil.SetFormCenter(stw);
             stw.ShowDialog();
+            startWeigh.PerformClick();
         }
 
         protected override void OnVisibleChanged(EventArgs e)