lu
2024-11-20 65440c8489e3f560880b71645325611351fca996
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -63,8 +63,6 @@
            if (Parent != null) getNamespace();
        }
        private void BtnBoHui_ItemClick(object sender, ItemClickEventArgs e)
        {
            if (btnBoHuiClick != null)
@@ -178,10 +176,10 @@
            if (string.IsNullOrEmpty(guidKey))
            {
                MsgHelper.Warning("请先选择你要操作的行!");
                //  MsgHelper.Warning("请先选择你要操作的行!");
                return;
            }
            else {
            if (string.IsNullOrEmpty(chkParameter))
            {
                MsgHelper.ShowError("没有指定审核参数,请联系开发人员获取支持!");
@@ -192,6 +190,7 @@
                return;
            _ckService(0.ToString());
        }
        }
        private void BtnChk_ItemClick(object sender, ItemClickEventArgs e)
        {
@@ -200,22 +199,23 @@
            else
                return;
            if (string.IsNullOrEmpty(chkParameter))
            {
                //MsgHelper.ShowError("没有指定审核参数,请联系开发人员获取支持!");
                return;
            }
            else
            {
            if (string.IsNullOrEmpty(guidKey))
            {
                MsgHelper.Warning("请先选择你要操作的行!");
                return;
            }
            if (string.IsNullOrEmpty(chkParameter))
            {
                MsgHelper.ShowError("没有指定审核参数,请联系开发人员获取支持!");
                return;
            }
            if (!MsgHelper.AskQuestion("你选择了1条数据,确定审核吗?"))
                return;
            _ckService(1.ToString());
        }
        }
        private void BtnFjieAn_ItemClick(object sender, ItemClickEventArgs e)
        {
            if (btnFjieAnClick != null)