From 4c48e5aa84a3331409ca0665b6dc3240067e97cd Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 20 九月 2023 17:25:18 +0800
Subject: [PATCH] 产线返修平台:界面调整 产线返修平台:加载表头报错提醒修改

---
 LMES/ClsShowMod.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 2199adf..acd9031 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3644,6 +3644,11 @@
                         Kf_WeighToBarCode oKf_WeighToBarCode = new Kf_WeighToBarCode();
                         oKf_WeighToBarCode.ShowDialog();
                         break;
+                    case "kf_weightobarcode_stationoutbill":
+                        //
+                        Kf_WeighToBarCode_StationOutBill oKf_WeighToBarCode_StationOutBill = new Kf_WeighToBarCode_StationOutBill();
+                        oKf_WeighToBarCode_StationOutBill.ShowDialog();
+                        break;
                     case "kf_barcodeoutinreport":
                         //权限
                         Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport();

--
Gitblit v1.9.1