YL
2021-11-25 aa9075b4c1e51d90f516ec7590a5e915ac73c66c
LMES/ClsShowMod.cs
@@ -3632,6 +3632,12 @@
                        oGy_BarCodeBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                        oGy_BarCodeBill.ShowDialog();
                        break;
                    case "sc_icmotobarcode":
                        //
                        Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode();
                        oSc_ICMOToBarCode.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                        oSc_ICMOToBarCode.ShowDialog();
                        break;
                    case "kf_barcodeoutinreport":
                        //权限
                        Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport();
@@ -5196,6 +5202,13 @@
            {
                switch (gnsy.ToLower())
                {
                    case "jit_getppbominfo":
                        JIT_GetPPBomInfo oJIT_GetPPBomInfo = new JIT_GetPPBomInfo();
                        oJIT_GetPPBomInfo.MdiParent = oMain;
                        oJIT_GetPPBomInfo.ModCaption = gnmc;
                        oJIT_GetPPBomInfo.Show();
                        oMainForm.AddTabPage(oJIT_GetPPBomInfo);
                        break;
                    case "eam_sourceruningstatus":
                        EAM_SourceRuningStatus oEAM_SourceRuningStatus = new EAM_SourceRuningStatus();
                        oEAM_SourceRuningStatus.MdiParent = oMain;