From c3b00d326de2ec706b004247b661268aa0490db5 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 16 六月 2022 10:03:29 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 LMES/Frm_Show.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/LMES/Frm_Show.cs b/LMES/Frm_Show.cs
index 1a96718..e94a1ee 100644
--- a/LMES/Frm_Show.cs
+++ b/LMES/Frm_Show.cs
@@ -469,9 +469,11 @@
             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();
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1