From 5d262687f828d0548577c20f364725af5d8f9ec4 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 27 十二月 2023 17:33:21 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index acd9031..4a83862 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3778,6 +3778,11 @@
                         Kf_SellOutBill oKf_SellOutBill = new Kf_SellOutBill();
                         oKf_SellOutBill.ShowDialog();
                         break;
+                    case "kf_selloutbill_barcodenote":
+                        //
+                        Kf_SellOutBill_BarCodeNote oKf_SellOutBill_BarCodeNote = new Kf_SellOutBill_BarCodeNote();
+                        oKf_SellOutBill_BarCodeNote.ShowDialog();
+                        break;
                     case "kf_mateoutbilllist":
                         //权限
                         Kf_MateOutBillList oKf_MateOutBillList = new Kf_MateOutBillList();

--
Gitblit v1.9.1