|
@@ -1195,11 +1195,11 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
}
|
|
}
|
|
payItemZj.add(startPay);
|
|
payItemZj.add(startPay);
|
|
payItemZj.add(new InterimPaymentCertificate("扣回动员预付款"));
|
|
payItemZj.add(new InterimPaymentCertificate("扣回动员预付款"));
|
|
- InterimPaymentCertificate clsbdfk=new InterimPaymentCertificate("材料设备垫付款");
|
|
|
|
|
|
+ InterimPaymentCertificate clsbdfk=new InterimPaymentCertificate("材料预付款");
|
|
/*材料预付款关联*/
|
|
/*材料预付款关联*/
|
|
clsbdfk.setCurrentPeriodPay(materialSum);
|
|
clsbdfk.setCurrentPeriodPay(materialSum);
|
|
payItemZj.add(clsbdfk);
|
|
payItemZj.add(clsbdfk);
|
|
- payItemZj.add(new InterimPaymentCertificate("扣回材料设备垫付款"));
|
|
|
|
|
|
+ payItemZj.add(new InterimPaymentCertificate("扣回材料预付款"));
|
|
blj=new InterimPaymentCertificate("保留金",MINUS_ONE);
|
|
blj=new InterimPaymentCertificate("保留金",MINUS_ONE);
|
|
payItemZj.add(blj);
|
|
payItemZj.add(blj);
|
|
InterimPaymentCertificate thblj=new InterimPaymentCertificate("返回保留金");
|
|
InterimPaymentCertificate thblj=new InterimPaymentCertificate("返回保留金");
|