lu
2025-03-17 ca2aef7370cbfa419e3a0f0ea7467fa2c85f6c43
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -409,7 +409,13 @@
                        if (colType is CheckEdit)
                        {
                            var txt = colType as CheckEdit;
                            if (txt != null)
                            if (_isRead(txt.Tag))
                            {
                                txt.ReadOnly = true;
                            }
                            else
                                txt.ReadOnly = isEdt;
                            if (txt != null) {
                                switch (strVal)
                                {
                                    case "True":
@@ -425,8 +431,8 @@
                                        txt.Checked = false;
                                        break;
                                }
                            txt.ReadOnly = isEdt;
                            }
                            continue;
                        }
                        //单选
@@ -452,6 +458,7 @@
                            txt.Enabled = !isEdt;
                            continue;
                        }
                        //时间
                        if (colType is DateTimePicker)
                        {
@@ -797,7 +804,6 @@
                    else
                        txt.ReadOnly = isEdt;
                    continue;
                }
                //自定义仓库
                if (ctrl is UcLookCk)