From cd4e5d51b7825f28bf44c37bd75bdb14ec2feb8c Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 02 四月 2024 15:41:01 +0800
Subject: [PATCH] 生产汇报单反写生产订单关联汇报数量,设备点检规程单修改连接检验项目表
---
LMES/ClsShowMod.cs | 1119 ++++++++++++++++++++++++++++++++--------------------------
1 files changed, 620 insertions(+), 499 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 9c1c509..37a9d43 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -11,7 +11,7 @@
using SelM;
using WorkM;
using PlanM;
-//using PayM;
+using PayM;
using DBUtility;
using BLL;
//using CostM;
@@ -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":
//权限
@@ -3954,6 +3969,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;
@@ -5265,6 +5314,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;
@@ -5393,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;
@@ -5962,6 +6025,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;
@@ -6160,506 +6237,506 @@
{
switch (gnsy.ToLower())
{
- // case "pay_dusubsidyitembill_ks":
- // //
- // Pay_DuSubsidyItemBill_KS oPay_DuSubsidyItemBill_KS = new Pay_DuSubsidyItemBill_KS();
- // oPay_DuSubsidyItemBill_KS.ShowDialog();
- // break;
- // case "pay_worktimessumquerybilllist":
- // //权限
- // Pay_WorkTimesSumQueryBillList oPay_WorkTimesSumQueryBillList = new Pay_WorkTimesSumQueryBillList();
- // oPay_WorkTimesSumQueryBillList.MdiParent = oMain;
- // oPay_WorkTimesSumQueryBillList.Show();
- // oMainForm.AddTabPage(oPay_WorkTimesSumQueryBillList);
- // break;
- // case "pay_singlebalbill_enter":
- // //
- // Pay_SingleBalBill_Enter oPay_SingleBalBill_Enter = new Pay_SingleBalBill_Enter();
- // oPay_SingleBalBill_Enter.ShowDialog();
- // break;
- // case "pay_singlebalbill_ks":
- // //
- // Pay_SingleBalBill_KS oPay_SingleBalBill_KS = new Pay_SingleBalBill_KS();
- // oPay_SingleBalBill_KS.ShowDialog();
- // break;
- // case "pay_singlebalbill_yr":
- // //
- // Pay_SingleBalBill_YR oPay_SingleBalBill_YR = new Pay_SingleBalBill_YR();
- // oPay_SingleBalBill_YR.ShowDialog();
- // break;
- // case "pay_outapplybill":
- // //
- // Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill();
- // oPay_OutApplyBill.ShowDialog();
- // break;
- // case "pay_outapplybilllist":
- // //权限
- // Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList();
- // oPay_OutApplyBillList.MdiParent = oMain;
- // oPay_OutApplyBillList.Show();
- // oMainForm.AddTabPage(oPay_OutApplyBillList);
- // break;
- // case "pay_outapplybillquery":
- // //权限
- // Pay_OutApplyBillQuery oPay_OutApplyBillQuery = new Pay_OutApplyBillQuery();
- // oPay_OutApplyBillQuery.MdiParent = oMain;
- // oPay_OutApplyBillQuery.Show();
- // oMainForm.AddTabPage(oPay_OutApplyBillQuery);
- // break;
+ case "pay_dusubsidyitembill_ks":
+ //
+ Pay_DuSubsidyItemBill_KS oPay_DuSubsidyItemBill_KS = new Pay_DuSubsidyItemBill_KS();
+ oPay_DuSubsidyItemBill_KS.ShowDialog();
+ break;
+ case "pay_worktimessumquerybilllist":
+ //权限
+ Pay_WorkTimesSumQueryBillList oPay_WorkTimesSumQueryBillList = new Pay_WorkTimesSumQueryBillList();
+ oPay_WorkTimesSumQueryBillList.MdiParent = oMain;
+ oPay_WorkTimesSumQueryBillList.Show();
+ oMainForm.AddTabPage(oPay_WorkTimesSumQueryBillList);
+ break;
+ case "pay_singlebalbill_enter":
+ //
+ Pay_SingleBalBill_Enter oPay_SingleBalBill_Enter = new Pay_SingleBalBill_Enter();
+ oPay_SingleBalBill_Enter.ShowDialog();
+ break;
+ case "pay_singlebalbill_ks":
+ //
+ Pay_SingleBalBill_KS oPay_SingleBalBill_KS = new Pay_SingleBalBill_KS();
+ oPay_SingleBalBill_KS.ShowDialog();
+ break;
+ case "pay_singlebalbill_yr":
+ //
+ Pay_SingleBalBill_YR oPay_SingleBalBill_YR = new Pay_SingleBalBill_YR();
+ oPay_SingleBalBill_YR.ShowDialog();
+ break;
+ case "pay_outapplybill":
+ //
+ Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill();
+ oPay_OutApplyBill.ShowDialog();
+ break;
+ case "pay_outapplybilllist":
+ //权限
+ Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList();
+ oPay_OutApplyBillList.MdiParent = oMain;
+ oPay_OutApplyBillList.Show();
+ oMainForm.AddTabPage(oPay_OutApplyBillList);
+ break;
+ case "pay_outapplybillquery":
+ //权限
+ Pay_OutApplyBillQuery oPay_OutApplyBillQuery = new Pay_OutApplyBillQuery();
+ oPay_OutApplyBillQuery.MdiParent = oMain;
+ oPay_OutApplyBillQuery.Show();
+ oMainForm.AddTabPage(oPay_OutApplyBillQuery);
+ break;
- // case "pay_overapplybill":
- // //
- // Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill();
- // oPay_OverApplyBill.ShowDialog();
- // break;
- // case "pay_overapplybilllist":
- // //权限
- // Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList();
- // oPay_OverApplyBillList.MdiParent = oMain;
- // oPay_OverApplyBillList.Show();
- // oMainForm.AddTabPage(oPay_OverApplyBillList);
- // break;
- // case "pay_overapplybillquery":
- // //权限
- // Pay_OverApplyBillQuery oPay_OverApplyBillQuery = new Pay_OverApplyBillQuery();
- // oPay_OverApplyBillQuery.MdiParent = oMain;
- // oPay_OverApplyBillQuery.Show();
- // oMainForm.AddTabPage(oPay_OverApplyBillQuery);
- // break;
+ case "pay_overapplybill":
+ //
+ Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill();
+ oPay_OverApplyBill.ShowDialog();
+ break;
+ case "pay_overapplybilllist":
+ //权限
+ Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList();
+ oPay_OverApplyBillList.MdiParent = oMain;
+ oPay_OverApplyBillList.Show();
+ oMainForm.AddTabPage(oPay_OverApplyBillList);
+ break;
+ case "pay_overapplybillquery":
+ //权限
+ Pay_OverApplyBillQuery oPay_OverApplyBillQuery = new Pay_OverApplyBillQuery();
+ oPay_OverApplyBillQuery.MdiParent = oMain;
+ oPay_OverApplyBillQuery.Show();
+ oMainForm.AddTabPage(oPay_OverApplyBillQuery);
+ break;
- // case "hr_empengagerequestbill":
- // //
- // HR_EmpEngageRequestBill oHR_EmpEngageRequestBill = new HR_EmpEngageRequestBill();
- // oHR_EmpEngageRequestBill.ShowDialog();
- // break;
- // case "hr_empengagerequestbilllist":
- // //权限
- // HR_EmpEngageRequestBillList oHR_EmpEngageRequestBillList = new HR_EmpEngageRequestBillList();
- // oHR_EmpEngageRequestBillList.MdiParent = oMain;
- // oHR_EmpEngageRequestBillList.Show();
- // oMainForm.AddTabPage(oHR_EmpEngageRequestBillList);
- // break;
- // case "hr_empdimissionbill":
- // //
- // HR_EmpDimissionBill oHR_EmpDimissionBill = new HR_EmpDimissionBill();
- // oHR_EmpDimissionBill.ShowDialog();
- // break;
- // case "hr_empdimissionbilllist":
- // //权限
- // HR_EmpDimissionBillList oHR_EmpDimissionBillList = new HR_EmpDimissionBillList();
- // oHR_EmpDimissionBillList.MdiParent = oMain;
- // oHR_EmpDimissionBillList.Show();
- // oMainForm.AddTabPage(oHR_EmpDimissionBillList);
- // break;
- // case "pay_subsidychangebill":
- // //
- // Pay_SubsidyChangeBill oPay_SubsidyChangeBill = new Pay_SubsidyChangeBill();
- // oPay_SubsidyChangeBill.ShowDialog();
- // break;
- // case "pay_subsidychangebilllist":
- // //权限
- // Pay_SubsidyChangeBillList oPay_SubsidyChangeBillList = new Pay_SubsidyChangeBillList();
- // oPay_SubsidyChangeBillList.MdiParent = oMain;
- // oPay_SubsidyChangeBillList.Show();
- // oMainForm.AddTabPage(oPay_SubsidyChangeBillList);
- // break;
- // case "gy_dataintmp_dusubsidyitem":
- // //权限
- // Gy_DataInTmp_DuSubsidyItem oGy_DataInTmp_DuSubsidyItem = new Gy_DataInTmp_DuSubsidyItem();
- // oGy_DataInTmp_DuSubsidyItem.MdiParent = oMain;
- // oGy_DataInTmp_DuSubsidyItem.Show();
- // oMainForm.AddTabPage(oGy_DataInTmp_DuSubsidyItem);
- // break;
- // case "pay_dusubsidyitembilllist":
- // //权限
- // Pay_DuSubsidyItemBillList oPay_DuSubsidyItemBillList = new Pay_DuSubsidyItemBillList();
- // oPay_DuSubsidyItemBillList.MdiParent = oMain;
- // oPay_DuSubsidyItemBillList.Show();
- // oMainForm.AddTabPage(oPay_DuSubsidyItemBillList);
- // break;
- // case "pay_dusubsidyitembill":
- // //
- // Pay_DuSubsidyItemBill oPay_DuSubsidyItemBill = new Pay_DuSubsidyItemBill();
- // oPay_DuSubsidyItemBill.ShowDialog();
- // break;
- // //case "pay_outapplybilllist":
- // // //权限
- // // Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList();
- // // oPay_OutApplyBillList.MdiParent = oMain;
- // // oPay_OutApplyBillList.Show();
- // // break;
- // //case "pay_outapplybill":
- // // //
- // // Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill();
- // // oPay_OutApplyBill.ShowDialog();
- // // break;
- // case "hr_empchangebillquery":
- // //权限
- // HR_EmpChangeBillQuery oHR_EmpChangeBillQuery = new HR_EmpChangeBillQuery();
- // oHR_EmpChangeBillQuery.MdiParent = oMain;
- // oHR_EmpChangeBillQuery.Show();
- // oMainForm.AddTabPage(oHR_EmpChangeBillQuery);
- // break;
- // //case "pay_outapplybillquery":
- // // //权限
- // // Pay_OutApplyBillQuery oPay_OutApplyBillQuery = new Pay_OutApplyBillQuery();
- // // oPay_OutApplyBillQuery.MdiParent = oMain;
- // // oPay_OutApplyBillQuery.Show();
- // // break;
- // case "pay_procpricerequestbilllist":
- // //权限
- // Pay_ProcPriceRequestBillList oPay_ProcPriceRequestBillList = new Pay_ProcPriceRequestBillList();
- // oPay_ProcPriceRequestBillList.MdiParent = oMain;
- // oPay_ProcPriceRequestBillList.Show();
- // oMainForm.AddTabPage(oPay_ProcPriceRequestBillList);
- // break;
- // case "pay_procpricerequestbill":
- // //
- // Pay_ProcPriceRequestBill oPay_ProcPriceRequestBill = new Pay_ProcPriceRequestBill();
- // oPay_ProcPriceRequestBill.ShowDialog();
- // break;
- // //case "pay_exambalbilllist":
- // // //权限
- // // Pay_ExamBalBillList oPay_ExamBalBillList = new Pay_ExamBalBillList();
- // // oPay_ExamBalBillList.MdiParent = oMain;
- // // oPay_ExamBalBillList.Show();
- // // break;
- // //case "pay_exambalbill":
- // // //
- // // Pay_ExamBalBill oPay_ExamBalBill = new Pay_ExamBalBill();
- // // oPay_ExamBalBill.ShowDialog();
- // // break;
- // case "pay_worktimesbilllist":
- // //权限
- // Pay_WorkTimesBillList oPay_WorkTimesBillList = new Pay_WorkTimesBillList();
- // oPay_WorkTimesBillList.MdiParent = oMain;
- // oPay_WorkTimesBillList.Show();
- // oMainForm.AddTabPage(oPay_WorkTimesBillList);
- // break;
- // case "pay_worktimesbill":
- // //
- // Pay_WorkTimesBill oPay_WorkTimesBill = new Pay_WorkTimesBill();
- // oPay_WorkTimesBill.ShowDialog();
- // break;
- // case "pay_paymentbilllist":
- // //权限
- // Pay_PayMentBillList oPay_PayMentBillList = new Pay_PayMentBillList();
- // oPay_PayMentBillList.MdiParent = oMain;
- // oPay_PayMentBillList.Show();
- // oMainForm.AddTabPage(oPay_PayMentBillList);
- // break;
- // case "pay_paymentbill":
- // //
- // Pay_PayMentBill oPay_PayMentBill = new Pay_PayMentBill();
- // oPay_PayMentBill.MdiParent = oMain;
- // oPay_PayMentBill.Show();
- // oMainForm.AddTabPage(oPay_PayMentBill);
- // break;
- // case "pay_groupbalbilllist":
- // //权限
- // Pay_GroupBalBillList oPay_GroupBalBillList = new Pay_GroupBalBillList();
- // oPay_GroupBalBillList.MdiParent = oMain;
- // oPay_GroupBalBillList.Show();
- // oMainForm.AddTabPage(oPay_GroupBalBillList);
- // break;
- // case "pay_groupbalbill":
- // //
- // Pay_GroupBalBill oPay_GroupBalBill = new Pay_GroupBalBill();
- // oPay_GroupBalBill.ShowDialog();
- // break;
- // case "pay_errworktimesrequestbilllist":
- // //权限
- // Pay_ErrWorkTimesRequestBillList oPay_ErrWorkTimesRequestBillList = new Pay_ErrWorkTimesRequestBillList();
- // oPay_ErrWorkTimesRequestBillList.MdiParent = oMain;
- // oPay_ErrWorkTimesRequestBillList.Show();
- // oMainForm.AddTabPage(oPay_ErrWorkTimesRequestBillList);
- // break;
- // case "pay_errworktimesrequestbill":
- // //
- // Pay_ErrWorkTimesRequestBill oPay_ErrWorkTimesRequestBill = new Pay_ErrWorkTimesRequestBill();
- // oPay_ErrWorkTimesRequestBill.ShowDialog();
- // break;
- // case "pay_getneedcheckerrworktimessendbilllist":
- // Pay_GetNeedCheckErrWorkTimesSendBillList oPay_GetNeedCheckErrWorkTimesSendBillList = new Pay_GetNeedCheckErrWorkTimesSendBillList();
- // oPay_GetNeedCheckErrWorkTimesSendBillList.MdiParent = oMain;
- // //oPay_GetNeedCheckErrWorkTimesSendBillList.ModCaption = gnmc;
- // oPay_GetNeedCheckErrWorkTimesSendBillList.Show();
- // oMainForm.AddTabPage(oPay_GetNeedCheckErrWorkTimesSendBillList);
- // break;
- // case "pay_errworktimessendbilllist":
- // //权限
- // Pay_ErrWorkTimesSendBillList oPay_ErrWorkTimesSendBillList = new Pay_ErrWorkTimesSendBillList();
- // oPay_ErrWorkTimesSendBillList.MdiParent = oMain;
- // oPay_ErrWorkTimesSendBillList.Show();
- // oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillList);
- // break;
- // case "pay_errworktimessendbill":
- // //
- // Pay_ErrWorkTimesSendBill oPay_ErrWorkTimesSendBill = new Pay_ErrWorkTimesSendBill();
- // oPay_ErrWorkTimesSendBill.ShowDialog();
- // break;
- // case "pay_singlebalbilllist":
- // //权限
- // Pay_SingleBalBillList oPay_SingleBalBillList = new Pay_SingleBalBillList();
- // oPay_SingleBalBillList.MdiParent = oMain;
- // oPay_SingleBalBillList.Show();
- // oMainForm.AddTabPage(oPay_SingleBalBillList);
- // break;
- // case "pay_singlebalbill":
- // //
- // Pay_SingleBalBill oPay_SingleBalBill = new Pay_SingleBalBill();
- // oPay_SingleBalBill.ShowDialog();
- // break;
+ case "hr_empengagerequestbill":
+ //
+ HR_EmpEngageRequestBill oHR_EmpEngageRequestBill = new HR_EmpEngageRequestBill();
+ oHR_EmpEngageRequestBill.ShowDialog();
+ break;
+ case "hr_empengagerequestbilllist":
+ //权限
+ HR_EmpEngageRequestBillList oHR_EmpEngageRequestBillList = new HR_EmpEngageRequestBillList();
+ oHR_EmpEngageRequestBillList.MdiParent = oMain;
+ oHR_EmpEngageRequestBillList.Show();
+ oMainForm.AddTabPage(oHR_EmpEngageRequestBillList);
+ break;
+ case "hr_empdimissionbill":
+ //
+ HR_EmpDimissionBill oHR_EmpDimissionBill = new HR_EmpDimissionBill();
+ oHR_EmpDimissionBill.ShowDialog();
+ break;
+ case "hr_empdimissionbilllist":
+ //权限
+ HR_EmpDimissionBillList oHR_EmpDimissionBillList = new HR_EmpDimissionBillList();
+ oHR_EmpDimissionBillList.MdiParent = oMain;
+ oHR_EmpDimissionBillList.Show();
+ oMainForm.AddTabPage(oHR_EmpDimissionBillList);
+ break;
+ case "pay_subsidychangebill":
+ //
+ Pay_SubsidyChangeBill oPay_SubsidyChangeBill = new Pay_SubsidyChangeBill();
+ oPay_SubsidyChangeBill.ShowDialog();
+ break;
+ case "pay_subsidychangebilllist":
+ //权限
+ Pay_SubsidyChangeBillList oPay_SubsidyChangeBillList = new Pay_SubsidyChangeBillList();
+ oPay_SubsidyChangeBillList.MdiParent = oMain;
+ oPay_SubsidyChangeBillList.Show();
+ oMainForm.AddTabPage(oPay_SubsidyChangeBillList);
+ break;
+ case "gy_dataintmp_dusubsidyitem":
+ //权限
+ Gy_DataInTmp_DuSubsidyItem oGy_DataInTmp_DuSubsidyItem = new Gy_DataInTmp_DuSubsidyItem();
+ oGy_DataInTmp_DuSubsidyItem.MdiParent = oMain;
+ oGy_DataInTmp_DuSubsidyItem.Show();
+ oMainForm.AddTabPage(oGy_DataInTmp_DuSubsidyItem);
+ break;
+ case "pay_dusubsidyitembilllist":
+ //权限
+ Pay_DuSubsidyItemBillList oPay_DuSubsidyItemBillList = new Pay_DuSubsidyItemBillList();
+ oPay_DuSubsidyItemBillList.MdiParent = oMain;
+ oPay_DuSubsidyItemBillList.Show();
+ oMainForm.AddTabPage(oPay_DuSubsidyItemBillList);
+ break;
+ case "pay_dusubsidyitembill":
+ //
+ Pay_DuSubsidyItemBill oPay_DuSubsidyItemBill = new Pay_DuSubsidyItemBill();
+ oPay_DuSubsidyItemBill.ShowDialog();
+ break;
+ //case "pay_outapplybilllist":
+ // //权限
+ // Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList();
+ // oPay_OutApplyBillList.MdiParent = oMain;
+ // oPay_OutApplyBillList.Show();
+ // break;
+ //case "pay_outapplybill":
+ // //
+ // Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill();
+ // oPay_OutApplyBill.ShowDialog();
+ // break;
+ case "hr_empchangebillquery":
+ //权限
+ HR_EmpChangeBillQuery oHR_EmpChangeBillQuery = new HR_EmpChangeBillQuery();
+ oHR_EmpChangeBillQuery.MdiParent = oMain;
+ oHR_EmpChangeBillQuery.Show();
+ oMainForm.AddTabPage(oHR_EmpChangeBillQuery);
+ break;
+ //case "pay_outapplybillquery":
+ // //权限
+ // Pay_OutApplyBillQuery oPay_OutApplyBillQuery = new Pay_OutApplyBillQuery();
+ // oPay_OutApplyBillQuery.MdiParent = oMain;
+ // oPay_OutApplyBillQuery.Show();
+ // break;
+ case "pay_procpricerequestbilllist":
+ //权限
+ Pay_ProcPriceRequestBillList oPay_ProcPriceRequestBillList = new Pay_ProcPriceRequestBillList();
+ oPay_ProcPriceRequestBillList.MdiParent = oMain;
+ oPay_ProcPriceRequestBillList.Show();
+ oMainForm.AddTabPage(oPay_ProcPriceRequestBillList);
+ break;
+ case "pay_procpricerequestbill":
+ //
+ Pay_ProcPriceRequestBill oPay_ProcPriceRequestBill = new Pay_ProcPriceRequestBill();
+ oPay_ProcPriceRequestBill.ShowDialog();
+ break;
+ //case "pay_exambalbilllist":
+ // //权限
+ // Pay_ExamBalBillList oPay_ExamBalBillList = new Pay_ExamBalBillList();
+ // oPay_ExamBalBillList.MdiParent = oMain;
+ // oPay_ExamBalBillList.Show();
+ // break;
+ //case "pay_exambalbill":
+ // //
+ // Pay_ExamBalBill oPay_ExamBalBill = new Pay_ExamBalBill();
+ // oPay_ExamBalBill.ShowDialog();
+ // break;
+ case "pay_worktimesbilllist":
+ //权限
+ Pay_WorkTimesBillList oPay_WorkTimesBillList = new Pay_WorkTimesBillList();
+ oPay_WorkTimesBillList.MdiParent = oMain;
+ oPay_WorkTimesBillList.Show();
+ oMainForm.AddTabPage(oPay_WorkTimesBillList);
+ break;
+ case "pay_worktimesbill":
+ //
+ Pay_WorkTimesBill oPay_WorkTimesBill = new Pay_WorkTimesBill();
+ oPay_WorkTimesBill.ShowDialog();
+ break;
+ case "pay_paymentbilllist":
+ //权限
+ Pay_PayMentBillList oPay_PayMentBillList = new Pay_PayMentBillList();
+ oPay_PayMentBillList.MdiParent = oMain;
+ oPay_PayMentBillList.Show();
+ oMainForm.AddTabPage(oPay_PayMentBillList);
+ break;
+ case "pay_paymentbill":
+ //
+ Pay_PayMentBill oPay_PayMentBill = new Pay_PayMentBill();
+ oPay_PayMentBill.MdiParent = oMain;
+ oPay_PayMentBill.Show();
+ oMainForm.AddTabPage(oPay_PayMentBill);
+ break;
+ case "pay_groupbalbilllist":
+ //权限
+ Pay_GroupBalBillList oPay_GroupBalBillList = new Pay_GroupBalBillList();
+ oPay_GroupBalBillList.MdiParent = oMain;
+ oPay_GroupBalBillList.Show();
+ oMainForm.AddTabPage(oPay_GroupBalBillList);
+ break;
+ case "pay_groupbalbill":
+ //
+ Pay_GroupBalBill oPay_GroupBalBill = new Pay_GroupBalBill();
+ oPay_GroupBalBill.ShowDialog();
+ break;
+ case "pay_errworktimesrequestbilllist":
+ //权限
+ Pay_ErrWorkTimesRequestBillList oPay_ErrWorkTimesRequestBillList = new Pay_ErrWorkTimesRequestBillList();
+ oPay_ErrWorkTimesRequestBillList.MdiParent = oMain;
+ oPay_ErrWorkTimesRequestBillList.Show();
+ oMainForm.AddTabPage(oPay_ErrWorkTimesRequestBillList);
+ break;
+ case "pay_errworktimesrequestbill":
+ //
+ Pay_ErrWorkTimesRequestBill oPay_ErrWorkTimesRequestBill = new Pay_ErrWorkTimesRequestBill();
+ oPay_ErrWorkTimesRequestBill.ShowDialog();
+ break;
+ case "pay_getneedcheckerrworktimessendbilllist":
+ Pay_GetNeedCheckErrWorkTimesSendBillList oPay_GetNeedCheckErrWorkTimesSendBillList = new Pay_GetNeedCheckErrWorkTimesSendBillList();
+ oPay_GetNeedCheckErrWorkTimesSendBillList.MdiParent = oMain;
+ //oPay_GetNeedCheckErrWorkTimesSendBillList.ModCaption = gnmc;
+ oPay_GetNeedCheckErrWorkTimesSendBillList.Show();
+ oMainForm.AddTabPage(oPay_GetNeedCheckErrWorkTimesSendBillList);
+ break;
+ case "pay_errworktimessendbilllist":
+ //权限
+ Pay_ErrWorkTimesSendBillList oPay_ErrWorkTimesSendBillList = new Pay_ErrWorkTimesSendBillList();
+ oPay_ErrWorkTimesSendBillList.MdiParent = oMain;
+ oPay_ErrWorkTimesSendBillList.Show();
+ oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillList);
+ break;
+ case "pay_errworktimessendbill":
+ //
+ Pay_ErrWorkTimesSendBill oPay_ErrWorkTimesSendBill = new Pay_ErrWorkTimesSendBill();
+ oPay_ErrWorkTimesSendBill.ShowDialog();
+ break;
+ case "pay_singlebalbilllist":
+ //权限
+ Pay_SingleBalBillList oPay_SingleBalBillList = new Pay_SingleBalBillList();
+ oPay_SingleBalBillList.MdiParent = oMain;
+ oPay_SingleBalBillList.Show();
+ oMainForm.AddTabPage(oPay_SingleBalBillList);
+ break;
+ case "pay_singlebalbill":
+ //
+ Pay_SingleBalBill oPay_SingleBalBill = new Pay_SingleBalBill();
+ oPay_SingleBalBill.ShowDialog();
+ break;
- // case "pay_monthicmostocksumbilllist":
- // //权限
- // Pay_MonthICMOStockSumBillList oPay_MonthICMOStockSumBillList = new Pay_MonthICMOStockSumBillList();
- // oPay_MonthICMOStockSumBillList.MdiParent = oMain;
- // oPay_MonthICMOStockSumBillList.Show();
- // oMainForm.AddTabPage(oPay_MonthICMOStockSumBillList);
- // break;
- // case "pay_monthicmostocksumbill":
- // //
- // Pay_MonthICMOStockSumBill oPay_MonthICMOStockSumBill = new Pay_MonthICMOStockSumBill();
- // oPay_MonthICMOStockSumBill.ShowDialog();
- // break;
- // case "pay_sumbalbilllist":
- // //权限
- // Pay_SumBalBillList oPay_SumBalBillList = new Pay_SumBalBillList();
- // oPay_SumBalBillList.MdiParent = oMain;
- // oPay_SumBalBillList.Show();
- // oMainForm.AddTabPage(oPay_SumBalBillList);
- // break;
- // case "pay_sumbalbill":
- // //
- // Pay_SumBalBill oPay_SumBalBill = new Pay_SumBalBill();
- // oPay_SumBalBill.ShowDialog();
- // break;
- // case "pay_empinitchangebilllist":
- // //权限
- // Pay_EmpInitChangeBillList oPay_EmpInitChangeBillList = new Pay_EmpInitChangeBillList();
- // oPay_EmpInitChangeBillList.MdiParent = oMain;
- // oPay_EmpInitChangeBillList.Show();
- // oMainForm.AddTabPage(oPay_EmpInitChangeBillList);
- // break;
- // case "pay_empinitchangebill":
- // //
- // Pay_EmpInitChangeBill oPay_EmpInitChangeBill = new Pay_EmpInitChangeBill();
- // oPay_EmpInitChangeBill.ShowDialog();
- // break;
+ case "pay_monthicmostocksumbilllist":
+ //权限
+ Pay_MonthICMOStockSumBillList oPay_MonthICMOStockSumBillList = new Pay_MonthICMOStockSumBillList();
+ oPay_MonthICMOStockSumBillList.MdiParent = oMain;
+ oPay_MonthICMOStockSumBillList.Show();
+ oMainForm.AddTabPage(oPay_MonthICMOStockSumBillList);
+ break;
+ case "pay_monthicmostocksumbill":
+ //
+ Pay_MonthICMOStockSumBill oPay_MonthICMOStockSumBill = new Pay_MonthICMOStockSumBill();
+ oPay_MonthICMOStockSumBill.ShowDialog();
+ break;
+ case "pay_sumbalbilllist":
+ //权限
+ Pay_SumBalBillList oPay_SumBalBillList = new Pay_SumBalBillList();
+ oPay_SumBalBillList.MdiParent = oMain;
+ oPay_SumBalBillList.Show();
+ oMainForm.AddTabPage(oPay_SumBalBillList);
+ break;
+ case "pay_sumbalbill":
+ //
+ Pay_SumBalBill oPay_SumBalBill = new Pay_SumBalBill();
+ oPay_SumBalBill.ShowDialog();
+ break;
+ case "pay_empinitchangebilllist":
+ //权限
+ Pay_EmpInitChangeBillList oPay_EmpInitChangeBillList = new Pay_EmpInitChangeBillList();
+ oPay_EmpInitChangeBillList.MdiParent = oMain;
+ oPay_EmpInitChangeBillList.Show();
+ oMainForm.AddTabPage(oPay_EmpInitChangeBillList);
+ break;
+ case "pay_empinitchangebill":
+ //
+ Pay_EmpInitChangeBill oPay_EmpInitChangeBill = new Pay_EmpInitChangeBill();
+ oPay_EmpInitChangeBill.ShowDialog();
+ break;
- // case "pay_otherbalbilllist":
- // //权限
- // Pay_OtherBalBillList oPay_OtherBalBillList = new Pay_OtherBalBillList();
- // oPay_OtherBalBillList.MdiParent = oMain;
- // oPay_OtherBalBillList.Show();
- // oMainForm.AddTabPage(oPay_OtherBalBillList);
- // break;
- // case "pay_otherbalbill":
- // //
- // Pay_OtherBalBill oPay_OtherBalBill = new Pay_OtherBalBill();
- // oPay_OtherBalBill.ShowDialog();
- // break;
- // //case "pay_overapplybill":
- // // //
- // // Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill();
- // // oPay_OverApplyBill.ShowDialog();
- // // break;
- // //case "pay_overapplybilllist":
- // // //权限
- // // Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList();
- // // oPay_OverApplyBillList.MdiParent = oMain;
- // // oPay_OverApplyBillList.Show();
- // // break;
- // case "hr_empchangebilllist":
- // //权限
- // HR_EmpChangeBillList oHR_EmpChangeBillList = new HR_EmpChangeBillList();
- // oHR_EmpChangeBillList.MdiParent = oMain;
- // oHR_EmpChangeBillList.Show();
- // oMainForm.AddTabPage(oHR_EmpChangeBillList);
- // break;
- // case "hr_empchangebill":
- // //
- // HR_EmpChangeBill oHR_EmpChangeBill = new HR_EmpChangeBill();
- // oHR_EmpChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
- // oHR_EmpChangeBill.ShowDialog();
- // break;
- // case "pay_periodinfoset":
- // //权限
- // Pay_PeriodInfoSet oPay_PeriodInfoSet = new Pay_PeriodInfoSet();
- // oPay_PeriodInfoSet.MdiParent = oMain;
- // oPay_PeriodInfoSet.Show();
- // oMainForm.AddTabPage(oPay_PeriodInfoSet);
- // break;
- // case "pay_worktimesbillquery":
- // //权限
- // Pay_WorkTimesBillQuery oPay_WorkTimesBillQuery = new Pay_WorkTimesBillQuery();
- // oPay_WorkTimesBillQuery.MdiParent = oMain;
- // oPay_WorkTimesBillQuery.Show();
- // oMainForm.AddTabPage(oPay_WorkTimesBillQuery);
- // break;
- // case "pay_groupbalbillquery":
- // //权限
- // Pay_GroupBalBillQuery oPay_GroupBalBillQuery = new Pay_GroupBalBillQuery();
- // oPay_GroupBalBillQuery.MdiParent = oMain;
- // oPay_GroupBalBillQuery.Show();
- // oMainForm.AddTabPage(oPay_GroupBalBillQuery);
- // break;
- // case "pay_singlebalbillquery":
- // //权限
- // Pay_SingleBalBillQuery oPay_SingleBalBillQuery = new Pay_SingleBalBillQuery();
- // oPay_SingleBalBillQuery.MdiParent = oMain;
- // oPay_SingleBalBillQuery.Show();
- // oMainForm.AddTabPage(oPay_SingleBalBillQuery);
- // break;
- // case "pay_otherbalbillquery":
- // //权限
- // Pay_OtherBalBillQuery oPay_OtherBalBillQuery = new Pay_OtherBalBillQuery();
- // oPay_OtherBalBillQuery.MdiParent = oMain;
- // oPay_OtherBalBillQuery.Show();
- // oMainForm.AddTabPage(oPay_OtherBalBillQuery);
- // break;
- // //case "pay_overapplybillquery":
- // // //权限
- // // Pay_OverApplyBillQuery oPay_OverApplyBillQuery = new Pay_OverApplyBillQuery();
- // // oPay_OverApplyBillQuery.MdiParent = oMain;
- // // oPay_OverApplyBillQuery.Show();
- // // break;
- // case "pay_errworktimessendbillquery":
- // //权限
- // Pay_ErrWorkTimesSendBillQuery oPay_ErrWorkTimesSendBillQuery = new Pay_ErrWorkTimesSendBillQuery();
- // oPay_ErrWorkTimesSendBillQuery.MdiParent = oMain;
- // oPay_ErrWorkTimesSendBillQuery.Show();
- // oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillQuery);
- // break;
- // case "pay_dusubsidyitembillquery":
- // //权限
- // Pay_DuSubsidyItemBillQuery oPay_DuSubsidyItemBillQuery = new Pay_DuSubsidyItemBillQuery();
- // oPay_DuSubsidyItemBillQuery.MdiParent = oMain;
- // oPay_DuSubsidyItemBillQuery.Show();
- // oMainForm.AddTabPage(oPay_DuSubsidyItemBillQuery);
- // break;
- // case "pay_paymentbillquery":
- // //权限
- // Pay_PayMentBillQuery oPay_PayMentBillQuery = new Pay_PayMentBillQuery();
- // oPay_PayMentBillQuery.MdiParent = oMain;
- // oPay_PayMentBillQuery.Show();
- // oMainForm.AddTabPage(oPay_PayMentBillQuery);
- // break;
- // case "pay_procpricerequestbillquery":
- // //权限
- // Pay_ProcPriceRequestBillQuery oPay_ProcPriceRequestBillQuery = new Pay_ProcPriceRequestBillQuery();
- // oPay_ProcPriceRequestBillQuery.MdiParent = oMain;
- // oPay_ProcPriceRequestBillQuery.Show();
- // oMainForm.AddTabPage(oPay_ProcPriceRequestBillQuery);
- // break;
- ////==============================================================报表分析
+ case "pay_otherbalbilllist":
+ //权限
+ Pay_OtherBalBillList oPay_OtherBalBillList = new Pay_OtherBalBillList();
+ oPay_OtherBalBillList.MdiParent = oMain;
+ oPay_OtherBalBillList.Show();
+ oMainForm.AddTabPage(oPay_OtherBalBillList);
+ break;
+ case "pay_otherbalbill":
+ //
+ Pay_OtherBalBill oPay_OtherBalBill = new Pay_OtherBalBill();
+ oPay_OtherBalBill.ShowDialog();
+ break;
+ //case "pay_overapplybill":
+ // //
+ // Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill();
+ // oPay_OverApplyBill.ShowDialog();
+ // break;
+ //case "pay_overapplybilllist":
+ // //权限
+ // Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList();
+ // oPay_OverApplyBillList.MdiParent = oMain;
+ // oPay_OverApplyBillList.Show();
+ // break;
+ case "hr_empchangebilllist":
+ //权限
+ HR_EmpChangeBillList oHR_EmpChangeBillList = new HR_EmpChangeBillList();
+ oHR_EmpChangeBillList.MdiParent = oMain;
+ oHR_EmpChangeBillList.Show();
+ oMainForm.AddTabPage(oHR_EmpChangeBillList);
+ break;
+ case "hr_empchangebill":
+ //
+ HR_EmpChangeBill oHR_EmpChangeBill = new HR_EmpChangeBill();
+ oHR_EmpChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+ oHR_EmpChangeBill.ShowDialog();
+ break;
+ case "pay_periodinfoset":
+ //权限
+ Pay_PeriodInfoSet oPay_PeriodInfoSet = new Pay_PeriodInfoSet();
+ oPay_PeriodInfoSet.MdiParent = oMain;
+ oPay_PeriodInfoSet.Show();
+ oMainForm.AddTabPage(oPay_PeriodInfoSet);
+ break;
+ case "pay_worktimesbillquery":
+ //权限
+ Pay_WorkTimesBillQuery oPay_WorkTimesBillQuery = new Pay_WorkTimesBillQuery();
+ oPay_WorkTimesBillQuery.MdiParent = oMain;
+ oPay_WorkTimesBillQuery.Show();
+ oMainForm.AddTabPage(oPay_WorkTimesBillQuery);
+ break;
+ case "pay_groupbalbillquery":
+ //权限
+ Pay_GroupBalBillQuery oPay_GroupBalBillQuery = new Pay_GroupBalBillQuery();
+ oPay_GroupBalBillQuery.MdiParent = oMain;
+ oPay_GroupBalBillQuery.Show();
+ oMainForm.AddTabPage(oPay_GroupBalBillQuery);
+ break;
+ case "pay_singlebalbillquery":
+ //权限
+ Pay_SingleBalBillQuery oPay_SingleBalBillQuery = new Pay_SingleBalBillQuery();
+ oPay_SingleBalBillQuery.MdiParent = oMain;
+ oPay_SingleBalBillQuery.Show();
+ oMainForm.AddTabPage(oPay_SingleBalBillQuery);
+ break;
+ case "pay_otherbalbillquery":
+ //权限
+ Pay_OtherBalBillQuery oPay_OtherBalBillQuery = new Pay_OtherBalBillQuery();
+ oPay_OtherBalBillQuery.MdiParent = oMain;
+ oPay_OtherBalBillQuery.Show();
+ oMainForm.AddTabPage(oPay_OtherBalBillQuery);
+ break;
+ //case "pay_overapplybillquery":
+ // //权限
+ // Pay_OverApplyBillQuery oPay_OverApplyBillQuery = new Pay_OverApplyBillQuery();
+ // oPay_OverApplyBillQuery.MdiParent = oMain;
+ // oPay_OverApplyBillQuery.Show();
+ // break;
+ case "pay_errworktimessendbillquery":
+ //权限
+ Pay_ErrWorkTimesSendBillQuery oPay_ErrWorkTimesSendBillQuery = new Pay_ErrWorkTimesSendBillQuery();
+ oPay_ErrWorkTimesSendBillQuery.MdiParent = oMain;
+ oPay_ErrWorkTimesSendBillQuery.Show();
+ oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillQuery);
+ break;
+ case "pay_dusubsidyitembillquery":
+ //权限
+ Pay_DuSubsidyItemBillQuery oPay_DuSubsidyItemBillQuery = new Pay_DuSubsidyItemBillQuery();
+ oPay_DuSubsidyItemBillQuery.MdiParent = oMain;
+ oPay_DuSubsidyItemBillQuery.Show();
+ oMainForm.AddTabPage(oPay_DuSubsidyItemBillQuery);
+ break;
+ case "pay_paymentbillquery":
+ //权限
+ Pay_PayMentBillQuery oPay_PayMentBillQuery = new Pay_PayMentBillQuery();
+ oPay_PayMentBillQuery.MdiParent = oMain;
+ oPay_PayMentBillQuery.Show();
+ oMainForm.AddTabPage(oPay_PayMentBillQuery);
+ break;
+ case "pay_procpricerequestbillquery":
+ //权限
+ Pay_ProcPriceRequestBillQuery oPay_ProcPriceRequestBillQuery = new Pay_ProcPriceRequestBillQuery();
+ oPay_ProcPriceRequestBillQuery.MdiParent = oMain;
+ oPay_ProcPriceRequestBillQuery.Show();
+ oMainForm.AddTabPage(oPay_ProcPriceRequestBillQuery);
+ break;
+ //==============================================================报表分析
- // case "pay_prodworkqtysumreport":
- // //权限
- // Pay_ProdWorkQtySumReport oPay_ProdWorkQtySumReport = new Pay_ProdWorkQtySumReport();
- // oPay_ProdWorkQtySumReport.MdiParent = oMain;
- // oPay_ProdWorkQtySumReport.Show();
- // oMainForm.AddTabPage(oPay_ProdWorkQtySumReport);
- // break;
- // case "pay_prodworkqtyentryreport":
- // //权限
- // Pay_ProdWorkQtyEntryReport oPay_ProdWorkQtyEntryReport = new Pay_ProdWorkQtyEntryReport();
- // oPay_ProdWorkQtyEntryReport.MdiParent = oMain;
- // oPay_ProdWorkQtyEntryReport.Show();
- // oMainForm.AddTabPage(oPay_ProdWorkQtyEntryReport);
- // break;
- // case "pay_empworkqtyentryreport":
- // //权限
- // Pay_EmpWorkQtyEntryReport oPay_EmpWorkQtyEntryReport = new Pay_EmpWorkQtyEntryReport();
- // oPay_EmpWorkQtyEntryReport.MdiParent = oMain;
- // oPay_EmpWorkQtyEntryReport.Show();
- // oMainForm.AddTabPage(oPay_EmpWorkQtyEntryReport);
- // break;
- // case "pay_paymentdeptsendlist":
- // //权限
- // Pay_PayMentDeptSendList oPay_PayMentDeptSendList = new Pay_PayMentDeptSendList();
- // oPay_PayMentDeptSendList.MdiParent = oMain;
- // oPay_PayMentDeptSendList.Show();
- // oMainForm.AddTabPage(oPay_PayMentDeptSendList);
- // break;
- // case "pay_paymentdeptyearreport":
- // //权限
- // Pay_PayMentDeptYearReport oPay_PayMentDeptYearReport = new Pay_PayMentDeptYearReport();
- // oPay_PayMentDeptYearReport.MdiParent = oMain;
- // oPay_PayMentDeptYearReport.Show();
- // oMainForm.AddTabPage(oPay_PayMentDeptYearReport);
- // break;
- // case "pay_paymentprintreport":
- // //权限
- // Pay_PayMentPrintReport oPay_PayMentPrintReport = new Pay_PayMentPrintReport();
- // oPay_PayMentPrintReport.MdiParent = oMain;
- // oPay_PayMentPrintReport.Show();
- // oMainForm.AddTabPage(oPay_PayMentPrintReport);
- // break;
- // case "pay_paymentsendlist":
- // //权限
- // Pay_PayMentSendList oPay_PayMentSendList = new Pay_PayMentSendList();
- // oPay_PayMentSendList.MdiParent = oMain;
- // oPay_PayMentSendList.Show();
- // oMainForm.AddTabPage(oPay_PayMentSendList);
- // break;
- // case "pay_paymentyearreport":
- // //权限
- // Pay_PayMentYearReport oPay_PayMentYearReport = new Pay_PayMentYearReport();
- // oPay_PayMentYearReport.MdiParent = oMain;
- // oPay_PayMentYearReport.Show();
- // oMainForm.AddTabPage(oPay_PayMentYearReport);
- // break;
- // case "pay_worktimeslist":
- // //权限
- // Pay_WorkTimesList oPay_WorkTimesList = new Pay_WorkTimesList();
- // oPay_WorkTimesList.MdiParent = oMain;
- // oPay_WorkTimesList.Show();
- // oMainForm.AddTabPage(oPay_WorkTimesList);
- // break;
- // case "pay_emppaymentsumreport":
- // //权限
- // Pay_EmpPayMentSumReport oPay_EmpPayMentSumReport = new Pay_EmpPayMentSumReport();
- // oPay_EmpPayMentSumReport.MdiParent = oMain;
- // oPay_EmpPayMentSumReport.Show();
- // oMainForm.AddTabPage(oPay_EmpPayMentSumReport);
- // break;
- // case "pay_singlebalbillsumreport":
- // //权限
- // Pay_SingleBalBillSumReport oPay_SingleBalBillSumReport = new Pay_SingleBalBillSumReport();
- // oPay_SingleBalBillSumReport.MdiParent = oMain;
- // oPay_SingleBalBillSumReport.Show();
- // oMainForm.AddTabPage(oPay_SingleBalBillSumReport);
- // break;
- // case "pay_singlebalbillentryreport":
- // //权限
- // Pay_SingleBalBillEntryReport oPay_SingleBalBillEntryReport = new Pay_SingleBalBillEntryReport();
- // oPay_SingleBalBillEntryReport.MdiParent = oMain;
- // oPay_SingleBalBillEntryReport.Show();
- // oMainForm.AddTabPage(oPay_SingleBalBillEntryReport);
- // break;
- // case "pay_paymentbillreport":
- // //权限
- // Pay_PayMentBillReport oPay_PayMentBillReport = new Pay_PayMentBillReport();
- // oPay_PayMentBillReport.MdiParent = oMain;
- // oPay_PayMentBillReport.Show();
- // oMainForm.AddTabPage(oPay_PayMentBillReport);
- // break;
- // case "pay_worktimespaymentsumreport":
- // //权限
- // Pay_WorkTimesPayMentSumReport oPay_WorkTimesPayMentSumReport = new Pay_WorkTimesPayMentSumReport();
- // oPay_WorkTimesPayMentSumReport.MdiParent = oMain;
- // oPay_WorkTimesPayMentSumReport.Show();
- // oMainForm.AddTabPage(oPay_WorkTimesPayMentSumReport);
- // break;
- // case "pay_worktimespaymententryreport":
- // //权限
- // Pay_WorkTimesPayMentEntryReport oPay_WorkTimesPayMentEntryReport = new Pay_WorkTimesPayMentEntryReport();
- // oPay_WorkTimesPayMentEntryReport.MdiParent = oMain;
- // oPay_WorkTimesPayMentEntryReport.Show();
- // oMainForm.AddTabPage(oPay_WorkTimesPayMentEntryReport);
- // break;
+ case "pay_prodworkqtysumreport":
+ //权限
+ Pay_ProdWorkQtySumReport oPay_ProdWorkQtySumReport = new Pay_ProdWorkQtySumReport();
+ oPay_ProdWorkQtySumReport.MdiParent = oMain;
+ oPay_ProdWorkQtySumReport.Show();
+ oMainForm.AddTabPage(oPay_ProdWorkQtySumReport);
+ break;
+ case "pay_prodworkqtyentryreport":
+ //权限
+ Pay_ProdWorkQtyEntryReport oPay_ProdWorkQtyEntryReport = new Pay_ProdWorkQtyEntryReport();
+ oPay_ProdWorkQtyEntryReport.MdiParent = oMain;
+ oPay_ProdWorkQtyEntryReport.Show();
+ oMainForm.AddTabPage(oPay_ProdWorkQtyEntryReport);
+ break;
+ case "pay_empworkqtyentryreport":
+ //权限
+ Pay_EmpWorkQtyEntryReport oPay_EmpWorkQtyEntryReport = new Pay_EmpWorkQtyEntryReport();
+ oPay_EmpWorkQtyEntryReport.MdiParent = oMain;
+ oPay_EmpWorkQtyEntryReport.Show();
+ oMainForm.AddTabPage(oPay_EmpWorkQtyEntryReport);
+ break;
+ case "pay_paymentdeptsendlist":
+ //权限
+ Pay_PayMentDeptSendList oPay_PayMentDeptSendList = new Pay_PayMentDeptSendList();
+ oPay_PayMentDeptSendList.MdiParent = oMain;
+ oPay_PayMentDeptSendList.Show();
+ oMainForm.AddTabPage(oPay_PayMentDeptSendList);
+ break;
+ case "pay_paymentdeptyearreport":
+ //权限
+ Pay_PayMentDeptYearReport oPay_PayMentDeptYearReport = new Pay_PayMentDeptYearReport();
+ oPay_PayMentDeptYearReport.MdiParent = oMain;
+ oPay_PayMentDeptYearReport.Show();
+ oMainForm.AddTabPage(oPay_PayMentDeptYearReport);
+ break;
+ case "pay_paymentprintreport":
+ //权限
+ Pay_PayMentPrintReport oPay_PayMentPrintReport = new Pay_PayMentPrintReport();
+ oPay_PayMentPrintReport.MdiParent = oMain;
+ oPay_PayMentPrintReport.Show();
+ oMainForm.AddTabPage(oPay_PayMentPrintReport);
+ break;
+ case "pay_paymentsendlist":
+ //权限
+ Pay_PayMentSendList oPay_PayMentSendList = new Pay_PayMentSendList();
+ oPay_PayMentSendList.MdiParent = oMain;
+ oPay_PayMentSendList.Show();
+ oMainForm.AddTabPage(oPay_PayMentSendList);
+ break;
+ case "pay_paymentyearreport":
+ //权限
+ Pay_PayMentYearReport oPay_PayMentYearReport = new Pay_PayMentYearReport();
+ oPay_PayMentYearReport.MdiParent = oMain;
+ oPay_PayMentYearReport.Show();
+ oMainForm.AddTabPage(oPay_PayMentYearReport);
+ break;
+ case "pay_worktimeslist":
+ //权限
+ Pay_WorkTimesList oPay_WorkTimesList = new Pay_WorkTimesList();
+ oPay_WorkTimesList.MdiParent = oMain;
+ oPay_WorkTimesList.Show();
+ oMainForm.AddTabPage(oPay_WorkTimesList);
+ break;
+ case "pay_emppaymentsumreport":
+ //权限
+ Pay_EmpPayMentSumReport oPay_EmpPayMentSumReport = new Pay_EmpPayMentSumReport();
+ oPay_EmpPayMentSumReport.MdiParent = oMain;
+ oPay_EmpPayMentSumReport.Show();
+ oMainForm.AddTabPage(oPay_EmpPayMentSumReport);
+ break;
+ case "pay_singlebalbillsumreport":
+ //权限
+ Pay_SingleBalBillSumReport oPay_SingleBalBillSumReport = new Pay_SingleBalBillSumReport();
+ oPay_SingleBalBillSumReport.MdiParent = oMain;
+ oPay_SingleBalBillSumReport.Show();
+ oMainForm.AddTabPage(oPay_SingleBalBillSumReport);
+ break;
+ case "pay_singlebalbillentryreport":
+ //权限
+ Pay_SingleBalBillEntryReport oPay_SingleBalBillEntryReport = new Pay_SingleBalBillEntryReport();
+ oPay_SingleBalBillEntryReport.MdiParent = oMain;
+ oPay_SingleBalBillEntryReport.Show();
+ oMainForm.AddTabPage(oPay_SingleBalBillEntryReport);
+ break;
+ case "pay_paymentbillreport":
+ //权限
+ Pay_PayMentBillReport oPay_PayMentBillReport = new Pay_PayMentBillReport();
+ oPay_PayMentBillReport.MdiParent = oMain;
+ oPay_PayMentBillReport.Show();
+ oMainForm.AddTabPage(oPay_PayMentBillReport);
+ break;
+ case "pay_worktimespaymentsumreport":
+ //权限
+ Pay_WorkTimesPayMentSumReport oPay_WorkTimesPayMentSumReport = new Pay_WorkTimesPayMentSumReport();
+ oPay_WorkTimesPayMentSumReport.MdiParent = oMain;
+ oPay_WorkTimesPayMentSumReport.Show();
+ oMainForm.AddTabPage(oPay_WorkTimesPayMentSumReport);
+ break;
+ case "pay_worktimespaymententryreport":
+ //权限
+ Pay_WorkTimesPayMentEntryReport oPay_WorkTimesPayMentEntryReport = new Pay_WorkTimesPayMentEntryReport();
+ oPay_WorkTimesPayMentEntryReport.MdiParent = oMain;
+ oPay_WorkTimesPayMentEntryReport.Show();
+ oMainForm.AddTabPage(oPay_WorkTimesPayMentEntryReport);
+ break;
default:
break;
}
@@ -6686,6 +6763,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;
@@ -7764,7 +7848,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;
@@ -7828,6 +7918,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":
//权限
@@ -7879,6 +7973,27 @@
oSc_WorkProcReport_New.ModCaption = gnmc;
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();
@@ -8072,6 +8187,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