From a9ff79ecf6279fb863d7962643de54beaa4b5cc3 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 13 六月 2025 08:07:29 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs index 42a5d19..b81bd11 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs @@ -56,12 +56,6 @@ if (string.IsNullOrEmpty(_orgId)) return; txt_suppId.getSuppler(_orgId, _ucGys); - txt_depotsId.getSuppler(_orgId, _ucCk); - }; - //璁剧疆浠撳簱閫夋嫨 - this.txt_depotsId.EditChanged += (s, e) => - { - txtDepotsCode.Text = this.txt_depotsId.GetCode(); }; //璁剧疆渚涘簲鍟嗛�夋嫨 this.txt_suppId.EditChanged += (s, e) => @@ -309,7 +303,6 @@ { toolBarMenu1.isSetBtn = false; string _orgId = txt_receiveOrgId.GetId(); - string _ckId = txt_depotsId.GetId(); //浠撳簱缂栧彿 depots_code string _gysId = txt_suppId.GetId(); //渚涘簲鍟嗙紪鍙� if (string.IsNullOrEmpty(_orgId)) { @@ -323,19 +316,12 @@ txt_suppId.Focus(); return; } - if (string.IsNullOrEmpty(_ckId)) - { - MsgHelper.Warning("璇烽�夋嫨浠撳簱锛�"); - txt_depotsId.Focus(); - return; - } var _obj = new { Guid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(lbGuid.Text.Trim()), //鍒拌揣鍗曚富閿� PaperBillNo = txt_paperBillNo.Text.Trim(), //閫佽揣鍗曞彿; Remark = txt_remark.Text.Trim(), //澶囨敞 SuppId = _gysId, //渚涘簲鍟� - DepotsId = _ckId,//浠撳簱 OrgId = _orgId, list = new List<dynamic>(), }; -- Gitblit v1.9.3