From 3212f32acdce5938956131ecfb530e361250f82f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 25 十月 2025 18:51:56 +0800
Subject: [PATCH] 优化出入库流程、盘点流程

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs |  498 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 277 insertions(+), 221 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
index 5e86027..c2c41ea 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
@@ -41,9 +41,10 @@
         private readonly IInventoryInfoService _inventoryInfoService;
         private readonly IDeliveryOrderDetailServices _deliveryOrderDetailServices;
         private readonly ISupplyTaskService _supplyTaskService;
+        private readonly ISupplyTaskHtyService _supplyTaskHtyService;
         private readonly ITacticsService _tacticsService;
         public IRepository<Dt_DeliveryOrder> Repository => BaseDal;
-        public DeliveryOrderServices(IRepository<Dt_DeliveryOrder> BaseDal, IBasicService basicService, IUnitOfWorkManage unitOfWorkManage, IInventory_BatchServices inventory_BatchServices, IInventoryInfoService inventoryInfoService, IDeliveryOrderDetailServices deliveryOrderDetailServices, ISupplyTaskService supplyTaskService, ICabinOrderServices cabinOrderServices, ITacticsService tacticsService) : base(BaseDal)
+        public DeliveryOrderServices(IRepository<Dt_DeliveryOrder> BaseDal, IBasicService basicService, IUnitOfWorkManage unitOfWorkManage, IInventory_BatchServices inventory_BatchServices, IInventoryInfoService inventoryInfoService, IDeliveryOrderDetailServices deliveryOrderDetailServices, ISupplyTaskService supplyTaskService, ICabinOrderServices cabinOrderServices, ITacticsService tacticsService, ISupplyTaskHtyService supplyTaskHtyService) : base(BaseDal)
         {
             _basicService = basicService;
             _unitOfWorkManage = unitOfWorkManage;
@@ -53,7 +54,9 @@
             _inventoryInfoService = inventoryInfoService;
             _cabinOrderServices = cabinOrderServices;
             _tacticsService = tacticsService;
+            _supplyTaskHtyService = supplyTaskHtyService;
         }
+        #region 鍒涘缓鍑哄簱鍗�
         /// <summary>
         /// 鍒涘缓鍑哄簱鍗�
         /// </summary>
@@ -103,6 +106,7 @@
                         inventory_Batch.AvailableQuantity -= item.Order_qty;
                         inventory_Batch.OutboundQuantity += item.Order_qty;
                         List<Dt_InventoryInfo> dt_InventoryInfos = _inventoryInfoService.Repository.QueryData(x => x.MaterielCode == item.Goods_no && x.BatchNo == item.Batch_num && x.StockStatus == StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt() && x.AvailableQuantity > 0 && x.WarehouseCode == item.Reservoirarea);
+                        if (dt_InventoryInfos.Count < 1) throw new Exception($"鍑哄簱鍗曞彿銆恵entityOrder.Out_no}銆戜腑鐗╂枡缂栧彿銆恵item.Goods_no}銆戠墿鏂欐壒娆°�恵item.Batch_num}銆戠殑搴撳瓨褰撳墠鐘舵�佷笉鍙嚭搴�");
                         #region 鎸夊嚭搴撶瓥鐣ユ煡鎵惧簱瀛�
                         if (tactics.SelectTactice == TacticsEnum.ComeOutonFirstTime.ObjToInt())
                             dt_InventoryInfos = dt_InventoryInfos.OrderBy(x => x.ValidityPeriod).ToList();
@@ -125,7 +129,7 @@
                                     MaterielCode = InventoryInfo.MaterielCode,
                                     MaterielSpec = InventoryInfo.MaterielSpec,
                                     TaskStatus = SupplyStatusEnum.NewOut.ObjToInt(),
-                                    TaskType = TaskTypeEnum.OutPick.ObjToInt(),
+                                    TaskType = outorder.order_type == "1" ? TaskTypeEnum.Out.ObjToInt() : TaskTypeEnum.InReturn.ObjToInt(),
                                     CreateDate = DateTime.Now,
                                     Creater = App.User.UserName ?? "System",
                                     LocationCode = InventoryInfo.LocationCode,
@@ -149,7 +153,7 @@
                                     MaterielCode = InventoryInfo.MaterielCode,
                                     MaterielSpec = InventoryInfo.MaterielSpec,
                                     TaskStatus = SupplyStatusEnum.NewOut.ObjToInt(),
-                                    TaskType = TaskTypeEnum.OutPick.ObjToInt(),
+                                    TaskType = outorder.order_type == "1" ? TaskTypeEnum.Out.ObjToInt() : TaskTypeEnum.InReturn.ObjToInt(),
                                     CreateDate = DateTime.Now,
                                     Creater = App.User.UserName ?? "System",
                                     LocationCode = InventoryInfo.LocationCode,
@@ -207,6 +211,7 @@
                         inventory_Batch.AvailableQuantity -= detail.order_qty;
                         inventory_Batch.OutboundQuantity += detail.order_qty;
                         List<Dt_InventoryInfo> dt_InventoryInfos = _inventoryInfoService.Repository.QueryData(x => x.MaterielCode == inventory_Batch.MaterielCode && x.BatchNo == inventory_Batch.BatchNo && x.AvailableQuantity > 0 && (x.WarehouseCode == WareCodeDJ || x.WarehouseCode == WareCodeLK));
