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