From 5029c8357635c9556e63bd78f262d860df51e7fb Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期六, 02 八月 2025 15:49:56 +0800
Subject: [PATCH] 增加排班管理代码,到货计划增加超采比例,物料信息增加超采比例字段
---
DevApp/Gs.DevApp/ToolBox/MsgHelper.cs | 30 +++++++-----------------------
1 files changed, 7 insertions(+), 23 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
index 4858f8d..4300e16 100644
--- a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
@@ -4,12 +4,12 @@
namespace Gs.DevApp.ToolBox
{
/// <summary>
- /// 绯荤粺娑堟伅鎻愮ず绐椾綋
+ /// 绯荤粺娑堟伅鎻愮ず绐椾綋
/// </summary>
public class MsgHelper
{
/// <summary>
- /// 鎵撳紑瀵硅瘽妗�
+ /// 鎵撳紑瀵硅瘽妗�
/// </summary>
/// <param name="msg">鏈瀵硅瘽鍐呭</param>
/// <returns></returns>
@@ -24,7 +24,7 @@
}
/// <summary>
- /// 閿欒娑堟伅鎻愮ず妗�
+ /// 閿欒娑堟伅鎻愮ず妗�
/// </summary>
/// <param name="msg">閿欒娑堟伅鍐呭</param>
public static void ShowError(string msg)
@@ -36,7 +36,7 @@
}
/// <summary>
- /// 鏄剧ず绯荤粺寮傚父
+ /// 鏄剧ず绯荤粺寮傚父
/// </summary>
/// <param name="e">绯荤粺寮傚父</param>
public static void ShowException(Exception e)
@@ -53,24 +53,8 @@
Warning(s);
}
- public static void ShowException(Exception ex, string customMessage)
- {
- //if (ex is CustomException)
- //{
- // ShowException(ex);
- //}
- //else if (customMessage != "")
- //{
- // Warning(customMessage);
- //}
- //else
- //{
- // Warning(ex.Message);
- //}
- }
-
/// <summary>
- /// 淇℃伅鎻愮ず妗�
+ /// 淇℃伅鎻愮ず妗�
/// </summary>
/// <param name="msg">鏈鏄剧ず鐨勬秷鎭�</param>
public static void ShowInformation(string msg)
@@ -82,7 +66,7 @@
}
/// <summary>
- /// 璀﹀憡鎻愮ず妗�
+ /// 璀﹀憡鎻愮ず妗�
/// </summary>
/// <param name="msg">璀﹀憡鍐呭</param>
public static void Warning(string msg)
@@ -93,4 +77,4 @@
MessageBoxDefaultButton.Button1);
}
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3