服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-17 beadde317e6dd4b00d508eb960138cbfb4b5b006
Tiger.Business.WMS/Transaction/Old/OtherInLocationChecking.cs
@@ -124,7 +124,7 @@
                    return action;
                }
                //判断条码是否为最少包装
                if (!new[] { Barcode.Types.Small, Barcode.Types.Other }.Contains(curInv.Barcode.Type))
                if (!new[] { Barcode.Types.MiniPackage, Barcode.Types.Other }.Contains(curInv.Barcode.Type))
                {
                    action.IsSuccessed = false;
                    action.LocaleMsg = Biz.L("WMS.CustSupChk.ScanItem.TypeError", curInv.SN);