服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-23 ba278e6a0e523cdb672b32fd7907417547a0c39a
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;
                        }
                    }