From 87866ad7dccfa1583b21313f9ccad8531ab5b0e2 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 11 十月 2021 09:29:28 +0800
Subject: [PATCH] /MES/bin/Debug

---
 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