From e3b7fd23fa49bc0329e43d274d9a3e0563e4420d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 30 五月 2025 13:57:19 +0800 Subject: [PATCH] 缺陷描述 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs index bd07800..51b47ef 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs @@ -59,7 +59,8 @@ if (string.IsNullOrEmpty(daaId)) return; txt_rwd.Text = txt_tbl002.GetRwd(); txt_workName.Text = txt_tbl002.GetWorkName(); - txt_itemName.Text = txt_tbl002.GetPrdModel(); + txt_itemName.Text = txt_tbl002.GetPrdName(); + txt_itemNo.Text = txt_tbl002.GetPrdNo(); }; //閫夋嫨闇�瑕佸叆搴撶殑鏄庣粏 btnSelect.Click += (s, e) => @@ -112,7 +113,7 @@ ucBtnPrint1.guidKey = ""; string rowGuid = lbMxGuid.Text.Trim(); ucBtnPrint1.guidKey = rowGuid; - if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim())) + if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim(), txt_yuliang_1.Text.Trim())) { Gs.DevApp.ToolBox.MsgHelper.ShowError("璇疯緭鍏ユ纭殑鏉$爜鏁伴噺锛�"); txt_iCount_1.Focus(); -- Gitblit v1.9.3