From c62b172320283eb2c748f98d434b9ca511f24309 Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期三, 26 四月 2023 13:40:13 +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 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