服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-28 4c8504f8deca450723fcdcf4f772f6cc67049c03
Tiger.Business.WMS/Transaction/Out_Default.cs
@@ -168,6 +168,7 @@
                {
                    action.IsSuccessed = false;
                    action.LocaleMsg = downResult.LocaleMsg;
                    CurInvItem = null;
                    return action;
                }
                TakeDownInfo downInfo = downResult.Data;
@@ -207,6 +208,7 @@
                };
                //action.LocaleMsg = Biz.L($"扫描条码[{0}]从储位[{1}]下架成功");
                action.LocaleMsg = Biz.L("WMS.Default.ScanItem.TakeDownSucceeded", CurInvItem.SN, CurInvItem.Location?.LOCATION_CODE);
                CurInvItem = null;
            }
            catch (Exception ex)
            {