From b043ec984a239a629fe987719e82ce3c9294108c Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期四, 25 十一月 2021 14:14:40 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- LMES/ClsShowMod.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs index 93c9adb..37706b6 100644 --- a/LMES/ClsShowMod.cs +++ b/LMES/ClsShowMod.cs @@ -5196,6 +5196,13 @@ { switch (gnsy.ToLower()) { + case "eam_sourceruningstatus": + EAM_SourceRuningStatus oEAM_SourceRuningStatus = new EAM_SourceRuningStatus(); + oEAM_SourceRuningStatus.MdiParent = oMain; + oEAM_SourceRuningStatus.ModCaption = gnmc; + oEAM_SourceRuningStatus.Show(); + oMainForm.AddTabPage(oEAM_SourceRuningStatus); + break; case "mes_stationoutbilllist_baofei": MES_StationOutBillList_BaoFei oMES_StationOutBillList_BaoFei = new MES_StationOutBillList_BaoFei(); oMES_StationOutBillList_BaoFei.MdiParent = oMain; -- Gitblit v1.9.1