bug
lu
2025-06-18 714cba76f99b7a6959b8420cd5a6c54396e0d111
DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs
@@ -496,6 +496,7 @@
            Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
            this.ucUpFileList1.pGuid = "";
            this.ucChouJianList1.pGuid = "";
            this.setEable(false);
        }
        /// <summary>
        /// 修改事件
@@ -923,7 +924,7 @@
        /// <param name="curPage"></param>
        private void getRptDefectLevel()
        {
            string _where = " and 1=1 and  s_type='缺陷等级'";
            string _where = " and 1=1 and  a.s_type='缺陷等级'  and a.pid<>'00000000-0000-0000-0000-000000000000'";
            var pgq = new PageQueryModel(1, 999999, "a.defect_code", "asc", "", _where);
            var json = JsonConvert.SerializeObject(pgq);
            try
@@ -951,7 +952,7 @@
            var rowhandle = gvMx1.FocusedRowHandle;
            if (rowhandle < 0)
                return;
            UcDictionarySelect frm = new UcDictionarySelect("缺陷描述", " s_type='FQC缺陷描述'");
            UcDictionarySelect frm = new UcDictionarySelect("异常描述", "  a.s_type='QC异常描述' and a.pid<>'00000000-0000-0000-0000-000000000000'");
            frm.UpdateParent += (ss, ee) =>
            {
                System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder();