From 87d73c481e39e41820b446a881dd6fe9bf69ddaf Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 17 一月 2024 10:28:17 +0800
Subject: [PATCH] 1

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 65f73e7..4a83862 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -2038,7 +2038,7 @@
                         Sc_HZQLCGKB oSc_HZQLCGKB = new Sc_HZQLCGKB();
                         oSc_HZQLCGKB.ShowDialog();
                         break;
-
+                 
                     case "sc_processplanchangelist":
                         //权限
                         Sc_ProcessPlanChangeList oSc_ProcessPlanChangeList = new Sc_ProcessPlanChangeList();
@@ -3644,6 +3644,11 @@
                         Kf_WeighToBarCode oKf_WeighToBarCode = new Kf_WeighToBarCode();
                         oKf_WeighToBarCode.ShowDialog();
                         break;
+                    case "kf_weightobarcode_stationoutbill":
+                        //
+                        Kf_WeighToBarCode_StationOutBill oKf_WeighToBarCode_StationOutBill = new Kf_WeighToBarCode_StationOutBill();
+                        oKf_WeighToBarCode_StationOutBill.ShowDialog();
+                        break;
                     case "kf_barcodeoutinreport":
                         //权限
                         Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport();
@@ -3772,6 +3777,11 @@
                         //
                         Kf_SellOutBill oKf_SellOutBill = new Kf_SellOutBill();
                         oKf_SellOutBill.ShowDialog();
+                        break;
+                    case "kf_selloutbill_barcodenote":
+                        //
+                        Kf_SellOutBill_BarCodeNote oKf_SellOutBill_BarCodeNote = new Kf_SellOutBill_BarCodeNote();
+                        oKf_SellOutBill_BarCodeNote.ShowDialog();
                         break;
                     case "kf_mateoutbilllist":
                         //权限
@@ -7901,6 +7911,10 @@
                         Sc_SCJDKB oSc_SCJDKB = new Sc_SCJDKB();
                         oSc_SCJDKB.ShowDialog();
                         break;
+                    case "sc_wgjckkb":
+                        Sc_WGJCKKB oSc_WGJCKKB = new Sc_WGJCKKB();
+                        oSc_WGJCKKB.ShowDialog();
+                        break;
                     //
                     case "gy_sopbilllist":
                         //权限

--
Gitblit v1.9.1