服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-19 eb0ad83719de660e5c4f7676aea4710625b6bd51
Tiger.Business.WMS/Transaction/Old/CustomerSupplyInNew.cs
ÎļþÃû´Ó Tiger.Business.WMS/Transaction/CustomerSupplyInNew.cs ÐÞ¸Ä
@@ -144,14 +144,14 @@
                }
                var nLocation = new WMS_LOCATION();
                input.AuthOption.OrgCode.IsNullOrEmpty(input.AuthOption.CurOrg);
                Result<Inventory> result = WMS_ITEM_Biz.WmsItem.GetK(input.SN, input.AuthOption, true);
                Result<IInventory> result = WMS_ITEM_Biz.WmsItem.GetK(input.SN, input.AuthOption, true);
                if (!result.IsSuccessed)
                {
                    action.IsSuccessed = false;
                    action.LocaleMsg = result.LocaleMsg;
                    return action;
                }
                var inv = result.Data;
                var inv = result.Data as Inventory;
                //判断是否一维码
                if (!inv.IsQRCode)