From 9ec7cf906a983509fccd9ab360e1ac0e46a904eb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 12 四月 2025 15:38:48 +0800
Subject: [PATCH] 生产退料

---
 DevApp/Gs.DevApp/UserControl/UcLookCk.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcLookCk.cs b/DevApp/Gs.DevApp/UserControl/UcLookCk.cs
index bce5000..b69b033 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookCk.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookCk.cs
@@ -17,7 +17,7 @@
                 LookSearchSupplier_EditValueChanged;
            
         }
-        public bool IsReadly { get; set; }
+          private bool _rdy; public bool IsReadly { set{ _rdy = value; this.lookSearchSupplier.ReadOnly = _rdy; } get { return _rdy; } }
         
         /// <summary>
         ///     鏀瑰彉浜嬩欢
@@ -30,6 +30,11 @@
             if (EditChanged != null) EditChanged(this, e);
         }
 
+        /// <summary>
+        /// 璇诲彇浠撳簱
+        /// </summary>
+        /// <param name="orgId"></param>
+        /// <param name="_dftVale"></param>
         public void getSuppler(string orgId, string _dftVale = "")
         {
             lookSearchSupplier.EditValue = null;

--
Gitblit v1.9.3