服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-19 eb0ad83719de660e5c4f7676aea4710625b6bd51
Tiger.Business.WMS/Transaction/Old/InProductionReturn.cs
文件名从 Tiger.Business.WMS/Transaction/InProductionReturn.cs 修改
@@ -84,7 +84,7 @@
                }
                var nLocation = new WMS_LOCATION();
                Result<Inventory> result = new();
                Result<IInventory> result = new();
                if (WarehouseName.Contains("瀹緵"))
                {
                    result = WMS_ITEM_Biz.WmsItem.GetK(input.SN, input.AuthOption, true);
@@ -99,8 +99,8 @@
                    action.LocaleMsg = result.LocaleMsg;
                    return action;
                }
                //
                var inv = result.Data;
                var inv = result.Data as Inventory;
                if (!inv.IsQRCode)
                {
                    action.IsSuccessed = false;