Browse Source

BUG调整

章政 7 years ago
parent
commit
324e6bb00f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

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

@@ -376,6 +376,8 @@ namespace UAS_LabelMachine
                         {
                             GridPrcode.Rows[i].Selected = true;
                             GridPrcode.FirstDisplayedScrollingRowIndex = i;
+                            Input.Clear();
+                            OutBoxNum_Click(new object(), new EventArgs());
                             return;
                         }
                     }