yangle
2022-05-18 dc9cf6b3219923162b6a665ed4b8db31bb09d9bc
LMES/ClsShowMod.cs
@@ -8085,11 +8085,11 @@
                        oGy_DataIn_ProcessPrice.Show();
                        oMainForm.AddTabPage(oGy_DataIn_ProcessPrice);
                        break;
                    case "gy_stdworktimes_routingbill":
                        Gy_StdWorkTimes_RoutingBill oGy_StdWorkTimes_RoutingBill = new Gy_StdWorkTimes_RoutingBill();
                        oGy_StdWorkTimes_RoutingBill.MdiParent = oMain;
                        oGy_StdWorkTimes_RoutingBill.Show();
                        oMainForm.AddTabPage(oGy_StdWorkTimes_RoutingBill);
                    case "gy_datain_stdworktimes":
                        Gy_DataIn_StdWorkTimes oGy_DataIn_StdWorkTimes = new Gy_DataIn_StdWorkTimes();
                        oGy_DataIn_StdWorkTimes.MdiParent = oMain;
                        oGy_DataIn_StdWorkTimes.Show();
                        oMainForm.AddTabPage(oGy_DataIn_StdWorkTimes);
                        break;
                    case "gy_datain_process":
                        Gy_DataIn_Process oGy_DataIn_Process = new Gy_DataIn_Process();