From a825c44ff42da28c26c26a17b65dba6c1c896262 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 16 十一月 2022 17:03:15 +0800
Subject: [PATCH] 完善修复基础资料列表增删改查功能(物料,仓库,职员,部门,组织,计量单位)

---
 LMES/Frm_Show.cs |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/LMES/Frm_Show.cs b/LMES/Frm_Show.cs
index 1a96718..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)
@@ -469,9 +470,17 @@
             SetTool(sup);
         }
 
-      
+        private void pBarCodeEdit_Click(object sender, EventArgs e)
+        {
+            WarM.Sc_ICMOToBarCode oSc_ICMOToBarCode = new WarM.Sc_ICMOToBarCode();
+            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