From 83e3a4e2b48982604ff40852e22c48a6e97d02c4 Mon Sep 17 00:00:00 2001
From: 沈泽 <211959439@qq.com>
Date: 星期四, 21 十月 2021 17:00:14 +0800
Subject: [PATCH] 1

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 4bf5c78..be9a43c 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -5880,6 +5880,12 @@
                         oQC_NoPassProdCheckBillQuery.Show();
                         oMainForm.AddTabPage(oQC_NoPassProdCheckBillQuery);
                         break;
+                    case "defectivedetailedyieldreport":
+                        DefectiveDetailedYieldReport oDefectiveDetailedYieldReport = new DefectiveDetailedYieldReport();
+                        oDefectiveDetailedYieldReport.MdiParent = oMain;
+                        oDefectiveDetailedYieldReport.Show();
+                        oMainForm.AddTabPage(oDefectiveDetailedYieldReport);
+                        break;
 
                     default:
                         break;

--
Gitblit v1.9.1