From 8d35329ba4acfdb702587eb9b624e320b37ecb4a Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 21 六月 2025 17:09:25 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs index 3a0f394..7ee0e9c 100644 --- a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs +++ b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs @@ -66,6 +66,10 @@ else if (strType == QcSeason.鍏跺畠鍏ュ簱妫�.ToString()) rptName = "rpt_Qtrk"; + else + if (strType == QcSeason.閿�鍞��璐у叆搴撴.ToString()) + rptName = "rpt_Xsth"; + this.ucBtnPrint1.btnPrintClick += (s, e) => { ucBtnPrint1.guidKey = ""; @@ -417,7 +421,6 @@ txt_rkCkId.Focus(); return; } - if (txt_fcheckResu.Text.Trim() == _strTag && string.IsNullOrEmpty(txt_fngDesc.TextTxt.Trim())) { Gs.DevApp.ToolBox.MsgHelper.ShowError("褰撴楠岀粨鏋滀笉鍚堟牸鏃讹紝璇峰~鍐欏娉ㄨ鏄庯紒"); @@ -528,7 +531,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 +588,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