From 862e5ac5f10f553f64a8d75c69bb6b2683d0e532 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期一, 21 七月 2025 08:04:57 +0800 Subject: [PATCH] 生产 --- DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs index c27778e..54d7324 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs @@ -53,7 +53,6 @@ return; txt_suppId.getSuppler(orgId, _ucGys); txt_fPurchaseDeptId.getSuppler(orgId, _ucBm); - // txt_fPurchaserId.getSuppler(); }; //閫夋嫨闇�瑕佺殑鏄庣粏 btnSelect.Click += (s, e) => @@ -151,7 +150,7 @@ txt_fHasLinkRad.SelectedIndex = 0; layItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; layItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; - layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; + //layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; layItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; txt_fHasLinkRad.SelectedIndexChanged += (s, e) => { @@ -343,7 +342,7 @@ txt_fRequireOrgId.IsReadly = true; txt_fOwnerIdHead.IsReadly = true; txt_fPurchaseDeptId.IsReadly = true; - txt_fPurchaserId.IsReadly = true; + // txt_fPurchaserId.IsReadly = true; } /// <summary> /// 鏂板浜嬩欢 @@ -377,7 +376,8 @@ string _xqzz = txt_fRequireOrgId.GetId();//闇�姹傜粍缁� string _hz = txt_fOwnerIdHead.GetId();//璐т富 string _bm = txt_fPurchaseDeptId.GetId();//閮ㄩ棬 - string _ygbh = txt_fPurchaserId.GetId();//鍛樺伐 + //string _ygbh = txt_fPurchaserId.GetId();//鍛樺伐 + string _ygbh = ""; if (string.IsNullOrEmpty(_orgId)) { MsgHelper.ShowError("璇烽�夋嫨缁勭粐锛�"); @@ -423,12 +423,12 @@ txt_fPurchaseDeptId.Focus(); return; } - if (string.IsNullOrEmpty(_ygbh)) - { - MsgHelper.ShowError("璇烽�夋嫨鍛樺伐锛�"); - txt_fPurchaserId.Focus(); - return; - } + //if (string.IsNullOrEmpty(_ygbh)) + //{ + // MsgHelper.ShowError("璇烽�夋嫨鍛樺伐锛�"); + // txt_fPurchaserId.Focus(); + // return; + //} } var _obj = new { @@ -758,14 +758,14 @@ { layItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; layItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; - layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; + // layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; layItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; } else { layItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; layItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; - layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; + //layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; layItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; } } -- Gitblit v1.9.3