From 761aaf597639c55c6f36b03f3a89ba2d49a1d3f4 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 03 12月 2024 19:24:03 +0800 Subject: [PATCH] 增加是否允许切纸 --- CC/iWareCC_ASRS/Common/SystemWarningMsg.cs | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs b/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs index 82c5614..5389388 100644 --- a/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs +++ b/CC/iWareCC_ASRS/Common/SystemWarningMsg.cs @@ -23,10 +23,7 @@ /// </summary> public static string _lbl_Alert_Srm2Release = 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