kyy
2025-09-01 520e8464fdd06c4fb0c90f39725ff361411404de
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -274,7 +274,7 @@
                        {
                            colmn.Visible = !isEdt;
                            if (colmn.Visible == true)
                                colmn.VisibleIndex = 99999;
                               colmn.VisibleIndex = 1;
                        }
                        else
                        {
@@ -546,6 +546,13 @@
                        if (colType is UcLookOrg)
                        {
                            var txt = colType as UcLookOrg;
                            txt.SetIdOrCode(strVal);
                            txt.IsReadly = isEdt;
                            continue;
                        }
                        if (colType is UcLookKw)
                        {
                            var txt = colType as UcLookKw;
                            txt.SetIdOrCode(strVal);
                            txt.IsReadly = isEdt;
                            continue;
@@ -910,6 +917,14 @@
                    txt.IsReadly = isEdt;
                    continue;
                }
                //
                if (ctrl is UcLookKw)
                {
                    var txt = ctrl as UcLookKw;
                    txt.SetIdOrCode("-1");
                    txt.IsReadly = isEdt;
                    continue;
                }
                //自定义单据类型下拉
                if (ctrl is UcDictionaryComBox)
                {
@@ -1030,6 +1045,13 @@
                if (ctrl is UcLookCk)
                {
                    var txt = ctrl as UcLookCk;
                    txt.IsReadly = isEdt;
                    continue;
                }
                //自定义仓库
                if (ctrl is UcLookKw)
                {
                    var txt = ctrl as UcLookKw;
                    txt.IsReadly = isEdt;
                    continue;
                }
@@ -3170,6 +3192,8 @@
            return false;
        }
        /// <summary>
        /// 设置GridView复选框列点击时自动刷新条件汇总
        /// 2025-08-15 kyy 新增公用方法