From ca7307ab065f3d5bfb8541bdce762e976ac66c22 Mon Sep 17 00:00:00 2001
From: 沈泽 <211959439@qq.com>
Date: 星期一, 11 十月 2021 08:35:24 +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