+                        if (dt_InventoryInfos.Count < 1) throw new Exception($"鍑哄簱鍗曞彿銆恵outorder.order_no}銆戜腑鐗╂枡缂栧彿銆恵detail.goods_no}銆戠墿鏂欐壒娆°�恵detail.batch_num}銆戠殑搴撳瓨褰撳墠鐘舵�佷笉鍙嚭搴�");
                         #endregion
                         #region 鎸夊嚭搴撶瓥鐣ユ煡鎵惧簱瀛�
                         if (tactics.SelectTactice == TacticsEnum.ComeOutonFirstTime.ObjToInt())
@@ -257,7 +262,7 @@
                                         MaterielCode = InventoryInfo.MaterielCode,
                                         MaterielSpec = InventoryInfo.MaterielSpec,
                                         TaskStatus = SupplyStatusEnum.NewOut.ObjToInt(),
-                                        TaskType = TaskTypeEnum.OutPick.ObjToInt(),
+                                        TaskType = outorder.order_type == "1" ? TaskTypeEnum.Out.ObjToInt() : TaskTypeEnum.InReturn.ObjToInt(),
                                         CreateDate = DateTime.Now,
                                         Creater = App.User.UserName ?? "System",
                                         LocationCode = InventoryInfo.LocationCode,
@@ -281,7 +286,7 @@
                                         MaterielCode = InventoryInfo.MaterielCode,
                                         MaterielSpec = InventoryInfo.MaterielSpec,
                                         TaskStatus = SupplyStatusEnum.NewOut.ObjToInt(),
-                                        TaskType = TaskTypeEnum.OutPick.ObjToInt(),
+                                        TaskType = outorder.order_type == "1" ? TaskTypeEnum.Out.ObjToInt() : TaskTypeEnum.InReturn.ObjToInt(),
                                         CreateDate = DateTime.Now,
                                         Creater = App.User.UserName ?? "System",
                                         LocationCode = InventoryInfo.LocationCode,
@@ -365,7 +370,7 @@
                                     MaterielCode = item.MaterielCode,
                                     MaterielSpec = item.MaterielSpec,
                                     TaskStatus = SupplyStatusEnum.NewOut.ObjToInt(),
-                                    TaskType = TaskTypeEnum.OutPick.ObjToInt(),
+                                    TaskType = outorder.order_type == "1" ? TaskTypeEnum.Out.ObjToInt() : TaskTypeEnum.InReturn.ObjToInt(),
                                     CreateDate = DateTime.Now,
                                     Creater = App.User.UserName ?? "System",
                                     LocationCode = item.LocationCode,
@@ -418,7 +423,7 @@
                                     MaterielCode = inventoryInfo.MaterielCode,
                                     MaterielSpec = inventoryInfo.MaterielSpec,
                                     TaskStatus = SupplyStatusEnum.NewOut.ObjToInt(),
-                                    TaskType = TaskTypeEnum.OutPick.ObjToInt(),
+                                    TaskType = outorder.order_type == "1" ? TaskTypeEnum.Out.ObjToInt() : TaskTypeEnum.InReturn.ObjToInt(),
                                     CreateDate = DateTime.Now,
                                     Creater = App.User.UserName ?? "System",
                                     LocationCode = inventoryInfo.LocationCode,
@@ -451,111 +456,277 @@
             }
             return webResponseContent;
         }
