jingh
2021-04-01 e0457832d48b3d11ab424226a05cd4d4e01b86f1
还原
2个文件已修改
97 ■■■■ 已修改文件
DAL/成本管理/ClsCB_PayMoneyCost_D.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
NETERP/公用/ClsShowMod.cs 96 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DAL/成本管理/ClsCB_PayMoneyCost_D.cs
@@ -34,7 +34,6 @@
        //鏂板
        public override bool AddBill(ref string sReturn)
        {
            try
            {
                oCn.BeginTran();
NETERP/公用/ClsShowMod.cs
@@ -7198,54 +7198,54 @@
                        break;
                         
                    //============================
                    case "a3_currency":
                        A3_Currency oA3_Currency = new A3_Currency();
                        oA3_Currency.MdiParent = oMain;
                        oA3_Currency.Show();
                        oMainForm.AddTabPage(oA3_Currency);
                        break;
                    case "a3_customer":
                        A3_Customer oA3_Customer = new A3_Customer();
                        oA3_Customer.MdiParent = oMain;
                        oA3_Customer.Show();
                        oMainForm.AddTabPage(oA3_Customer);
                        break;
                    case "a3_department":
                        A3_Department oA3_Department = new A3_Department();
                        oA3_Department.MdiParent = oMain;
                        oA3_Department.Show();
                        oMainForm.AddTabPage(oA3_Department);
                        break;
                    case "a3_employee":
                        A3_Employee oA3_Employee = new A3_Employee();
                        oA3_Employee.MdiParent = oMain;
                        oA3_Employee.Show();
                        oMainForm.AddTabPage(oA3_Employee);
                        break;
                    case "a3_material":
                        A3_Material oA3_Material = new A3_Material();
                        oA3_Material.MdiParent = oMain;
                        oA3_Material.Show();
                        oMainForm.AddTabPage(oA3_Material);
                        break;
                    case "a3_supplier":
                        A3_Supplier oA3_Supplier = new A3_Supplier();
                        oA3_Supplier.MdiParent = oMain;
                        oA3_Supplier.Show();
                        oMainForm.AddTabPage(oA3_Supplier);
                        break;
                    case "a3_unit":
                        A3_Unit oA3_Unit = new A3_Unit();
                        oA3_Unit.MdiParent = oMain;
                        oA3_Unit.Show();
                        oMainForm.AddTabPage(oA3_Unit);
                        break;
                    case "a3_warehouse":
                        A3_WareHouse oA3_WareHouse = new A3_WareHouse();
                        oA3_WareHouse.MdiParent = oMain;
                        oA3_WareHouse.Show();
                        oMainForm.AddTabPage(oA3_WareHouse);
                        break;
                    //case "a3_currency":
                    //    A3_Currency oA3_Currency = new A3_Currency();
                    //    oA3_Currency.MdiParent = oMain;
                    //    oA3_Currency.Show();
                    //    oMainForm.AddTabPage(oA3_Currency);
                    //    break;
                    //case "a3_customer":
                    //    A3_Customer oA3_Customer = new A3_Customer();
                    //    oA3_Customer.MdiParent = oMain;
                    //    oA3_Customer.Show();
                    //    oMainForm.AddTabPage(oA3_Customer);
                    //    break;
                    //case "a3_department":
                    //    A3_Department oA3_Department = new A3_Department();
                    //    oA3_Department.MdiParent = oMain;
                    //    oA3_Department.Show();
                    //    oMainForm.AddTabPage(oA3_Department);
                    //    break;
                    //case "a3_employee":
                    //    A3_Employee oA3_Employee = new A3_Employee();
                    //    oA3_Employee.MdiParent = oMain;
                    //    oA3_Employee.Show();
                    //    oMainForm.AddTabPage(oA3_Employee);
                    //    break;
                    //case "a3_material":
                    //    A3_Material oA3_Material = new A3_Material();
                    //    oA3_Material.MdiParent = oMain;
                    //    oA3_Material.Show();
                    //    oMainForm.AddTabPage(oA3_Material);
                    //    break;
                    //case "a3_supplier":
                    //    A3_Supplier oA3_Supplier = new A3_Supplier();
                    //    oA3_Supplier.MdiParent = oMain;
                    //    oA3_Supplier.Show();
                    //    oMainForm.AddTabPage(oA3_Supplier);
                    //    break;
                    //case "a3_unit":
                    //    A3_Unit oA3_Unit = new A3_Unit();
                    //    oA3_Unit.MdiParent = oMain;
                    //    oA3_Unit.Show();
                    //    oMainForm.AddTabPage(oA3_Unit);
                    //    break;
                    //case "a3_warehouse":
                    //    A3_WareHouse oA3_WareHouse = new A3_WareHouse();
                    //    oA3_WareHouse.MdiParent = oMain;
                    //    oA3_WareHouse.Show();
                    //    oMainForm.AddTabPage(oA3_WareHouse);
                    //    break;
                    //==============================================
                    case "k3_item30jitai":
                        K3_Item30JiTai oK3_Item30JiTai = new K3_Item30JiTai();