From 9d93f219367a57659c6641319922dee224e68d39 Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期二, 09 八月 2022 16:57:32 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
LMES/ClsShowMod.cs | 90 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 89 insertions(+), 1 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index c419987..476560a 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3879,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();
@@ -3940,6 +3954,40 @@
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;
+ case "sc_cgkb":
+ //权限
+ Sc_CGKB oSc_CGKB = new Sc_CGKB();
+ oSc_CGKB.MdiParent = oMain;
+ oSc_CGKB.Show();
+ oMainForm.AddTabPage(oSc_CGKB);
+ break;
+ case "sc_cjkb":
+ //权限
+ Sc_CJKB oSc_CJKB = new Sc_CJKB();
+ oSc_CJKB.MdiParent = oMain;
+ oSc_CJKB.Show();
+ oMainForm.AddTabPage(oSc_CJKB);
+ break;
+ case "sc_qlkb":
+ //权限
+ Sc_QLKB oSc_QLKB = new Sc_QLKB();
+ oSc_QLKB.MdiParent = oMain;
+ oSc_QLKB.Show();
+ oMainForm.AddTabPage(oSc_QLKB);
+ break;
+ case "kf_agvrequestbill_fastlist":
+ //权限
+ Kf_AGVRequestBill_FastList oKf_AGVRequestBill_FastList = new Kf_AGVRequestBill_FastList();
+ oKf_AGVRequestBill_FastList.MdiParent = oMain;
+ oKf_AGVRequestBill_FastList.Show();
+ oMainForm.AddTabPage(oKf_AGVRequestBill_FastList);
break;
default:
break;
@@ -5251,6 +5299,13 @@
oMES_StationOutBillList_Bad.Show();
oMainForm.AddTabPage(oMES_StationOutBillList_Bad);
break;
+ case "mes_stationoutbilllist_lastproc":
+ MES_StationOutBillList_LastProc oMES_StationOutBillList_LastProc = new MES_StationOutBillList_LastProc();
+ oMES_StationOutBillList_LastProc.MdiParent = oMain;
+ oMES_StationOutBillList_LastProc.ModCaption = gnmc;
+ oMES_StationOutBillList_LastProc.Show();
+ oMainForm.AddTabPage(oMES_StationOutBillList_LastProc);
+ break;
case "sc_prodwiptotalreport":
Sc_ProdWIPTotalReport oSc_ProdWIPTotalReport = new Sc_ProdWIPTotalReport();
oSc_ProdWIPTotalReport.MdiParent = oMain;
@@ -5947,6 +6002,20 @@
oDefectiveDetailedYieldReport.MdiParent = oMain;
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:
@@ -6672,6 +6741,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;
@@ -7750,7 +7826,13 @@
oGy_QCCheckItem.Show();
oMainForm.AddTabPage(oGy_QCCheckItem);
break;
-
+ case "gy_factorydayoff"://厂休
+ Gy_FactoryDayOff oGy_FactoryDayOff = new Gy_FactoryDayOff();
+ oGy_FactoryDayOff.MdiParent = oMain;
+ oGy_FactoryDayOff.Show();
+ oMainForm.AddTabPage(oGy_FactoryDayOff);
+ break;
+
case "":
//
break;
@@ -8058,6 +8140,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