@ -188,18 +188,46 @@ public class WarehouseGoodsAllocationServiceImpl extends BaseServiceImpl<Warehou
@Override
public IPage < WarehouseVisualizationVO > selectAllwrap ( WarehouseGoodsAllocationDTO warehouseGoodsAllocation , IPage < WarehouseVisualizationVO > page ) {
//查询货位包件
List < WarehouseVisualizationVO > list = baseMapper . selectAllwrap ( page , warehouseGoodsAllocation ) ;
List < WarehouseVisualizationVO > list = null ;
switch ( warehouseGoodsAllocation . getAreaType ( ) ) {
case "1" : list = baseMapper . selectStockUpAllocationWrap ( page , warehouseGoodsAllocation ) ;
break ;
case "2" : list = baseMapper . selectAllwrap ( page , warehouseGoodsAllocation ) ;
break ;
}
return page . setRecords ( list ) ;
}
@Override
public IPage < WarehouseStockListZationVO > selectAllInventory ( WarehouseGoodsAllocationDTO warehouseGoodsAllocation , IPage < WarehouseStockListZationVO > page ) {
List < WarehouseStockListZationVO > list = null ;
switch ( warehouseGoodsAllocation . getAreaType ( ) ) {
case "1" : list = baseMapper . selectStockUpInventory ( page , warehouseGoodsAllocation ) ;
break ;
case "2" : list = baseMapper . selectAllInventory ( page , warehouseGoodsAllocation ) ;
break ;
}
//查询货位库存品
List < WarehouseStockListZationVO > list = baseMapper . selectAllInventory ( page , warehouseGoodsAllocation ) ;
return page . setRecords ( list ) ;
}
@Override
public IPage < WarehouseStockArticleZationVO > selectAllZeroOrder ( WarehouseStockArticleZationDTO warehouseStockArticleZationDTO , IPage < WarehouseStockArticleZationVO > page ) {
//查询库位的零担
List < WarehouseStockArticleZationVO > list = null ;
switch ( warehouseStockArticleZationDTO . getAreaType ( ) ) {
case "1" : list = baseMapper . selectStockUpZeroOrder ( page , warehouseStockArticleZationDTO ) ;
break ;
case "2" : list = baseMapper . selectAllZeroOrder ( page , warehouseStockArticleZationDTO ) ;
break ;
}
return page . setRecords ( list ) ;
}
@Override
public IPage < WarehouseStockListZationVO > selectInventory ( WarehouseStockListZationDTO warehouseGoodsAllocation , IPage < WarehouseStockListZationVO > page ) {
//查询没有上架的库存品
@ -270,31 +298,7 @@ public class WarehouseGoodsAllocationServiceImpl extends BaseServiceImpl<Warehou
@Override
public IPage < WarehouseStockArticleZationVO > selectAllZeroOrder ( WarehouseStockArticleZationDTO warehouseStockArticleZationDTO , IPage < WarehouseStockArticleZationVO > page ) {
//查询库位的零担
List < WarehouseStockArticleZationVO > list = baseMapper . selectAllZeroOrder ( page , warehouseStockArticleZationDTO ) ;
// for (WarehouseStockArticleZationVO warehouseStockArticleZationVO : list) {
// List<WarehouseUpdownGoodsEntity> warehouseUpdownGoodsEntityList= warehouseUpdownGoodsService.list(new QueryWrapper<WarehouseUpdownGoodsEntity>().lambda()
// .eq(WarehouseUpdownGoodsEntity::getAssociationValue, warehouseStockArticleZationVO.getOrderCode())
// .eq(WarehouseUpdownGoodsEntity::getAssociationType,"1")
// );
// Integer useNum = 0;
// Integer totalNumber = warehouseStockArticleZationVO.getTotalNumber();//合同数量
// List<ZeroOrderAllocationVO> ls = new ArrayList<>();
// for (WarehouseUpdownGoodsEntity warehouseUpdownGoodsEntity : warehouseUpdownGoodsEntityList) {
// Integer num = warehouseUpdownGoodsEntity.getNum();
// useNum = useNum +num;
// ZeroOrderAllocationVO zeroOrderAllocationVO = new ZeroOrderAllocationVO();
// zeroOrderAllocationVO.setAllocation(warehouseUpdownGoodsEntity.getPositionCode());
// zeroOrderAllocationVO.setNum(num);
// ls.add(zeroOrderAllocationVO);
// }
// warehouseStockArticleZationVO.setResidueNumber(totalNumber-useNum);
// warehouseStockArticleZationVO.setList(ls);
// }
return page . setRecords ( list ) ;
}
@Override
public locationsnubVO selectlocationsnub ( Long warehouseId ) {
@ -413,16 +417,7 @@ public class WarehouseGoodsAllocationServiceImpl extends BaseServiceImpl<Warehou
return baseMapper . selectAllocationInfo ( lss ) ;
}
/ * *
* @param warehouseGoodsAllocation
* @param page
* @return
* /
@Override
public IPage < WarehouseVisualizationVO > selectStockUpAllocationWrap ( WarehouseGoodsAllocationDTO warehouseGoodsAllocation , IPage < WarehouseVisualizationVO > page ) {
List < WarehouseVisualizationVO > list = baseMapper . selectStockUpAllocationWrap ( page , warehouseGoodsAllocation ) ;
return page . setRecords ( list ) ;
}
/ * *
* @param warehouseStockArticleZationDTO