YL
2022-01-19 681c617b48ddbc556fdbe6a251161a3b9584adab
LMES/ClsShowMod.cs
@@ -3879,6 +3879,13 @@
                        oKf_MateOutRequestBill.ShowDialog();
                        break;
                    //===================================报表分析
                    case "kf_icinventory_barcode":
                        Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();
                        oKf_ICInventory_BarCode.MdiParent = oMain;
                        oKf_ICInventory_BarCode.ModCaption = gnmc;
                        oKf_ICInventory_BarCode.Show();
                        oMainForm.AddTabPage(oKf_ICInventory_BarCode);
                        break;
                    case "wms_barcodestatusqueryreport":
                        WMS_BarCodeStatusQueryReport oWMS_BarCodeStatusQueryReport = new WMS_BarCodeStatusQueryReport();
                        oWMS_BarCodeStatusQueryReport.MdiParent = oMain;
@@ -3948,6 +3955,12 @@
                        oSc_PackUnionBill.ModCaption = gnmc;
                        oSc_PackUnionBill.ShowDialog();
                        break;
                    case "gy_barcodebill_chaima":
                        WarM.仓库管理.Gy_BarCodeBill_ChaiMa oGy_BarCodeBill_ChaiMa = new WarM.仓库管理.Gy_BarCodeBill_ChaiMa();
                        oGy_BarCodeBill_ChaiMa.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                        //oGy_BarCodeBill_ChaiMa.ModCaption = gnmc;
                        oGy_BarCodeBill_ChaiMa.ShowDialog();
                        break;
                    default:
                        break;
                }