From 2d276232341390207531e9fb31383a6867c6d54a Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 18 八月 2021 16:14:11 +0800
Subject: [PATCH] 新增生产订单扫码记录模块

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

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index 7c782f5..a101307 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3473,6 +3473,13 @@
             {
                 switch (gnsy.ToLower())
                 {
+                    case "kf_ponderationbillmain_icmoreport":
+                        KF_PonderationBillMain_ICMOReport oKF_PonderationBillMain_ICMOReport = new KF_PonderationBillMain_ICMOReport();
+                        oKF_PonderationBillMain_ICMOReport.MdiParent = oMain;
+                        oKF_PonderationBillMain_ICMOReport.ModCaption = gnmc;
+                        oKF_PonderationBillMain_ICMOReport.Show();
+                        oMainForm.AddTabPage(oKF_PonderationBillMain_ICMOReport);
+                        break;
                     case "kf_icmoreportandprodinreport":
                         Kf_ICMOReportAndProdInReport oKf_ICMOReportAndProdInReport = new Kf_ICMOReportAndProdInReport();
                         oKf_ICMOReportAndProdInReport.MdiParent = oMain;

--
Gitblit v1.9.1