浏览代码

打印BUG调整

章政 5 年之前
父节点
当前提交
5592f7e9b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 != "")