From 3a060ae7639eb718355df6f9985add1ef297df8b Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期四, 25 十一月 2021 16:52:18 +0800
Subject: [PATCH] 测试了快速扫码模块 生成条码

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 8be3bc3..03e5042 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3632,6 +3632,12 @@
                         oGy_BarCodeBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                         oGy_BarCodeBill.ShowDialog();
                         break;
+                    case "sc_icmotobarcode":
+                        //
+                        Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode();
+                        oSc_ICMOToBarCode.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oSc_ICMOToBarCode.ShowDialog();
+                        break;
                     case "kf_barcodeoutinreport":
                         //权限
                         Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport();

--
Gitblit v1.9.1