lu
2025-07-15 d62f93072f8dd7dbd418f68d10818aaca741af74
DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
@@ -53,11 +53,6 @@
            {
                gvMx1.Columns["stationName"].Visible = false;
            }
            //如果是ipqc首检,显示认证
            if (strType != QcSeason.ipqc首检.ToString())
            {
                gvMx1.Columns["isRzxx"].Visible = false;
            }
            //新行初始值
            this.gvMx1.InitNewRow += (s, e) =>
        {
@@ -319,7 +314,7 @@
                        }
                        if (string.IsNullOrEmpty(row["ypsl"].ToString()))
                        {
                            MsgHelper.ShowError("样品数量平不能为空!");
                            MsgHelper.ShowError("样品数量不能为空!");
                            return;
                        }
                        string _Fstand = row["Fstand"].ToString();