-        /// <summary>
-        /// 鐢熸垚鍑哄簱鍗曚换鍔�
-        /// </summary>
-        /// <param name="order_no">鍑哄簱鍗曞彿</param>
-        /// <returns></returns>
-        private bool CreateSupplyTask(List<string> order_no)
+        #endregion
+
+        #region 鍒涘缓鐩樹簭鍑哄簱鍗�
+        public WebResponseContent CreateCheckOutOrder(UpstramOutOrderInfo order)
         {
+            WebResponseContent content = new WebResponseContent();
             try
             {
-                // 鍏堣幏鍙栫鍚堟潯浠剁殑涓昏〃鏁版嵁
-                var mainOrders = BaseDal.Db.Queryable<Dt_DeliveryOrder>()
-                    .Where(x => order_no.Contains(x.Out_no))
-                    .ToList();
-
-                // 鑾峰彇鎵�鏈変富琛↖D
-                var mainOrderIds = mainOrders.Select(x => x.Id).ToList();
-
-                // 鐩存帴鏌ヨ瀛愯〃鏁版嵁
-                List<Dt_DeliveryOrderDetail> filteredDetails = BaseDal.Db.Queryable<Dt_DeliveryOrderDetail>()
-                    .Where(d => mainOrderIds.Contains(d.DeliveryOrderId) && d.OotDetailStatus == "鏂板缓")
-                    .ToList();
-
-                // 鑾峰彇鎵�鏈夐渶瑕佹煡璇㈢殑鐗╂枡缂栫爜
-                var materielCodes = filteredDetails.Select(x => x.Goods_no).Distinct().ToList();
-
-                // 鎵归噺鏌ヨ鐗╂枡淇℃伅
-                var materielList = BaseDal.Db.Queryable<Dt_MaterielInfo>()
-                    .Where(x => materielCodes.Contains(x.MaterielCode))
-                    .ToList();
-
-                List<Dt_SupplyTask> supplyTasks = new List<Dt_SupplyTask>();
-
-                foreach (var item in filteredDetails)
+                string WareCodeMJ = WarehouseEnum.楹荤簿搴�.ObjToInt().ToString("000");
+                string WareCodeLD = WarehouseEnum.鍐峰喕搴�.ObjToInt().ToString("000");
+                #region 鐗规畩搴撴埧
+                if (order.warehouse_no == WareCodeMJ || order.warehouse_no == WareCodeLD)
                 {
-                    // 鏍规嵁瀛愯〃鐗╂枡缂栫爜鏌ヨ鐗╂枡淇℃伅
-                    var medication = materielList.FirstOrDefault(x => x.MaterielCode == item.Goods_no);
-
-                    // 鏌ユ壘瀵瑰簲鐨勪富琛ㄤ俊鎭�
-                    var mainOrder = mainOrders.FirstOrDefault(x => x.Id == item.DeliveryOrderId);
-                    //闅忔満鐢熸垚浠诲姟缂栧彿鍔犳椂闂存埑
-
-
-                    if (mainOrder == null) continue;
-
-                    var location = Db.Queryable<Dt_InventoryInfo>()
-                    .Where(x => x.MaterielCode == ""//materielCode
-                             && x.BatchNo == ""//batchNo
-                             && x.StockQuantity > 0)
-                    .OrderBy(x => x.InDate) // 鎸夊叆搴撴椂闂存帓搴�
-                    .First();
-
-                    var supplyTask = new Dt_SupplyTask
+                    #region 搴撳瓨銆佸簱瀛樻壒娆″钩璐�
+                    foreach (var item in order.details)
                     {
-                        TaskNum = GenerateTaskNumber(),
-                        PalletCode = "0",
-                        BatchNo = item.Batch_num,
-                        MaterielCode = item.Goods_no,
-                        MaterielName = medication?.MaterielName, // 濡傛灉鐗╂枡淇℃伅涓嶅瓨鍦紝浣跨敤瀛愯〃鐨勭墿鏂欏悕绉�
-                        MaterielSpec = medication?.MaterielSpec, // 濡傛灉鐗╂枡淇℃伅涓嶅瓨鍦紝浣跨敤瀛愯〃鐨勭墿鏂欒鏍�
-                        TaskType = 0,
-                        TaskStatus = item.Status == 0 ? 0 : 1,
-                        WarehouseCode = mainOrder.Warehouse_no,
-                        LocationCode = item.Status == 0 ? "绔嬪簱" : "骞冲簱",
-                        StockQuantity = item.Order_qty, // 鍋囪瀛愯〃鏈塓uantity瀛楁
-                        SupplyQuantity = 0,
-                        OrderNo = mainOrder.Out_no,
-                        Dispatchertime = DateTime.Now,
-                        Remark = ""
+                        //鎵惧簱瀛樻壒娆′俊鎭�
+                        Dt_Inventory_Batch inventory_Batch = _inventory_BatchServices.Repository.QueryFirst(x => x.MaterielCode == item.goods_no && x.BatchNo == item.batch_num);
+                        var Qty = Math.Abs(inventory_Batch.StockQuantity - inventory_Batch.SupplyQuantity);
+                        if (Qty != item.order_qty) throw new Exception($"鐩樹簭鍑哄簱鍗曘�恵order.order_no}銆戠墿鏂欑紪鍙枫�恵item.goods_no}銆戠墿鏂欐壒娆°�恵item.batch_num}銆戠殑鐩樹簭鏁伴噺鏈夎");
+                        //鎵炬墍鏈夊簱瀛�
+                        List<Dt_InventoryInfo> inventoryInfos = _inventoryInfoService.Repository.QueryData(x => x.MaterielCode == inventory_Batch.MaterielCode && x.BatchNo == inventory_Batch.BatchNo);
+                        foreach (var inventoryInfo in inventoryInfos)
+                        {
+                            #region 娣诲姞鐩樹簭鍑哄簱浠诲姟
+                            if (inventoryInfo.StockQuantity != inventoryInfo.SupplyQuantity)
+                            {
+                                Dt_SupplyTask_Hty supplyTask_Hty = new Dt_SupplyTask_Hty()
+                                {
+                                    WarehouseCode = inventoryInfo.WarehouseCode,
+                                    OperateType = OperateTypeEnum.鑷姩瀹屾垚.ToString(),
+                                    InsertTime = DateTime.Now,
+                                    TaskStatus = SupplyStatusEnum.OutFinish.ObjToInt(),
+                                    BatchNo = inventoryInfo.BatchNo,
+                                    MaterielName = inventoryInfo.MaterielName,
+                                    MaterielCode = inventoryInfo.MaterielCode,
+                                    MaterielSpec = inventoryInfo.MaterielSpec,
+                                    TaskType = TaskTypeEnum.ChenckOut.ObjToInt(),
+                                    CreateDate = DateTime.Now,
+                                    Creater = App.User.UserName,
+                                    LocationCode = inventoryInfo.LocationCode,
+                                    OrderNo = order.order_no,
+                                    StockQuantity = Math.Abs(inventoryInfo.StockQuantity - inventoryInfo.SupplyQuantity),
+                                    SupplyQuantity = 0,
+                                    Remark = "鐩樹簭鍏ュ簱"
+                                };
+                                _supplyTaskHtyService.AddData(supplyTask_Hty);
+                            }
+                            #endregion
+                            inventoryInfo.StockQuantity = inventoryInfo.SupplyQuantity;
+                            inventoryInfo.SupplyQuantity = 0;
+                            inventoryInfo.StockStatus = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt();
+                        }
+                        inventory_Batch.StockQuantity = inventory_Batch.SupplyQuantity;
+                        inventory_Batch.SupplyQuantity = 0;
+                        _inventoryInfoService.UpdateData(inventoryInfos);
+                        _inventory_BatchServices.UpdateData(inventory_Batch);
+                    }
+                    #endregion
+
+                    #region 鍒涘缓鐩樼偣鍗�
+                    var entityOrder = new Dt_DeliveryOrder
+                    {
+                        Out_no = order.order_no,
+                        Out_type = order.order_type,
+                        Client_no = order.client_no,
+                        Client_name = order.client_name,
+                        OutStatus = "宸插畬鎴�",
+                        Account_time = order.account_time,
+                        Warehouse_no = order.warehouse_no,
+                        Details = order.details.Select(d => new Dt_DeliveryOrderDetail
+                        {
+                            Goods_no = d.goods_no,
+                            Order_qty = Math.Abs(d.order_qty),
+                            Order_Outqty = Math.Abs(d.order_qty),
+                            Batch_num = d.batch_num,
+                            Exp_date = d.exp_date,
+                            Reservoirarea = order.warehouse_no,
+                            OotDetailStatus = "宸插畬鎴�",
+                            Status = 2,
+                        }).ToList()
                     };
-
-                    supplyTasks.Add(supplyTask);
+                    Repository.AddData(entityOrder);
+                    #endregion
                 }
-
-                // 鎵归噺鎻掑叆渚涘簲浠诲姟
-                if (supplyTasks.Any())
+                #endregion
+                else
                 {
-                    return BaseDal.Db.Insertable(supplyTasks).ExecuteCommand() > 0;
+                    string WareCodeLK = WarehouseEnum.绔嬪簱.ObjToInt().ToString("000");
+                    string WareCodeDJ = WarehouseEnum.澶т欢搴�.ObjToInt().ToString("000");
+
+                    foreach (var item in order.details)
+                    {
+                        //鎵惧簱瀛樻壒娆′俊鎭�
+                        Dt_Inventory_Batch inventory_Batch = _inventory_BatchServices.Repository.QueryFirst(x => x.MaterielCode == item.goods_no && x.BatchNo == item.batch_num);
+                        var Qty = Math.Abs(inventory_Batch.StockQuantity - inventory_Batch.SupplyQuantity);
+                        if (Qty != item.order_qty) throw new Exception($"鐩樼泩鍏ュ簱鍗曘�恵order.order_no}銆戠墿鏂欑紪鍙枫�恵item.goods_no}銆戠墿鏂欐壒娆°�恵item.batch_num}銆戠殑鐩樼泩鏁伴噺鏈夎");
+                        //鎵炬墍鏈夊簱瀛�
+                        List<Dt_InventoryInfo> inventoryInfos = _inventoryInfoService.Repository.QueryData(x => x.MaterielCode == inventory_Batch.MaterielCode && x.BatchNo == inventory_Batch.BatchNo);
+                        //鑾峰彇绔嬪簱鐩樼偣宸紓鏁�
+                        var inventoryLK = inventoryInfos.Where(x => x.WarehouseCode == WareCodeLK).First();
+                        var LkQty = Math.Abs(inventoryLK.StockQuantity - inventoryLK.SupplyQuantity);
+                        //鑾峰彇澶т欢搴撶洏鐐瑰樊寮傛暟
+                        var inventoryDJ = inventoryInfos.Where(x => x.WarehouseCode == WareCodeDJ).ToList();
+                        var DJQty = Math.Abs(inventoryDJ.Sum(x => x.StockQuantity) - inventoryDJ.Sum(x => x.SupplyQuantity));
+                        if (LkQty + DJQty != Qty) throw new Exception($"銆恵order.order_no}銆戠墿鏂欑紪鍙枫�恵item.goods_no}銆戠墿鏂欐壒娆°�恵item.batch_num}銆戠殑鐗╂枡淇℃伅涓庣墿鏂欐壒娆′俊鎭洏鐩堟暟閲忎笉绗�");
+                        if (LkQty == 0)//绔嬪簱鏃犲樊寮�
+                        {
+                            #region 搴撳瓨銆佸簱瀛樻壒娆″钩璐�
+                            foreach (var inventoryInfo in inventoryInfos)
+                            {
+                                #region 娣诲姞鐩樹簭鍑哄簱浠诲姟
+                                if (inventoryInfo.StockQuantity != inventoryInfo.SupplyQuantity)
+                                {
+                                    Dt_SupplyTask_Hty supplyTask_Hty = new Dt_SupplyTask_Hty()
+                                    {
+                                        WarehouseCode = inventoryInfo.WarehouseCode,
+                                        OperateType = OperateTypeEnum.鑷姩瀹屾垚.ToString(),
+                                        InsertTime = DateTime.Now,
+                                        TaskStatus = SupplyStatusEnum.OutFinish.ObjToInt(),
+                                        BatchNo = inventoryInfo.BatchNo,
+                                        MaterielName = inventoryInfo.MaterielName,
+                                        MaterielCode = inventoryInfo.MaterielCode,
+                                        MaterielSpec = inventoryInfo.MaterielSpec,
+                                        TaskType = TaskTypeEnum.ChenckOut.ObjToInt(),
+                                        CreateDate = DateTime.Now,
+                                        Creater = App.User.UserName,
+                                        LocationCode = inventoryInfo.LocationCode,
+                                        OrderNo = order.order_no,
+                                        StockQuantity = Math.Abs(inventoryInfo.StockQuantity - inventoryInfo.SupplyQuantity),
+                                        SupplyQuantity = 0,
+                                        Remark = "鐩樹簭鍏ュ簱"
+                                    };
+                                    _supplyTaskHtyService.AddData(supplyTask_Hty);
+                                }
+                                #endregion
+                                inventoryInfo.StockQuantity = inventoryInfo.SupplyQuantity;
+                                inventoryInfo.SupplyQuantity = 0;
+                                inventoryInfo.StockStatus = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt();
+                            }
+                            _inventoryInfoService.UpdateData(inventoryInfos);
+                            inventory_Batch.StockQuantity = inventory_Batch.SupplyQuantity;
+                            inventory_Batch.SupplyQuantity = 0;
+                            _inventory_BatchServices.UpdateData(inventory_Batch);
+                            #endregion
+
+                            #region 鍒涘缓澶т欢搴撶洏鐐瑰崟
+                            var entityOrder = new Dt_DeliveryOrder
+                            {
+                                Out_no = order.order_no,
+                                Out_type = order.order_type,
+                                Client_no = order.client_no,
+                                Account_time = order.account_time,
+                                OutStatus = "宸插畬鎴�",
+                                Client_name = order.client_name,
+                                Warehouse_no = WareCodeDJ,
+                                Details = order.details.Select(d => new Dt_DeliveryOrderDetail
+                                {
+                                    Goods_no = d.goods_no,
+                                    Order_qty = Math.Abs(d.order_qty),
+                                    Order_Outqty = Math.Abs(d.order_qty),
+                                    Batch_num = d.batch_num,
+                                    Exp_date = d.exp_date,
+                                    Reservoirarea = WareCodeDJ,
+                                    OotDetailStatus = "宸插畬鎴�",
+                                    Status = 2,
+                                }).ToList()
+                            };
+                            Repository.AddData(entityOrder);
+                            #endregion
+                        }
+                        else
+                        {
+                            #region 澶т欢搴撳簱瀛樺钩璐�
+                            inventoryInfos = inventoryInfos.Where(x => x.WarehouseCode == WareCodeDJ).ToList();
+                            foreach (var inventoryInfo in inventoryInfos)
+                            {
+                                #region 娣诲姞鐩樹簭鍑哄簱浠诲姟
+                                if (inventoryInfo.StockQuantity != inventoryInfo.SupplyQuantity)
+                                {
+                                    Dt_SupplyTask_Hty supplyTask_Hty = new Dt_SupplyTask_Hty()
+                                    {
+                                        WarehouseCode = inventoryInfo.WarehouseCode,
+                                        OperateType = OperateTypeEnum.鑷姩瀹屾垚.ToString(),
+                                        InsertTime = DateTime.Now,
+                                        TaskStatus = SupplyStatusEnum.OutFinish.ObjToInt(),
+                                        BatchNo = inventoryInfo.BatchNo,
+                                        MaterielName = inventoryInfo.MaterielName,
+                                        MaterielCode = inventoryInfo.MaterielCode,
+                                        MaterielSpec = inventoryInfo.MaterielSpec,
+                                        TaskType = TaskTypeEnum.ChenckOut.ObjToInt(),
+                                        CreateDate = DateTime.Now,
+                                        Creater = App.User.UserName,
+                                        LocationCode = inventoryInfo.LocationCode,
+                                        OrderNo = order.order_no,
+                                        StockQuantity = Math.Abs(inventoryInfo.StockQuantity - inventoryInfo.SupplyQuantity),
+                                        SupplyQuantity = 0,
+                                        Remark = "鐩樼泩鍏ュ簱"
+                                    };
+                                    _supplyTaskHtyService.AddData(supplyTask_Hty);
+                                }
+                                #endregion
+                                inventoryInfo.StockQuantity = inventoryInfo.SupplyQuantity;
+                                inventoryInfo.SupplyQuantity = 0;
+                                inventoryInfo.StockStatus = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt();
+                            }
+                            _inventoryInfoService.UpdateData(inventoryInfos);
+                            #endregion
+
+                            #region 鍒涘缓澶т欢搴撶洏鐐瑰崟
+                            if (DJQty != 0)
+                            {
+                                var cabinOrder = new Dt_DeliveryOrder
+                                {
+                                    Out_no = order.order_no,
+                                    Out_type = order.order_type,
+                                    Client_name = order.client_name,
+                                    Account_time = order.account_time,
+                                    OutStatus = "宸插畬鎴�",
+                                    Client_no = order.client_no,
+                                    Warehouse_no = WareCodeDJ,
+                                    Details = order.details.Select(d => new Dt_DeliveryOrderDetail
+                                    {
+                                        Goods_no = d.goods_no,
+                                        Order_qty = DJQty,
+                                        Order_Outqty = DJQty,
+                                        Batch_num = d.batch_num,
+                                        Exp_date = d.exp_date,
+                                        Reservoirarea = WareCodeDJ,
+                                        OotDetailStatus = "宸插畬鎴�",
+                                        Status = 2,
+                                    }).ToList()
+                                };
+                                Repository.AddData(cabinOrder);
+                            }
+                            #endregion
+
+                            #region 鍒涘缓绔嬪簱鐩樼偣鍗�
+                            var entityOrder = new Dt_DeliveryOrder
+                            {
+                                Out_no = order.order_no,
+                                Out_type = order.order_type,
+                                Client_no = order.client_no,
+                                Account_time = order.account_time,
+                                OutStatus = "鏂板缓",
+                                Client_name = order.client_name,
+                                Warehouse_no = WareCodeLK,
+                                Details = order.details.Select(d => new Dt_DeliveryOrderDetail
+                                {
+                                    Goods_no = d.goods_no,
+                                    Order_qty = LkQty,
+                                    Batch_num = d.batch_num,
+                                    Exp_date = d.exp_date,
+                                    Reservoirarea = WareCodeLK,
+                                    OotDetailStatus = "鏂板缓",
+                                    Status = 0,
+                                }).ToList()
+                            };
+                            Repository.AddData(entityOrder);
+                            #endregion
+                        }
+                    }
                 }
-
-                return false;
             }
-            catch (Exception ex)
+            catch (Exception e)
             {
-                // 璁板綍鏃ュ織
-                Console.WriteLine($"鍒涘缓渚涘簲浠诲姟澶辫触锛歿ex.Message}");
-                return false;
+                content.Error(e.Message);
             }
+            return content;
         }
