服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-21 69a1f63305d303745b831d55168cd2c8990f6fa9
Tiger.Business.MES/Transaction/PackingNode.cs
@@ -615,9 +615,9 @@
                        {
                            action.IsSuccessed = false;
                            //action.LocaleMsg = new($"出货数量设定为[{0}],目前包装了[{1}],包装尾数的数量必需是[{2}],请装够数量后再结束包装");
                            action.LocaleMsg = new("MES.Transaction.PackingNode.NotMatchShipQty", shipQty, curQty, shipQty % ruleQty);
                            action.LocaleMsg = new("MES.Transaction.PackingNode.NotMatchShipQty", shipQty, curQty, shipQty % ruleQty);
                            return action;
                        }
                        action = TempPkgAction.Submit(null);
                    }
                    else