From 87dcde0bc10092a35a4c775316a72a312646d3df Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 11 四月 2025 17:39:52 +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