1
duyongjia
2025-02-27 bc33400f93631bf9c8dec0ff09cbe9a504bf9734
ÏîÄ¿´úÂë/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)