From 75f34e9ba2e8b249c96333f3d7936c8968e12ec7 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 11 二月 2026 14:44:12 +0800
Subject: [PATCH] 集成WMS调用与入库任务处理

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
index db183dd..638f58c 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
@@ -74,23 +74,6 @@
                 Details = details
             };
 
-            //Dt_Task dt_Task = new Dt_Task()
-            //{
-            //    TaskNum = 0,
-            //    PalletCode = stock.PalletNo,
-            //    PalletType = 1,
-            //    Roadway = "1",
-            //    TaskType = TaskTypeEnum.Inbound.GetHashCode(),
-            //    TaskStatus = TaskStatusEnum.New.GetHashCode(),
-            //    SourceAddress = stock.LineNo,
-            //    TargetAddress = "缁勭洏鍖�",
-            //    CurrentAddress = stock.LineNo,
-            //    NextAddress = "缁勭洏鍖�",
-            //    WarehouseId = 1,
-            //    Grade = 1,
-            //    Creater = "system",
-            //};
-
             return StockInfoService.Repository.AddData(entity, x => x.Details);
         }
 

--
Gitblit v1.9.3