duyongjia
2025-01-09 9cad1c10e12746b9f8d7b6bb1c4515c0ea613761
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -372,7 +372,12 @@
                }
                if (itemData.Count > 0)
                {
                    _sys_JobService.CallPutAway(request);
                   WebResponseContent content=  _sys_JobService.CallPutAway(request);
                   if (content != null&&content.Message== "上架回传成功") //如果上架成功,修改库存状态为已上架
                    {
                        stockInfo.StockStatus = StockStatusEmun.已上架.ObjToInt();
                        _stockService.StockInfoService.Repository.UpdateData(stockInfo);
                    }
                }
            }
            catch(Exception ex)