Browse Source

打印BUG调整

章政 5 years ago
parent
commit
5592f7e9b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-出货标签管理(贸易版)/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理(贸易版)/UAS_出货标签管理.cs

@@ -1406,7 +1406,7 @@ namespace UAS_LabelMachine
                 MidBoxArgument.Clear();
                 List<int> MidOutBoxCode = new List<int>();
                 List<int> MidOutBoxCodeIndex = new List<int>();
-                for (int i = (begin == 0 ? 0 : begin); i <= (end - begin); i++)
+                for (int i = (begin == 0 ? 0 : begin); i <= (end ); i++)
                 {
                     string outboxcode1 = LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString();
                     if (outboxcode1 != "")