1
z8018
2025-12-18 ac41328b60be3795adfd220bbff4bf21201c0055
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundService.cs
@@ -110,6 +110,7 @@
            PickingOutboundResponseDTO response = new PickingOutboundResponseDTO();
            try
            {
                _unitOfWorkManage.BeginTran();
                // 1. 璁$畻鍑哄簱鏁伴噺閫昏緫
                OutboundCalculationDTO calculationResult = CalcOutboundQuantity(request);
@@ -1485,7 +1486,6 @@
                    if (CheckOutboundOrderCompleted(request.OrderNo))
                    {
                        UpdateOutboundOrderStatus(request.OrderNo, OutOrderStatusEnum.鍑哄簱瀹屾垚.ObjToInt());
                        //todo: 鍥炰紶MES
                    }