章政 8 жил өмнө
parent
commit
945616d8fe

+ 1 - 1
UAS-MES/PublicMethod/BaseUtil.cs

@@ -134,7 +134,7 @@ namespace UAS_MES.PublicMethod
                         for (int j = 0; j < collection[i].Controls.Count; j++)
                         {
                             controlName = collection[i].Controls[j].Name;
-                            if (collection[i].Controls[j] is TextBox || collection[i].Controls[j] is Label || collection[i].Controls[j] is SearchTextBox)
+                            if (collection[i].Controls[j] is TextBox || collection[i].Controls[j] is Label || collection[i].Controls[j] is SearchTextBox|| collection[i].Controls[j] is MaCodeSearchTextBox)
                             {
                                 for (int k = 0; k < dt.Columns.Count; k++)
                                 {