|
@@ -1141,7 +1141,7 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
/* fieldSetImmediately(hj,InterimPaymentCertificate::getCurrentPeriodEndPay,hj::setCurrentPeriodEndPay,x->!x.getIsSummary(),InterimPaymentCertificate::getInvertState);
|
|
|
fieldSetImmediately(hj,InterimPaymentCertificate::getPreviousPeriodEndPay,hj::setPreviousPeriodEndPay,x->!x.getIsSummary(),InterimPaymentCertificate::getInvertState);
|
|
|
fieldSetImmediately(hj,InterimPaymentCertificate::getCurrentPeriodPay,hj::setCurrentPeriodPay,x->!x.getIsSummary(),InterimPaymentCertificate::getInvertState);*/
|
|
|
- addGetSetConfig(hj,InterimPaymentCertificate::getContractAmount,hj::setContractAmount);
|
|
|
+ /*addGetSetConfig(hj,InterimPaymentCertificate::getContractAmount,hj::setContractAmount);*/
|
|
|
addGetSetConfig(hj,InterimPaymentCertificate::getCurrentPeriodEndPay,hj::setCurrentPeriodEndPay);
|
|
|
addGetSetConfig(hj,InterimPaymentCertificate::getPreviousPeriodEndPay,hj::setPreviousPeriodEndPay);
|
|
|
addGetSetConfig(hj,InterimPaymentCertificate::getCurrentPeriodPay,hj::setCurrentPeriodPay);
|
|
@@ -1150,7 +1150,7 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
payItemZj.add(new InterimPaymentCertificate("违约罚金",MINUS_ONE));
|
|
|
payItemZj.add(new InterimPaymentCertificate("迟付款利息"));
|
|
|
InterimPaymentCertificate startPay =new InterimPaymentCertificate("动员预付款");
|
|
|
- startPay.setContractAmount(StringUtils.handleNull(tec.meterInfo.getBaseInfo().getDyTotalAmount()));
|
|
|
+ /*startPay.setContractAmount(StringUtils.handleNull(tec.meterInfo.getBaseInfo().getDyTotalAmount()));*/
|
|
|
if(tec.meterInfo.getStartPayFormAll()!=null){
|
|
|
/*中期计量第一期之前的*/
|
|
|
List<StartPayForm> startPayForm = tec.getMeterInfo().getStartPayFormAll();
|
|
@@ -1652,7 +1652,7 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
}
|
|
|
sis.setCompleted(end.getCompleted().toPlainString());
|
|
|
sis.setCurrentPeriodEndPay(end.getMoney().toPlainString());
|
|
|
- sis.setPayRatio(ratioFc.apply(sis.getCurrentPeriodEndPay(), sis.getChangeMoney()));
|
|
|
+ sis.setPayRatio(ratioFc.apply(sis.getCurrentPeriodEndPay(), sis.getChangeMoney())+"%");
|
|
|
}
|
|
|
totalList.add(sis);
|
|
|
});
|