|
@@ -109,6 +109,8 @@ public class SubprojectInterimPaymentSummary implements DataModel{
|
|
if(data!=null&&data.size()>0){
|
|
if(data!=null&&data.size()>0){
|
|
/*合同金额*/
|
|
/*合同金额*/
|
|
count(this::setContractMoney,data,SubprojectInterimPaymentSummary::getContractMoney,scale);
|
|
count(this::setContractMoney,data,SubprojectInterimPaymentSummary::getContractMoney,scale);
|
|
|
|
+ /*到上期末累计*/
|
|
|
|
+ count(this::setPreviousPeriodPay,data,SubprojectInterimPaymentSummary::getPreviousPeriodPay,scale);
|
|
/*本次支付*/
|
|
/*本次支付*/
|
|
count(this::setCurrentPeriodPay,data,SubprojectInterimPaymentSummary::getCurrentPeriodPay,scale);
|
|
count(this::setCurrentPeriodPay,data,SubprojectInterimPaymentSummary::getCurrentPeriodPay,scale);
|
|
/*本次累计支付*/
|
|
/*本次累计支付*/
|