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/Minsun/CustSupplyChecking.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Tiger.Business/WMS/Minsun/CustSupplyChecking.cs b/Tiger.Business.WMS/Minsun/CustSupplyChecking.cs
similarity index 98%
rename from Tiger.Business/WMS/Minsun/CustSupplyChecking.cs
rename to Tiger.Business.WMS/Minsun/CustSupplyChecking.cs
index 98b45cf..358122d 100644
--- a/Tiger.Business/WMS/Minsun/CustSupplyChecking.cs
+++ b/Tiger.Business.WMS/Minsun/CustSupplyChecking.cs
@@ -65,7 +65,7 @@
                     action.Message = $"鏉$爜涓嶈兘涓虹┖锛�";
                     return action;
                 }
-                Result<InputBarcodeDto> result = Biz.iWMS.SplitFullBarcode(input.SN);
+                Result<InputBarcodeDto> result = iWMS.SplitFullBarcode(input.SN);
                 if (result.Flag != Result.Flags.Success)
                 {
                     action.IsSuccessed = false;
@@ -291,7 +291,7 @@
                 //var nWarehouseCodes = nScannedBarcodes.Select(x => x.WarehouseCode).Distinct().ToList();
 
                 //鏂板缓鍏朵粬鍏ュ簱鍗曟嵁澶� OtherInstockHeader 
-                string billCode = Biz.iWMS.GetBillNoByType("CI");
+                string billCode = iWMS.GetBillNoByType("CI");
                 var nBillHeader = new WMS_OTHERINSTOCK_H
                 {
                     CreationTime = DateTime.Now,
@@ -389,7 +389,7 @@
                 }
 
                 //璋冪敤T100鎺ュ彛鐢熸垚鍒拌揣鍗�
-                var ret = Biz.ErpT100.GenerateCustReceipt(new CustReceiptInputParameter
+                var ret = ErpT100.GenerateCustReceipt(new CustReceiptInputParameter
                 {
                     parameter = new Parameter<Detail>
                     {
@@ -417,7 +417,7 @@
                     #region 鐢熸垚閫佹鍗�
                     foreach (var item in iqcHeaders)
                     {
-                        var retIns = Biz.ErpT100.GenerateInspection(new InsInputParameter
+                        var retIns = ErpT100.GenerateInspection(new InsInputParameter
                         {
                             parameter = new InsParameter
                             {
@@ -593,7 +593,7 @@
 
             var nIqcHeader = new WMS_IQC_H
             {
-                BILLCODE = Biz.iWMS.GetBillNoByType("IQC"),
+                BILLCODE = iWMS.GetBillNoByType("IQC"),
                 SOURCETYPE = (int)InventoryTransferSides.BillType.CustSupplyInStock,
                 SOURCECODE = detail.BILLCODE,
                 SOURCELINE = detail.BILLLINE,

--
Gitblit v1.9.3