fqc
lu
2025-04-10 24d8d7b1bc4e3f878fcc2ad89fa0967a95300ac1
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
@@ -136,9 +136,18 @@
        {
            string _fmrmode = txt_fmrmode.Text.Trim();
            toolBarMenu1.isSetBtn = false;
            if (txt_freceQty.SelectedIndex <= 0)
            {
                Gs.DevApp.ToolBox.MsgHelper.Warning("请选择判定结果!");
                txt_freceQty.Focus();
                return;
            }
            //当选择不合格时,要填写原因
            if (txt_freceQty.SelectedIndex == 2)
            {
            if ((txt_fngHandle.SelectedIndex <= 0))
            {
                Gs.DevApp.ToolBox.MsgHelper.Warning("请选择处理方式!");
                    Gs.DevApp.ToolBox.MsgHelper.Warning("请选择处理结果!");
                txt_fngHandle.Focus();
                return;
            }
@@ -146,7 +155,7 @@
            {
                if ((txt_fmrmode.SelectedIndex <= 0))
                {
                    Gs.DevApp.ToolBox.MsgHelper.Warning("请选择退料方式!");
                        Gs.DevApp.ToolBox.MsgHelper.Warning("请选择处理方式!");
                    txt_fmrmode.Focus();
                    return;
                }
@@ -154,6 +163,8 @@
            else
                _fmrmode = "";
            }
            var _obj = new
            {
                guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //主建