From 96ee42c35ce2d115a0aca31e56f57b674c8e68e1 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 24 三月 2025 19:44:08 +0800
Subject: [PATCH] 单据模块优化:器具领用出库单、器具领用退库单、器具直接调拨单、器具寿命调整单、器具寿命耗用单、器具保养计划单

---
 LMES/Frm_Show.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/LMES/Frm_Show.cs b/LMES/Frm_Show.cs
index e94a1ee..ad77fea 100644
--- a/LMES/Frm_Show.cs
+++ b/LMES/Frm_Show.cs
@@ -37,6 +37,7 @@
             sb.CheckState = CheckState.Unchecked;
             pz.CheckState = CheckState.Unchecked;
             sup.CheckState = CheckState.Unchecked;
+            pay.CheckState = CheckState.Unchecked;
         }
 
         private void SetTool(ToolStripButton oBr)
@@ -475,5 +476,11 @@
             oSc_ICMOToBarCode.ModCaption = "鏉$爜蹇�熺敓鎴�";
             oSc_ICMOToBarCode.ShowDialog();
         }
+
+        private void pay_Click(object sender, EventArgs e)
+        {
+            ClearTool();
+            SetTool(pay);
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1