From 51e0d69d916695c04ccc88b44d16047a3efcd1a9 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期六, 09 十月 2021 23:45:54 +0800
Subject: [PATCH] 器具档案保存报错修复
---
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