From 14006b789d6d5d25680ada0ce1fa1a697f67b055 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 25 四月 2024 16:15:52 +0800
Subject: [PATCH] 用户编辑页面添加 IC卡号 自动;异常反馈单刷卡签到

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 37a9d43..f1c1f30 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -4004,6 +4004,13 @@
                         oKf_AGVRequestBill_FastList.Show();
                         oMainForm.AddTabPage(oKf_AGVRequestBill_FastList);
                         break;
+                    case "gy_barcodebill_automaticallybyplc":
+                        //权限
+                        Gy_BarCodeBill_automaticallyByPLC_New oGy_BarCodeBill_automaticallyByPLC = new Gy_BarCodeBill_automaticallyByPLC_New();
+                        oGy_BarCodeBill_automaticallyByPLC.MdiParent = oMain;
+                        oGy_BarCodeBill_automaticallyByPLC.Show();
+                        oMainForm.AddTabPage(oGy_BarCodeBill_automaticallyByPLC);
+                        break;
                     default:
                         break;
                 }

--
Gitblit v1.9.1