Browse Source

复核数据提示

章政 6 years ago
parent
commit
32c817f25a
1 changed files with 6 additions and 1 deletions
  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;