-
-
-
-        /// <summary>
-        /// 鐢熸垚闅忔満浠诲姟缂栧彿锛堥殢鏈烘暟 + 鏃堕棿鎴筹級
-        /// </summary>
-        /// <returns>浠诲姟缂栧彿</returns>
-        private int GenerateTaskNumber()
-        {
-            // 鐢熸垚4浣嶉殢鏈烘暟
-            Random random = new Random(Guid.NewGuid().GetHashCode());
-            int randomNum = random.Next(1000, 9999); // 1000-9999涔嬮棿鐨勯殢鏈烘暟
-
-
-            // 缁勫悎鎴愪换鍔$紪鍙凤細TASK + 鏃堕棿鎴� + 闅忔満鏁�
-            return randomNum;
-        }
+        #endregion
 
 
         //鐩樼偣 鎷挎暣涓壒娆′俊鎭〃鐨勫晢鍝佹壒鍙峰拰鍟嗗搧缂栧彿鏉ヨ繘琛岀洏鐐�
@@ -639,11 +810,11 @@
                 List<Dt_DeliveryOrder> dt_ReceiveOrders = new List<Dt_DeliveryOrder>();
                 if (string.IsNullOrEmpty(orderNo))
                 {
-                    dt_ReceiveOrders = Db.Queryable<Dt_DeliveryOrder>().Where(x => (x.OutStatus == "鏂板缓" || x.OutStatus == "寮�濮�") && x.Warehouse_no == warehouseCode && x.Out_type != "3").Includes(x => x.Details).OrderByDescending(x => x.CreateDate).ToPageList(pageNo, 5);
+                    dt_ReceiveOrders = Db.Queryable<Dt_DeliveryOrder>().Where(x => (x.OutStatus == "鏂板缓" || x.OutStatus == "寮�濮�") && x.Warehouse_no == warehouseCode && x.Out_type != "20").Includes(x => x.Details).OrderByDescending(x => x.CreateDate).ToPageList(pageNo, 5);
                 }
                 else
                 {
-                    dt_ReceiveOrders = Db.Queryable<Dt_DeliveryOrder>().Where(x => (x.Out_no.Contains(orderNo) || x.Client_no.Contains(orderNo)) && (x.OutStatus == "鏂板缓" || x.OutStatus == "寮�濮�") && x.Out_type != "3" && x.Warehouse_no == warehouseCode).OrderByDescending(x => x.CreateDate).Includes(x => x.Details).ToPageList(pageNo, 5);
+                    dt_ReceiveOrders = Db.Queryable<Dt_DeliveryOrder>().Where(x => (x.Out_no.Contains(orderNo) || x.Client_no.Contains(orderNo)) && (x.OutStatus == "鏂板缓" || x.OutStatus == "寮�濮�") && x.Out_type != "20" && x.Warehouse_no == warehouseCode).OrderByDescending(x => x.CreateDate).Includes(x => x.Details).ToPageList(pageNo, 5);
                 }
 
                 content.OK(data: dt_ReceiveOrders);
