|
@ -429,7 +429,7 @@ public class SupplierdeliverRequestDetailServiceImpl implements SupplierdeliverR |
|
|
if(otherSumQty==null){ |
|
|
if(otherSumQty==null){ |
|
|
otherSumQty = BigDecimal.ZERO; |
|
|
otherSumQty = BigDecimal.ZERO; |
|
|
} |
|
|
} |
|
|
if(otherSumQty.compareTo(purchasePlanDetailRespVO.getPlanQty()) < 0){ |
|
|
if(otherSumQty.compareTo(purchasePlanDetailDO.getPlanQty()) < 0){ |
|
|
b = true; |
|
|
b = true; |
|
|
purchasePlanDetailRespVO.setIsShowCreateRequestButton(b); |
|
|
purchasePlanDetailRespVO.setIsShowCreateRequestButton(b); |
|
|
break; |
|
|
break; |
|
|