From d4c326deaa51e7d4897a84afc339684012b8cfbe Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 31 五月 2024 23:13:28 +0800 Subject: [PATCH] 把WMS移出Business --- Tiger.Business.WMS/Transaction/CustSupplyCheckingNew.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tiger.Business/WMS/Transaction/CustSupplyCheckingNew.cs b/Tiger.Business.WMS/Transaction/CustSupplyCheckingNew.cs similarity index 98% rename from Tiger.Business/WMS/Transaction/CustSupplyCheckingNew.cs rename to Tiger.Business.WMS/Transaction/CustSupplyCheckingNew.cs index 3c9c75a..81b204b 100644 --- a/Tiger.Business/WMS/Transaction/CustSupplyCheckingNew.cs +++ b/Tiger.Business.WMS/Transaction/CustSupplyCheckingNew.cs @@ -135,7 +135,7 @@ return action; } input.AuthOption.OrgCode = input.AuthOption.OrgCode.IsNullOrEmpty() ? input.AuthOption.CurOrg : input.AuthOption.OrgCode; - Result<Inventory> result = Biz.WmsItem.GetK(input.SN, input.AuthOption, false); + Result<Inventory> result = WMS_ITEM_Biz.WmsItem.GetK(input.SN, input.AuthOption, false); if (result.Flag != Result.Flags.Success) { action.IsSuccessed = false; @@ -336,7 +336,7 @@ //var nWarehouseCodes = nScannedBarcodes.Select(x => x.WarehouseCode).Distinct().ToList(); //鏂板缓鍏朵粬鍏ュ簱鍗曟嵁澶� OtherInstockHeader - Result ruleResult = Biz.CodeRule["CI001"].Generate("CI"); //Biz.iWMS.GetBillNoByType("CI"); + Result ruleResult = Biz.CodeRule["CI001"].Generate("CI"); //iWMS.GetBillNoByType("CI"); if (!ruleResult.IsSuccessed) { throw new Exception(ruleResult.ExceptionMsg.Message); @@ -499,7 +499,7 @@ var customsData = Biz.Db.Queryable<BIZ_ERP_CUSTOMS>().Where(i => sns.Contains(i.Barcodes)).First(); //璋冪敤T100鎺ュ彛鐢熸垚鍒拌揣鍗� - var ret = Biz.ErpT100.GenerateCustReceipt(new CustReceiptInputParameter + var ret = ErpT100.GenerateCustReceipt(new CustReceiptInputParameter { parameter = new Parameter<Detail> { @@ -531,7 +531,7 @@ foreach (var item in iqcHeaders) { - var retIns = Biz.ErpT100.GenerateInspection(new InsInputParameter + var retIns = ErpT100.GenerateInspection(new InsInputParameter { parameter = new InsParameter { -- Gitblit v1.9.3