|
|
|
@ -366,6 +366,8 @@ public class WarehouseWarehousingEntryServiceImpl extends BaseServiceImpl<Wareho
|
|
|
|
|
|
|
|
|
|
Integer loadingType = warehousingDetail.getLoadingType(); |
|
|
|
|
if (Func.isNotEmpty(loadingType)){ |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>>>>入库单录入》》》》》》》》》》loadingType:{}",warehousingDetail.getLoadingType()); |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>>>>入库单录入》》》》》》》》》》allocationId:{}",warehousingDetail.getAllocationId()); |
|
|
|
|
if (loadingType.equals(1)){ |
|
|
|
|
//上架至库位
|
|
|
|
|
List<UpShelfStockDTO> list = new ArrayList<>(); |
|
|
|
|