@@ -668,9 +839,9 @@
             WebResponseContent content = new WebResponseContent();
             Dt_DeliveryOrder cabinOrder = new Dt_DeliveryOrder();
             if (isPick)
-                cabinOrder = Db.Queryable<Dt_DeliveryOrder>().Includes(x => x.Details).First(x => x.Out_no == orderNo && x.Out_type == "3");
+                cabinOrder = Db.Queryable<Dt_DeliveryOrder>().Includes(x => x.Details).First(x => x.Out_no == orderNo && x.Out_type == "20");
             else
-                cabinOrder = Db.Queryable<Dt_DeliveryOrder>().Includes(x => x.Details).First(x => x.Out_no == orderNo && x.Out_type != "3");
+                cabinOrder = Db.Queryable<Dt_DeliveryOrder>().Includes(x => x.Details).First(x => x.Out_no == orderNo && x.Out_type != "20");
             //List<Dt_DeliveryOrderDetail>? cabinOrderDetails = cabinOrder.Details?.Where(x => x.Reservoirarea == pageNo.ToString()).ToList(); 
             List<Dt_DeliveryOrderDetail>? cabinOrderDetails = cabinOrder.Details?.Where(x => x.Status == 2).ToList();
             content.OK(data: cabinOrderDetails);
@@ -726,7 +897,7 @@
                     //_deliveryOrderDetailServices.Repository.DeleteAndMoveIntoHty(cabinOrderDetail, OperateTypeEnum.鑷姩瀹屾垚);
                 }
                 _deliveryOrderDetailServices.Repository.UpdateData(cabinOrderDetail);
