From 05e8bdc13ea69fd4abd2d313cb326d1b8ac9634a Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 14 十一月 2023 18:59:47 +0800 Subject: [PATCH] 销售订单变更单:审核时做信用控制 --- LMES/ClsShowMod.cs | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs index 8c48f25..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(); @@ -3639,6 +3639,16 @@ oSc_ICMOToBarCode.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOToBarCode.ShowDialog(); break; + case "kf_weightobarcode": + // + 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(); @@ -3767,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": //权限 @@ -7896,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": //权限 @@ -7948,6 +7967,27 @@ oSc_WorkProcReport_New.Show(); oMainForm.AddTabPage(oSc_WorkProcReport_New); break; + case "sc_workshopreport": + Sc_WorkShopReport oSc_WorkShopReport = new Sc_WorkShopReport(); + oSc_WorkShopReport.MdiParent = oMain; + oSc_WorkShopReport.ModCaption = gnmc; + oSc_WorkShopReport.Show(); + oMainForm.AddTabPage(oSc_WorkShopReport); + break; + case "sc_overprodreport": + Sc_OverProdReport oSc_OverProdReport = new Sc_OverProdReport(); + oSc_OverProdReport.MdiParent = oMain; + oSc_OverProdReport.ModCaption = gnmc; + oSc_OverProdReport.Show(); + oMainForm.AddTabPage(oSc_OverProdReport); + break; + case "sc_warehousereport": + Sc_WareHouseReport oSc_WareHouseReport = new Sc_WareHouseReport(); + oSc_WareHouseReport.MdiParent = oMain; + oSc_WareHouseReport.ModCaption = gnmc; + oSc_WareHouseReport.Show(); + oMainForm.AddTabPage(oSc_WareHouseReport); + break; case "sc_brfhkb": Sc_BRFHKB oSc_BRFHKB = new Sc_BRFHKB(); oSc_BRFHKB.ShowDialog(); -- Gitblit v1.9.1