| | |
| | | { |
| | | switch (gnsy.ToLower()) |
| | | { |
| | | case "kf_sendconfirmationbilllist": |
| | | //权限 |
| | | Kf_SendConfirmationBillList oKf_SendConfirmationBillList = new Kf_SendConfirmationBillList(); |
| | | oKf_SendConfirmationBillList.MdiParent = oMain; |
| | | oKf_SendConfirmationBillList.Show(); |
| | | oMainForm.AddTabPage(oKf_SendConfirmationBillList); |
| | | break; |
| | | case "kf_ponderationbillmain_icmoreportreport": |
| | | KF_PonderationBillMain_ICMOReportReport oKF_PonderationBillMain_ICMOReportReport = new KF_PonderationBillMain_ICMOReportReport(); |
| | | oKF_PonderationBillMain_ICMOReportReport.MdiParent = oMain; |
| | |
| | | oSc_ICMOReportBillList.Show(); |
| | | oMainForm.AddTabPage(oSc_ICMOReportBillList); |
| | | break; |
| | | //case "cld_icmolist": |
| | | // CLD_ICMOList oCLD_ICMOList = new CLD_ICMOList(); |
| | | // oCLD_ICMOList.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | // oCLD_ICMOList.ModCaption = gnmc; |
| | | // oCLD_ICMOList.ShowDialog(); |
| | | // break; |
| | | case "frmprintlabel": |
| | | FrmPrintLabel oFrmPrintLabel = new FrmPrintLabel(); |
| | | //oFrmPrintLabel.ModCaption = gnmc; |
| | | oFrmPrintLabel.ShowDialog(); |
| | | break; |
| | | //case "sc_processreport": |
| | | // Sc_ProcessReport oSc_ProcessReport = new Sc_ProcessReport(); |
| | | // oSc_ProcessReport.MdiParent = oMain; |