From 8fe57c6ee4357225cddec528675b07c0048fd817 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 25 四月 2023 13:35:16 +0800
Subject: [PATCH] WMS扫码添加注释,工序出站汇报PDA保存时若为多工位的情况操作员改为非必填项

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index c33dc1b..e25e5e0 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -7960,6 +7960,13 @@
                         oSc_WorkShopReport.Show();
                         oMainForm.AddTabPage(oSc_WorkShopReport);
                         break;
+                    case "sc_overprodreport":
+                        Sc_OverProdReport oSc_OverProdReport = new Sc_OverProdReport();
+                        oSc_OverProdReport.MdiParent = oMain;
+                        oSc_OverProdReport.ModCaption = gnmc;
+                        oSc_OverProdReport.Show();
+                        oMainForm.AddTabPage(oSc_OverProdReport);
+                        break;
                     case "sc_warehousereport":
                         Sc_WareHouseReport oSc_WareHouseReport = new Sc_WareHouseReport();
                         oSc_WareHouseReport.MdiParent = oMain;

--
Gitblit v1.9.1