From a29e09d88136434ebf5eba16645845bec487c532 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 04 一月 2024 11:02:50 +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 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