소스 검색

打印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 != "")