From 6b7f640c7952a3948b896d4c585d416f546788a1 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 17 七月 2025 08:17:12 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
index 9052651..332e827 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -254,7 +254,7 @@
                 }
                 catch (Exception ex)
                 {
-                    MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+                    MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
                 }
             };
             frm.ShowDialog();
@@ -451,10 +451,10 @@
                     lst.Add(btnCaiGouFchk.Name);
                     lst.Add(btnShouHouChk.Name);
                     lst.Add(btnShouHouFchk.Name);
+                    lst.Add(btnIn.Name);
+                    lst.Add(btnOut.Name);
                     _enabledBtn(lst);
                 }
-
-
             }
         }
 

--
Gitblit v1.9.3