Explorar el Código

复核数据提示

章政 hace 7 años
padre
commit
32c817f25a
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      UAS-出货标签管理(吉利通)/UAS_出货标签管理.cs

+ 6 - 1
UAS-出货标签管理(吉利通)/UAS_出货标签管理.cs

@@ -501,7 +501,12 @@ namespace UAS_LabelMachine
             }
             if (checkItemCount != 2)
             {
-                MessageBox.Show("复核不通过");
+                string Item = "";
+                for (int i = 0; i < CheckItem.Count; i++)
+                {
+                    Item += CheckItem[i].ToString() + " ";
+                }
+                MessageLog.AppendText(Item + "复核不通过", Color.Red);
                 return false;
             }
             LabelInf.Rows[CurrentRowIndex].Cells["pib_ifrecheck"].Value = true;