From 5ec48dc417b2d99a8686f5833c575914b4bd5334 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 10 七月 2023 13:15:53 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- LMES/ClsShowMod.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs index e25e5e0..65f73e7 100644 --- a/LMES/ClsShowMod.cs +++ b/LMES/ClsShowMod.cs @@ -3641,8 +3641,8 @@ break; case "kf_weightobarcode": // - Kf_WeighToBarCode Kf_WeighToBarCode = new Kf_WeighToBarCode(); - Kf_WeighToBarCode.ShowDialog(); + Kf_WeighToBarCode oKf_WeighToBarCode = new Kf_WeighToBarCode(); + oKf_WeighToBarCode.ShowDialog(); break; case "kf_barcodeoutinreport": //权限 -- Gitblit v1.9.1