bug
lu
昨天 2057778ce796422f1dab4ec011ca66eb1faf66cf
DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.cs
@@ -230,9 +230,9 @@
            if (xtraTabControl1.SelectedTabPageIndex == 1)
            {
                getModel(rowGuid);
                txt_fabm.ReadOnly = true;
                txt_fSubsidiary.Enabled = false;
            }
            //2025/07/12加上修改状态下不能修改
            txt_fSubsidiary.IsReadly = true;
        }
        /// <summary>
        /// 新增事件
@@ -480,7 +480,7 @@
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_fabm, gridView1, "fabm");
            if (string.IsNullOrEmpty(rowGuid))
            {
                MsgHelper.Warning("请先选择你要操作的行!");
                MsgHelper.ShowError("请先选择你要操作的行!");
                return;
            }
            if (!MsgHelper.AskQuestion("确定把所选择的物料【"+ strMsg + "】方案【" + rowName + "】吗?"))