From 7a9b28ca5564387e9fe26a0bd4aab3967b1e10f4 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 15:51:23 +0800
Subject: [PATCH] 业绩指标单:列表查询数据顺序变更
---
LMES/ClsShowMod.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index a51c8aa..65f73e7 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3639,6 +3639,11 @@
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_barcodeoutinreport":
//权限
Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport();
@@ -7955,6 +7960,13 @@
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;
--
Gitblit v1.9.1