From de29536b850296edd72f3e70011f8437c23c2586 Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期日, 04 二月 2024 13:36:33 +0800
Subject: [PATCH] 采购订单、收料通知单、采购退料单、退料通知单、采购入库单、付款单、应付退款单删除前后控制的添加

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 2199adf..37a9d43 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -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":
                         //权限
@@ -5439,7 +5449,14 @@
                         oSc_StationOutSumReport.ModCaption = gnmc;
                         oSc_StationOutSumReport.Show();
                         oMainForm.AddTabPage(oSc_StationOutSumReport);
-                        break; 
+                        break;
+                    case "sc_procexchangenoinreport":
+                        Sc_ProcExchangeNoInReport oSc_ProcExchangeNoInReport = new Sc_ProcExchangeNoInReport();
+                        oSc_ProcExchangeNoInReport.MdiParent = oMain;
+                        oSc_ProcExchangeNoInReport.ModCaption = gnmc;
+                        oSc_ProcExchangeNoInReport.Show();
+                        oMainForm.AddTabPage(oSc_ProcExchangeNoInReport);
+                        break;
                     case "sc_processexchangebill":
                         Sc_ProcessExchangeBill oSc_ProcessExchangeBill = new Sc_ProcessExchangeBill();
                         oSc_ProcessExchangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;

--
Gitblit v1.9.1