|
|
@ -5841,9 +5841,11 @@ public class DistributionStockupServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
//订制品
|
|
|
|
//订制品
|
|
|
|
if (!packageEntityList.isEmpty() && packageEntityList.size() > 0) { |
|
|
|
if (!packageEntityList.isEmpty() && packageEntityList.size() > 0) { |
|
|
|
packageFlag = packageEntityList.stream().allMatch(a->OrderPackageStockupStatusConstant.yibeihu.getValue().equals(a.getOrderPackageStockupStatus())); |
|
|
|
packageFlag = packageEntityList.stream().allMatch(a->OrderPackageStockupStatusConstant.yibeihu.getValue().equals(a.getOrderPackageStockupStatus())); |
|
|
|
}else { |
|
|
|
} else { |
|
|
|
packageFlag = true; |
|
|
|
packageFlag = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}else { |
|
|
|
|
|
|
|
packageFlag = true; |
|
|
|
} |
|
|
|
} |
|
|
|
//库存品
|
|
|
|
//库存品
|
|
|
|
if (!inventoryList.isEmpty() && inventoryList.size() > 0) { |
|
|
|
if (!inventoryList.isEmpty() && inventoryList.size() > 0) { |
|
|
|