From 0b492ccf0c1f588779e1d0adcc6137c486cb7e1f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 09 十一月 2024 16:04:04 +0800 Subject: [PATCH] iqc接口 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs | 62 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs index ca80e59..8becef4 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs @@ -240,21 +240,21 @@ btnFjianYanClick(this, e); else return; - if (string.IsNullOrEmpty(guidKey)) - { - MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); - return; - } + //if (string.IsNullOrEmpty(guidKey)) + //{ + // MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + // return; + //} - if (string.IsNullOrEmpty(chkParameter)) - { - MsgHelper.ShowError("娌℃湁鎸囧畾妫�楠屽弬鏁帮紝璇疯仈绯诲紑鍙戜汉鍛樿幏鍙栨敮鎸侊紒"); - return; - } + //if (string.IsNullOrEmpty(chkParameter)) + //{ + // MsgHelper.ShowError("娌℃湁鎸囧畾妫�楠屽弬鏁帮紝璇疯仈绯诲紑鍙戜汉鍛樿幏鍙栨敮鎸侊紒"); + // return; + //} - if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鎾ゅ洖妫�楠屽悧锛�")) - return; - _ckService(0.ToString()); + //if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鎾ゅ洖妫�楠屽悧锛�")) + // return; + //_ckService(0.ToString()); } private void BtnJianYan_ItemClick(object sender, ItemClickEventArgs e) @@ -264,26 +264,26 @@ else return; - if (string.IsNullOrEmpty(guidKey)) - { - MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); - return; - } + //if (string.IsNullOrEmpty(guidKey)) + //{ + // MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + // return; + //} - if (string.IsNullOrEmpty(chkParameter)) - { - MsgHelper.ShowError("娌℃湁鎸囧畾妫�楠屽弬鏁帮紝璇疯仈绯诲紑鍙戜汉鍛樿幏鍙栨敮鎸侊紒"); - return; - } + //if (string.IsNullOrEmpty(chkParameter)) + //{ + // MsgHelper.ShowError("娌℃湁鎸囧畾妫�楠屽弬鏁帮紝璇疯仈绯诲紑鍙戜汉鍛樿幏鍙栨敮鎸侊紒"); + // return; + //} - if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鎻愪氦妫�楠屽悧锛�")) - return; - var _obj = new - { - guid = guidKey, - parameter = chkParameter - }; - _ckService(1.ToString()); + //if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鎻愪氦妫�楠屽悧锛�")) + // return; + //var _obj = new + //{ + // guid = guidKey, + // parameter = chkParameter + //}; + //_ckService(1.ToString()); } private async void BtnIn_ItemClick(object sender, ItemClickEventArgs e) -- Gitblit v1.9.3