From 84c7f0b5bd35b57edd9bf836428fe154b49c64e4 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 19 十二月 2024 13:44:24 +0800
Subject: [PATCH] 新增扫码报错记录日志报表模块

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

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index f3c9870..62d5669 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3639,6 +3639,13 @@
                         oKf_MaterOutInReport.Show();
                         oMainForm.AddTabPage(oKf_MaterOutInReport);
                         break;
+                    case "kf_barcodelogreport":
+                        //权限
+                        Kf_BarCodeLogReport oKf_BarCodeLogReport = new Kf_BarCodeLogReport();
+                        oKf_BarCodeLogReport.MdiParent = oMain;
+                        oKf_BarCodeLogReport.Show();
+                        oMainForm.AddTabPage(oKf_BarCodeLogReport);
+                        break;
                     //            //==================================金蝶
                     //            case "kf_stjginbill_k3":
                     //                //

--
Gitblit v1.9.1