From 50bade35ce7a6d9b7e9d1a832662ada666a6d7bd Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 26 五月 2022 09:14:39 +0800
Subject: [PATCH] 叫料平台完善
---
LMES/ClsShowMod.cs | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 2c8a23c..302dc2e 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -24,6 +24,7 @@
//using ReportM;
using Kanban;
using Demo;
+using ProM.委外管理;
namespace LMES
{
@@ -3878,6 +3879,20 @@
oKf_MateOutRequestBill.ShowDialog();
break;
//===================================报表分析
+ case "kf_icinventory_barcode":
+ Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();
+ oKf_ICInventory_BarCode.MdiParent = oMain;
+ oKf_ICInventory_BarCode.ModCaption = gnmc;
+ oKf_ICInventory_BarCode.Show();
+ oMainForm.AddTabPage(oKf_ICInventory_BarCode);
+ break;
+ case "wms_barcodestatusqueryreport":
+ WMS_BarCodeStatusQueryReport oWMS_BarCodeStatusQueryReport = new WMS_BarCodeStatusQueryReport();
+ oWMS_BarCodeStatusQueryReport.MdiParent = oMain;
+ oWMS_BarCodeStatusQueryReport.ModCaption = gnmc;
+ oWMS_BarCodeStatusQueryReport.Show();
+ oMainForm.AddTabPage(oWMS_BarCodeStatusQueryReport);
+ break;
case "kf_icinventorylist":
//权限
WarM.KF_ICInventoryList oKF_ICInventoryList = new WarM.KF_ICInventoryList();
@@ -3939,6 +3954,12 @@
oSc_PackUnionBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
oSc_PackUnionBill.ModCaption = gnmc;
oSc_PackUnionBill.ShowDialog();
+ break;
+ case "gy_barcodebill_chaima":
+ WarM.Gy_BarCodeBill_ChaiMa oGy_BarCodeBill_ChaiMa = new WarM.Gy_BarCodeBill_ChaiMa();
+ oGy_BarCodeBill_ChaiMa.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+ //oGy_BarCodeBill_ChaiMa.ModCaption = gnmc;
+ oGy_BarCodeBill_ChaiMa.ShowDialog();
break;
default:
break;
@@ -4298,6 +4319,13 @@
oWW_EntrustOrderBillList.MdiParent = oMain;
oWW_EntrustOrderBillList.Show();
oMainForm.AddTabPage(oWW_EntrustOrderBillList);
+ break;
+ case "ww_ppbombilllist":
+ //权限
+ WW_PPBomBillList oWW_PPBomBillList = new WW_PPBomBillList();
+ oWW_PPBomBillList.MdiParent = oMain;
+ oWW_PPBomBillList.Show();
+ oMainForm.AddTabPage(oWW_PPBomBillList);
break;
default:
break;
@@ -5940,6 +5968,20 @@
oDefectiveDetailedYieldReport.Show();
oMainForm.AddTabPage(oDefectiveDetailedYieldReport);
break;
+ case "mes_stationoutprocsumreport":
+ //权限
+ MES_StationOutProcSumReport oMES_StationOutProcSumReport = new MES_StationOutProcSumReport();
+ oMES_StationOutProcSumReport.MdiParent = oMain;
+ oMES_StationOutProcSumReport.Show();
+ oMainForm.AddTabPage(oMES_StationOutProcSumReport);
+ break;
+ case "mes_prodhourssumreport":
+ //权限
+ MES_ProdHoursSumReport oMES_ProdHoursSumReport = new MES_ProdHoursSumReport();
+ oMES_ProdHoursSumReport.MdiParent = oMain;
+ oMES_ProdHoursSumReport.Show();
+ oMainForm.AddTabPage(oMES_ProdHoursSumReport);
+ break;
default:
break;
@@ -6664,6 +6706,13 @@
//MessageBox.Show("gnsy:"+gnsy + "gnmc:"+ gnmc);
switch (gnsy.ToLower())
{
+ case "gy_stdworktimeslist":
+ //权限
+ Gy_StdWorkTimesList oGy_StdWorkTimesList = new Gy_StdWorkTimesList();
+ oGy_StdWorkTimesList.MdiParent = oMain;
+ oGy_StdWorkTimesList.Show();
+ oMainForm.AddTabPage(oGy_StdWorkTimesList);
+ break;
case "gy_dotcheck"://点检项目
Gy_DotCheck oGy_DotCheck = new Gy_DotCheck();
oGy_DotCheck.MdiParent = oMain;
@@ -8050,6 +8099,12 @@
oGy_DataIn_ProcessPrice.Show();
oMainForm.AddTabPage(oGy_DataIn_ProcessPrice);
break;
+ case "gy_datain_stdworktimes":
+ Gy_DataIn_StdWorkTimes oGy_DataIn_StdWorkTimes = new Gy_DataIn_StdWorkTimes();
+ oGy_DataIn_StdWorkTimes.MdiParent = oMain;
+ oGy_DataIn_StdWorkTimes.Show();
+ oMainForm.AddTabPage(oGy_DataIn_StdWorkTimes);
+ break;
case "gy_datain_process":
Gy_DataIn_Process oGy_DataIn_Process = new Gy_DataIn_Process();
oGy_DataIn_Process.MdiParent = oMain;
--
Gitblit v1.9.1