Browse Source

打印提示调整

章政 6 years ago
parent
commit
ede01f8bd0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UAS-出货标签管理/PublicMethod/Print.cs

+ 0 - 1
UAS-出货标签管理/PublicMethod/Print.cs

@@ -14,7 +14,6 @@ namespace UAS_LabelMachine.PublicMethod
         {
             public static void SinglePrint(Document SingleDoc, string[] arg, string pib_id)
             {
-                Console.WriteLine(UAS_出货标签打印.SingleBoxCacheData.Rows.Count);
                 DataRow[] dr = UAS_出货标签打印.SingleBoxCacheData.Select("pib_id=" + pib_id);
                 for (int j = 0; j < SingleDoc.Variables.FreeVariables.Count; j++)
                 {