|
|
|
@ -1365,7 +1365,11 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
detail.setZBHSJEY(f.getJE()); |
|
|
|
|
detail.setZZSEY(f.getSE()); |
|
|
|
|
detail.setZHSJEY(new BigDecimal(f.getJE()).add(new BigDecimal(f.getSE())).toString()); |
|
|
|
|
detail.setZZDJFP(new BigDecimal(f.getDJ()).multiply(new BigDecimal(f.getSL()).add(BigDecimal.ONE)).setScale(ConfigureConstant.INT_8,BigDecimal.ROUND_HALF_EVEN).toString()); |
|
|
|
|
if(StrUtil.isBlank(f.getDJ())){ |
|
|
|
|
detail.setZZDJFP(""); |
|
|
|
|
}else { |
|
|
|
|
detail.setZZDJFP(new BigDecimal(f.getDJ()).multiply(new BigDecimal(f.getSL()).add(BigDecimal.ONE)).setScale(ConfigureConstant.INT_8,BigDecimal.ROUND_HALF_EVEN).toString()); |
|
|
|
|
} |
|
|
|
|
detail.setINVOICEDATE(ddfpxx.getKPRQ()); |
|
|
|
|
detail.setINVOICETYPE(ddfpxx.getFPLXDM()); |
|
|
|
|
detail.setZHWMC(f.getXMMC()); |
|
|
|
|