-                var cabinOrder1 = BaseDal.Db.Queryable<Dt_DeliveryOrder>().Where(x => x.Out_no == cabinOrder.Out_no && x.Warehouse_no == supplyTask.WarehouseCode && x.Out_type != "3").Includes(x => x.Details).First();
+                var cabinOrder1 = BaseDal.Db.Queryable<Dt_DeliveryOrder>().Where(x => x.Out_no == cabinOrder.Out_no && x.Warehouse_no == supplyTask.WarehouseCode && x.Out_type != "20").Includes(x => x.Details).First();
                 if (!cabinOrder1.Details.Where(x => x.OotDetailStatus != "宸插畬鎴�").Any())
                     cabinOrder.OutStatus = "宸插畬鎴�";
                 Repository.UpdateData(cabinOrder);
@@ -781,8 +952,8 @@
                 {
                     materielInfo.Business_qty -= supplyTask.StockQuantity;
                     _basicService.MaterielInfoService.Repository.UpdateData(materielInfo);
-                    if (materielInfo.Business_qty < materielInfo.MinQty)
-                        CreateAllocatInOut(materielInfo);//鍒涘缓璋冩嫧浠诲姟
+                    //if (materielInfo.Business_qty < materielInfo.MinQty)
+                    //    CreateAllocatInOut(materielInfo);//鍒涘缓璋冩嫧浠诲姟
                 }
                 _unitOfWorkManage.CommitTran();
                 #endregion
