From 268f0f4da65c5bdedeca2b9fe35c9065b6c1b7b7 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 11 三月 2024 23:04:39 +0800 Subject: [PATCH] 销售调价单 --- LMES/ClsShowMod.cs | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs index acd9031..37a9d43 100644 --- a/LMES/ClsShowMod.cs +++ b/LMES/ClsShowMod.cs @@ -3778,6 +3778,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": //权限 Kf_MateOutBillList oKf_MateOutBillList = new Kf_MateOutBillList(); @@ -5444,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