cnf
2025-08-27 c884c789edec46084c81ee500a404da2f0685e7d
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.cs
@@ -43,22 +43,11 @@
            }, lbGuid);
            getPageList(1);
            pageBar1.PagerEvent += PageBar1_PagerEvent;
            //打印比例
            UtilityHelper.SetSimpleGridColor(gridView1, "barcodeProgress", "=100.00%", "Cell", Color.Green);
            //入库比例
            UtilityHelper.SetSimpleGridColor(gridView1, "rkbl", "=100.00%", "Cell", Color.Green);
            // 使用新的简化格式设置审核状态颜色
            this.Load += (s, e) => {
                System.Windows.Forms.Timer timer = new System.Windows.Forms.Timer();
                timer.Interval = 1000; // 1秒后执行
                timer.Tick += (sender, args) => {
                    timer.Stop();
                    timer.Dispose();
                    // 设置审核状态颜色 - 支持多种bit类型的值格式
                    UtilityHelper.SetSimpleGridColor(gridView1, "checkStatus", "=True", "Cell", Color.Blue);
                };
                timer.Start();
            };
        }
        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)