| | |
| | | //using ReportM; |
| | | using Kanban; |
| | | using Demo; |
| | | using ProM.委外管理; |
| | | |
| | | namespace LMES |
| | | { |
| | |
| | | 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(); |
| | |
| | | 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; |
| | |
| | | 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; |
| | | } |