From c27c6fbfd03ffd89a839e7aa4c2643e5ea7ab0dc Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 19 一月 2024 10:20:09 +0800
Subject: [PATCH] 是否做首件/工序 检验单控制;批量出站汇报;保存前后控制(生产订单保存方法,开工单保存方法,完工单保存方法,停工挂起单保存方法,产量汇报单保存方法,质量汇报单保存方法,生产汇报单保存方法)

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