From 0a22bb811fab75f85c70b98ea8bbf270bdcc5f17 Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期日, 24 七月 2022 09:43:12 +0800
Subject: [PATCH] 车间工序全程跟踪报表

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 302dc2e..9be9640 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3961,6 +3961,34 @@
                         //oGy_BarCodeBill_ChaiMa.ModCaption = gnmc;
                         oGy_BarCodeBill_ChaiMa.ShowDialog();
                         break;
+                    case "sc_cgkb":
+                        //权限
+                        Sc_CGKB oSc_CGKB = new Sc_CGKB();
+                        oSc_CGKB.MdiParent = oMain;
+                        oSc_CGKB.Show();
+                        oMainForm.AddTabPage(oSc_CGKB);
+                        break;
+                    case "sc_cjkb":
+                        //权限
+                        Sc_CJKB oSc_CJKB = new Sc_CJKB();
+                        oSc_CJKB.MdiParent = oMain;
+                        oSc_CJKB.Show();
+                        oMainForm.AddTabPage(oSc_CJKB);
+                        break;
+                    case "sc_qlkb":
+                        //权限
+                        Sc_QLKB oSc_QLKB = new Sc_QLKB();
+                        oSc_QLKB.MdiParent = oMain;
+                        oSc_QLKB.Show();
+                        oMainForm.AddTabPage(oSc_QLKB);
+                        break;
+                    case "kf_agvrequestbill_fastlist":
+                        //权限
+                        Kf_AGVRequestBill_FastList oKf_AGVRequestBill_FastList = new Kf_AGVRequestBill_FastList();
+                        oKf_AGVRequestBill_FastList.MdiParent = oMain;
+                        oKf_AGVRequestBill_FastList.Show();
+                        oMainForm.AddTabPage(oKf_AGVRequestBill_FastList);
+                        break;
                     default:
                         break;
                 }
@@ -5271,6 +5299,13 @@
                         oMES_StationOutBillList_Bad.Show();
                         oMainForm.AddTabPage(oMES_StationOutBillList_Bad);
                         break;
+                    case "mes_stationoutbilllist_lastproc":
+                        MES_StationOutBillList_LastProc oMES_StationOutBillList_LastProc = new MES_StationOutBillList_LastProc();
+                        oMES_StationOutBillList_LastProc.MdiParent = oMain;
+                        oMES_StationOutBillList_LastProc.ModCaption = gnmc;
+                        oMES_StationOutBillList_LastProc.Show();
+                        oMainForm.AddTabPage(oMES_StationOutBillList_LastProc);
+                        break;
                     case "sc_prodwiptotalreport":
                         Sc_ProdWIPTotalReport oSc_ProdWIPTotalReport = new Sc_ProdWIPTotalReport();
                         oSc_ProdWIPTotalReport.MdiParent = oMain;

--
Gitblit v1.9.1