@@ -790,121 +961,6 @@
             }
             catch (Exception ex)
             {
-                content.Error(ex.Message);
-            }
-            return content;
-        }
-
-
-        /// <summary>
-        /// 骞冲簱浜哄伐鎷f枡鍑哄簱澶勭悊锛堝嵆浜哄伐鎵爜鍑哄簱鏃惰皟鐢級
-        /// </summary>
-        /// <param name="saveModel"></param>
-        /// <returns></returns>
-        public WebResponseContent MatPicking(SaveModel saveModel)
-        {
-            WebResponseContent content = new WebResponseContent();
-            try
-            {
-                var LocationCode = saveModel.MainData["LocationCode"].ToString();
-                var orderNo = saveModel.MainData["orderNo"].ToString();
-                var batchNo = saveModel.MainData["batchNo"].ToString();
-                var Inqty = saveModel.MainData["Inqty"].ObjToInt();
-                var warehouseCode = saveModel.MainData["warehouseCode"].ToString();
-                Dt_DeliveryOrder cabinOrder = BaseDal.Db.Queryable<Dt_DeliveryOrder>().Where(x => x.Out_no == orderNo && x.Warehouse_no == warehouseCode && x.Out_type != "3").Includes(x => x.Details).First();
-                if (cabinOrder == null) return WebResponseContent.Instance.Error($"鍑哄簱鍗曞凡瀹屾垚");
-                Dt_DeliveryOrderDetail cabinOrderDetail = cabinOrder.Details.Where(x => x.Batch_num == batchNo && x.Reservoirarea == warehouseCode).First();
-                if (cabinOrderDetail == null) return WebResponseContent.Instance.Error($"鍑哄簱鍗曟槑缁嗗凡瀹屾垚");
-                Dt_MaterielInfo materielInfo = _basicService.MaterielInfoService.Repository.QueryFirst(x => x.MaterielCode == cabinOrderDetail.Goods_no);
-                if (materielInfo == null) return WebResponseContent.Instance.Error($"璇风淮鎶ょ墿鏂欑紪鍙枫�恵cabinOrderDetail.Goods_no}銆戠殑鐗╂枡淇℃伅");
-                cabinOrderDetail.Order_Outqty += Inqty;
-                if (cabinOrderDetail.Order_Outqty > cabinOrderDetail.Order_qty)
-                    return WebResponseContent.Instance.Error($"鍑哄簱鏁伴噺涓嶅彲瓒呭嚭鍗曟嵁鏁伴噺");
-
-                #region 澶勭悊鍑哄簱鍗曪紝璐т綅锛屽簱瀛橈紝搴撳瓨鎵规淇℃伅
-                _unitOfWorkManage.BeginTran();
-
-                #region 鍑哄簱鍗�
-                cabinOrder.OutStatus = "寮�濮�";
-                cabinOrderDetail.OotDetailStatus = "寮�濮�";
-                if (cabinOrderDetail.Order_Outqty == cabinOrderDetail.Order_qty)
-                {
-                    cabinOrderDetail.OotDetailStatus = "宸插畬鎴�";
-                    _deliveryOrderDetailServices.Repository.DeleteAndMoveIntoHty(cabinOrderDetail, OperateTypeEnum.鑷姩瀹屾垚);
-                }
-                else
-                {
-                    _deliveryOrderDetailServices.Repository.UpdateData(cabinOrderDetail);
-                }
-                var cabinOrder1 = BaseDal.Db.Queryable<Dt_DeliveryOrder>().Where(x => x.Out_no == cabinOrder.Out_no && x.Out_type != "3").Includes(x => x.Details).First();
-                if (cabinOrder1.Details == null || cabinOrder1.Details.Count < 1) cabinOrder.OutStatus = "宸插畬鎴�";
-                Repository.UpdateData(cabinOrder);
-                #endregion
-
-                #region 搴撳瓨
-                Dt_InventoryInfo inventoryInfo = _inventoryInfoService.Repository.QueryFirst(x => x.BatchNo == cabinOrderDetail.Batch_num && x.MaterielCode == cabinOrderDetail.Goods_no && x.LocationCode == LocationCode);
-                if (inventoryInfo == null) return WebResponseContent.Instance.Error($"鏈壘鍒拌揣浣嶃�恵LocationCode}銆戠殑搴撳瓨淇℃伅");
-                inventoryInfo.StockQuantity -= Inqty;
-                if (inventoryInfo.StockQuantity <= 0)
-                    _inventoryInfoService.DeleteData(inventoryInfo);
-                else
-                    _inventoryInfoService.UpdateData(inventoryInfo);
-                #endregion
-
-                #region 璐т綅
-                var location = _basicService.LocationInfoService.Repository.QueryFirst(x => x.LocationCode == LocationCode);
-                if (location == null) return WebResponseContent.Instance.Error($"璇风淮鎶よ揣浣嶇紪鍙枫�恵LocationCode}銆戠殑璐т綅淇℃伅");
-                if (location.EnableStatus == EnableStatusEnum.Disable.ObjToInt())
-                    return WebResponseContent.Instance.Error($"璐т綅缂栧彿銆恵LocationCode}銆戝凡绂佺敤锛岃鎭㈠姝e父鍐嶄娇鐢�");
-                Dt_InventoryInfo inventoryInfo1 = _inventoryInfoService.Repository.QueryFirst(x => x.LocationCode == LocationCode);
-                if (inventoryInfo1 == null)
-                {
-                    location.LocationStatus = LocationStatusEnum.Free.ObjToInt();
-                    _basicService.LocationInfoService.UpdateData(location);
-                }
-                #endregion
-
-                #region 浠诲姟璁板綍
-                Dt_SupplyTask supplyTask = new Dt_SupplyTask()
-                {
-                    WarehouseCode = cabinOrderDetail.Reservoirarea,
-                    BatchNo = inventoryInfo.BatchNo,
-                    MaterielName = inventoryInfo.MaterielName,
-                    MaterielCode = inventoryInfo.MaterielCode,
-                    MaterielSpec = inventoryInfo.MaterielSpec,
-                    TaskStatus = SupplyStatusEnum.OutFinish.ObjToInt(),
-                    TaskType = TaskTypeEnum.OutPick.ObjToInt(),
-                    CreateDate = DateTime.Now,
-                    Creater = App.User.UserName,
-                    LocationCode = location.LocationCode,
-                    OrderNo = cabinOrder.Out_no,
-                    StockQuantity = Inqty,
-                    SupplyQuantity = 0,
-                    Remark = "鍑哄簱"
-                };
-                _supplyTaskService.AddData(supplyTask);
-                #endregion
-
-                #region 搴撳瓨鎵规
-                Dt_Inventory_Batch inventory_Batch = _inventory_BatchServices.Repository.QueryFirst(x => x.BatchNo == inventoryInfo.BatchNo && x.MaterielCode == inventoryInfo.MaterielCode);
-                if (inventory_Batch != null)
-                {
-                    inventory_Batch.StockQuantity -= Inqty;
-                    if (inventory_Batch.StockQuantity <= 0)
-                        _inventory_BatchServices.DeleteData(inventory_Batch);
-                    else
-                        _inventory_BatchServices.UpdateData(inventory_Batch);
-                }
-                #endregion
-
-                _unitOfWorkManage.CommitTran();
-                #endregion
-
-                content.OK(cabinOrderDetail.Order_Outqty.ToString());
-            }
-            catch (Exception ex)
-            {
-                _unitOfWorkManage.RollbackTran();
                 content.Error(ex.Message);
             }
             return content;

--
Gitblit v1.9.3