bug
lu
2025-08-13 3c84755b07eabfb5e87ade9d020a4d3399ab2a53
DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs
@@ -505,7 +505,7 @@
            }
            //当不合格时的检查
            string _txt_fngHandle = txt_fngHandle.Text.Trim();
            string _txt_fmrmode = txt_fmrmode.SelectedText.Trim();
            string _txt_fmrmode = txt_fmrmode.Text.Trim();
            string _txt_fzrId = txt_fzrId.GetId();
            string _txt_workNo = txt_workNo.Text.Trim();
            string _txt_zrType = txt_zrType.Text.Trim();
@@ -758,6 +758,10 @@
            }
        }
        /// <summary>
        /// 读取工序
        /// </summary>
        /// <param name="daaGuid"></param>
        private void getGxList(string daaGuid)
        {
            txt_fmrmode.Properties.Items.Clear();
@@ -940,7 +944,7 @@
                        return;
                    }
                    string _txt_fngHandle = txt_fngHandle.Text.Trim();
                    string _txt_fmrmode = txt_fmrmode.SelectedText.Trim();
                    string _txt_fmrmode = txt_fmrmode.Text.Trim();
                    string _txt_fzrId = txt_fzrId.GetId();
                    string _txt_workNo = txt_workNo.Text.Trim();
                    string _txt_msg = txt_msg.TextTxt;