DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -22,6 +22,7 @@ using DevExpress.XtraGrid.Views.Grid; using DevExpress.XtraTab; using DevExpress.XtraTreeList; using Gs.DevApp.DevFrm.Work; using Gs.DevApp.Entity; using Gs.DevApp.UserControl; using Newtonsoft.Json; @@ -668,6 +669,18 @@ txt.Enabled = !isEdt; continue; } //自定不良 if (colType is textSelect) { var txt = colType as textSelect; txt.TextTxt=(strVal); //if (txt.IsReadly == false) // txt.Enabled = !isEdt; //else // txt.Enabled = false; continue; } } } catch (Exception ex)