yxj
8 天以前 180e5879d508734f1ad395dba7f81e0d59a8627e
NETSCM/ClsShowMod.cs
@@ -3578,6 +3578,19 @@
                        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;
@@ -3625,6 +3638,13 @@
                        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":
@@ -7294,6 +7314,12 @@
                        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;