From d811e775f550e65f4af420806e3d7a12c0c334bc Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 26 八月 2024 16:58:41 +0800 Subject: [PATCH] 合并 --- Tiger.Business.MES/WorkAction/IPQC.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.MES/WorkAction/IPQC.cs b/Tiger.Business.MES/WorkAction/IPQC.cs index 933ed6e..199d8d4 100644 --- a/Tiger.Business.MES/WorkAction/IPQC.cs +++ b/Tiger.Business.MES/WorkAction/IPQC.cs @@ -60,6 +60,7 @@ //濡傛灉鏍规嵁杈撳叆鍙互寮�濮嬫墽琛屽綋鍓嶈涓哄垯鏍囪涓烘垚鍔燂紝鍚﹀垯澶辫触 action.IsSuccessed = false; + action.Data.ShortMsg = new("鎵撳嵃寮�濮�", ShortMessage.Types.Success); return action; } /// <summary> @@ -85,6 +86,7 @@ //鎻愪氦鏁版嵁鎵ц澶辫触 else { + action.Data.ShortMsg = new("娴嬭瘯澶辫触", ShortMessage.Types.Failed); action.IsSuccessed = false; //action.LocaleMsg = new($"鎵ц澶辫触"); action.LocaleMsg = new("MES.WorkAction.IPQC.Fail"); @@ -163,7 +165,8 @@ }; IsFinished = true; - action.LocaleMsg = new($"琛屼负缁撴潫"); + action.Data.ShortMsg = new("娴嬭瘯瀹屾垚", ShortMessage.Types.Success); + action.LocaleMsg = new($"娴嬭瘯缁撴潫"); //action.LocaleMsg = new("MES.WorkAction.IPQC.Finish"); return action; } -- Gitblit v1.9.3