From ac59880eecc91d254fd02c3e1f1b7b230ec68ecc Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 23 四月 2024 09:57:48 +0800
Subject: [PATCH] 1
---
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