章政 7 лет назад
Родитель
Сommit
0753828ac3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

@@ -635,7 +635,7 @@ namespace UAS_LabelMachine
                     for (int i = 0; i < LabelInf.RowCount; i++)
                     {
                         //勾选了并且未打印
-                        if (LabelInf.Rows[i].Cells["Choose"].FormattedValue != null && LabelInf.Rows[i].Cells["Choose"].FormattedValue.ToString().ToLower() == "true" && LabelInf.Rows[i].Cells["pib_ifprint"].FormattedValue.ToString().ToLower() != "true")
+                        if (LabelInf.Rows[i].Cells["Choose"].FormattedValue != null && LabelInf.Rows[i].Cells["Choose"].FormattedValue.ToString().ToLower() == "true" )
                         {
                             pibid += LabelInf.Rows[i].Cells["pib_id1"].Value.ToString() + ",";
                             LabelInf.Rows[i].Cells["pib_ifprint"].Value = true;