服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-22 4f1e0ee1b6d0718ef99240d1a08016cca99e1a22
Tiger.Business.MES/WorkAction/PackingAction.cs
@@ -333,8 +333,8 @@
                            action.IsSuccessed = false;
                            action.Data.Data = CurCmd;
                            action.Data.ShortMsg = new("称重失败", ShortMessage.Types.Failed);
                            //action.LocaleMsg = new($"包装[{CurPkgItem.Package.SN}]称重数据异常,请重新上称称重");
                            action.LocaleMsg = new("MES.WorkAction.PackingAction.PleaseWeighingAgain", CurPkgItem.Package.SN);
                            //action.LocaleMsg = new($"外包装称重数据异常,请重新上称称重");
                            action.LocaleMsg = new("MES.WorkAction.PackingAction.PleaseWeighingAgain");
                            return action;
                        }
                    }