From 37184b1d1ac000a6ee40e397e2336b213e705902 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 17 4月 2025 13:08:45 +0800
Subject: [PATCH] 包中只有一块板时,认定为 不齐包 【Editby shaocx,2025-04-01】

---
 CC/iWareCC_ASRS/Common/SystemWarningMsg.cs |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs b/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs
index 82c5614..82fa6fe 100644
--- a/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs
+++ b/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs
@@ -21,12 +21,9 @@
         /// <summary>
         /// 鍫嗗灈鏈�2涓嬪彂鐨勮鍛婃秷鎭�
         /// </summary>
-        public static string _lbl_Alert_Srm2Release = string.Empty;
+        public static string _lbl_Alert_DataProcess_RobotBuffer_ForceOutbound = string.Empty;
 
-        /// <summary>
-        /// 鍫嗗灈鏈�3涓嬪彂鐨勮鍛婃秷鎭�
-        /// </summary>
-        public static string _lbl_Alert_Srm3Release = string.Empty;
+
 
 
         /// <summary>
@@ -42,17 +39,17 @@
         /// <summary>
         /// 鍫嗗灈鏈�2涓嬪彂瀹屾垚鐨勮鍛婃秷鎭�
         /// </summary>
-        public static string _lbl_Alert_Srm2ReleaseFinish = string.Empty;
+        public static string _lbl_Alert_DataProcess_BZ12_FinishTask = string.Empty;
 
         /// <summary>
         /// 鍫嗗灈鏈�3涓嬪彂瀹屾垚鐨勮鍛婃秷鎭�
         /// </summary>
-        public static string _lbl_Alert_Srm3ReleaseFinish = string.Empty;
+        public static string _lbl_Alert_DataProcess_BZ21_FinishTask = string.Empty;
 
         /// <summary>
         /// 鍫嗗灈鏈�4涓嬪彂瀹屾垚鐨勮鍛婃秷鎭�
         /// </summary>
-        public static string _lbl_Alert_Srm4ReleaseFinish = string.Empty;
+        public static string _lbl_Alert_DataProcess_BZ21 = string.Empty;
 
 
         /// <summary>
@@ -122,6 +119,7 @@
         /// 鑷姩鐮佹澘浠诲姟 鐨勮鍛婃秷鎭�
         /// </summary>
         public static string _lbl_alert_DataProcess_BZ12 = string.Empty;
+
         /// <summary>
         /// 鑷姩鐮佹澘浠诲姟 鐨勮鍛婃秷鎭�
         /// </summary>

--
Gitblit v1.9.3