项目代码/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService_Inbound.cs
@@ -398,6 +398,11 @@ stockInfoOld.StockLength = stockLength; stockInfoOld.StockOutLength = 0; stockInfoOld.WarehouseId = WarehouseEnum.LLDYL.ObjToInt(); List<Dt_OutLineView> outLineViewsDel = _outboundRepository.OutLineViewRepository.QueryData(x=>x.PalletCode==stockInfoOld.PalletCode); if (outLineViewsDel.Count>0) { _outboundRepository.OutLineViewRepository.DeleteData(outLineViewsDel); } content.OK("鎴愬姛",data:stockInfoOld); } catch (Exception ex)