| | |
| | | oSc_PackUnionCarryUpBillList.Show(); |
| | | oMainForm.AddTabPage(oSc_PackUnionCarryUpBillList); |
| | | break; |
| | | case "sc_packunionbilllist": |
| | | Sc_PackUnionBillList oSc_PackUnionBillList = new Sc_PackUnionBillList(); |
| | | oSc_PackUnionBillList.MdiParent = oMain; |
| | | oSc_PackUnionBillList.ModCaption = gnmc; |
| | | oSc_PackUnionBillList.Show(); |
| | | oMainForm.AddTabPage(oSc_PackUnionBillList); |
| | | break; |
| | | // case "sc_mouldprodoutbill": |
| | | // // |
| | | // Sc_MouldProdOutBill oSc_MouldProdOutBill = new Sc_MouldProdOutBill(); |
| | |
| | | oGy_BarCodeBill_CusList.Show(); |
| | | oMainForm.AddTabPage(oGy_BarCodeBill_CusList); |
| | | break; |
| | | case "gy_barcodebill_tesila": |
| | | Gy_BarCodeBill_TeSiLa oGy_BarCodeBill_TeSiLa = new Gy_BarCodeBill_TeSiLa(); |
| | | oGy_BarCodeBill_TeSiLa.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | oGy_BarCodeBill_TeSiLa.ModCaption = gnmc; |
| | | oGy_BarCodeBill_TeSiLa.ShowDialog(); |
| | | break; |
| | | case "gy_barcodebill_ft": |
| | | Gy_BarCodeBill_FT oGy_BarCodeBill_FT = new Gy_BarCodeBill_FT(); |
| | | oGy_BarCodeBill_FT.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | oGy_BarCodeBill_FT.ModCaption = gnmc; |
| | | oGy_BarCodeBill_FT.ShowDialog(); |
| | | break; |
| | | case "gy_barcodebill_changcheng": |
| | | Gy_BarCodeBill_ChangCheng oGy_BarCodeBill_ChangCheng = new Gy_BarCodeBill_ChangCheng(); |
| | | oGy_BarCodeBill_ChangCheng.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | oGy_BarCodeBill_ChangCheng.ModCaption = gnmc; |
| | | oGy_BarCodeBill_ChangCheng.ShowDialog(); |
| | | break; |
| | | case "gy_barcodebill_changchenglist": |
| | | Gy_BarCodeBill_ChangChengList oGy_BarCodeBill_ChangChengList = new Gy_BarCodeBill_ChangChengList(); |
| | | oGy_BarCodeBill_ChangChengList.MdiParent = oMain; |
| | | oGy_BarCodeBill_ChangChengList.ModCaption = gnmc; |
| | | oGy_BarCodeBill_ChangChengList.Show(); |
| | | oMainForm.AddTabPage(oGy_BarCodeBill_ChangChengList); |
| | | break; |
| | | case "gy_packbarcodebill": |
| | | Gy_PackBarCodeBill oGy_PackBarCodeBill = new Gy_PackBarCodeBill(); |
| | | oGy_PackBarCodeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | oGy_PackBarCodeBill.ModCaption = gnmc; |
| | | oGy_PackBarCodeBill.ShowDialog(); |
| | | break; |
| | | case "kf_icinventory_barcode": |
| | | //权限 |
| | | Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode(); |
| | |
| | | oKf_MaterOutInReport.MdiParent = oMain; |
| | | oKf_MaterOutInReport.Show(); |
| | | oMainForm.AddTabPage(oKf_MaterOutInReport); |
| | | break; |
| | | case "kf_barcodelogreport": |
| | | //权限 |
| | | Kf_BarCodeLogReport oKf_BarCodeLogReport = new Kf_BarCodeLogReport(); |
| | | oKf_BarCodeLogReport.MdiParent = oMain; |
| | | oKf_BarCodeLogReport.Show(); |
| | | oMainForm.AddTabPage(oKf_BarCodeLogReport); |
| | | break; |
| | | // //==================================金蝶 |
| | | // case "kf_stjginbill_k3": |
| | |
| | | oGy_Material.Show(); |
| | | oMainForm.AddTabPage(oGy_Material); |
| | | break; |
| | | case "gy_material_changcheng": |
| | | Gy_Material_ChangCheng oGy_Material_ChangCheng = new Gy_Material_ChangCheng(); |
| | | oGy_Material_ChangCheng.MdiParent = oMain; |
| | | oGy_Material_ChangCheng.Show(); |
| | | oMainForm.AddTabPage(oGy_Material_ChangCheng); |
| | | break; |
| | | case "gy_supplier": |
| | | Gy_Supplier oGy_Supplier = new Gy_Supplier(); |
| | | oGy_Supplier.MdiParent = oMain; |