From e7a4a432735a3bd29518247c87a956786a9d596e Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 21 六月 2025 09:11:09 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs index 3a0f394..cbd84bd 100644 --- a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs +++ b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs @@ -417,7 +417,6 @@ txt_rkCkId.Focus(); return; } - if (txt_fcheckResu.Text.Trim() == _strTag && string.IsNullOrEmpty(txt_fngDesc.TextTxt.Trim())) { Gs.DevApp.ToolBox.MsgHelper.ShowError("褰撴楠岀粨鏋滀笉鍚堟牸鏃讹紝璇峰~鍐欏娉ㄨ鏄庯紒"); @@ -528,7 +527,7 @@ gvList.Add(gvMx1); UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit, gvList); string strCk = dy.rkCkId; - txt_rkCkId.getSuppler(txt_tlOrg.Text.Trim(), strCk); + txt_rkCkId.getSuppler(txt_receiveOrgId.Text.Trim(), strCk); setEable(isEdit); txtQuantity.Text = dy["fbatchQty"].ToString(); txt_kQty.Text = dy["kdy"].ToString(); @@ -585,11 +584,11 @@ } } else - ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg); + ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg); } catch (Exception ex) { - ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + ex.Message); } } -- Gitblit v1.9.3