From dae72e4ae96b80a296a986c32f8c468c0b5605c2 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 02 一月 2025 18:22:37 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/DevFrm/WW/Frm_WwCl.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwCl.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwCl.cs index 356c875..988dc21 100644 --- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwCl.cs +++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwCl.cs @@ -56,7 +56,7 @@ txt_bl002.Text = txt_aboutGuid.GetPrdNo(); txt_bl014.Text = txt_aboutGuid.GetPrdName(); txt_bl015.Text = txt_aboutGuid.GetPrdModel(); - + txt_bl013.Text = txt_aboutGuid.GetRwd(); var _obj = new { currentPage = 1, @@ -257,10 +257,10 @@ txt_bl010.Focus(); return; } - if (string.IsNullOrEmpty(txt_bl017.Text.Trim())) + if (string.IsNullOrEmpty(txt_bl008.Text.Trim())) { Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨鍗曟嵁绫诲瀷锛�"); - txt_bl017.Focus(); + txt_bl008.Focus(); return; } var _obj = new @@ -269,7 +269,7 @@ inGdId = inGdId,//宸ュ崟鍙� inCkId = inCkId,//浠撳簱 inYy = txt_bl007.Text.Trim(),//鍘熷洜 - inType = txt_bl017.Text.Trim(),//绫诲瀷 + inType = txt_bl008.Text.Trim(),//绫诲瀷 busType = 801,//涓氬姟绫诲瀷缂栫爜 busTypeTxt = "濮斿瓒呴",//涓氬姟绫诲瀷 list = new List<dynamic>(), -- Gitblit v1.9.3