Browse Source

添加记录打印进程

章政 8 years ago
parent
commit
7743f6d3da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_PackageCollection.cs

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

@@ -38,6 +38,7 @@ namespace UAS_MES.Make
             try
             {
                 lbl = new ApplicationClass();
+                BaseUtil.WriteLbl(lbl);
             }
             catch (Exception ex)
             {