|
|
|
@ -547,7 +547,7 @@ public class InvLinkInfoServiceImpl implements InvLinkInfoService {
|
|
|
|
|
// invInvoiceSplitMapper.add(splitcheck);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//对当前金额取余
|
|
|
|
|
//对当前金额与开票限额取余
|
|
|
|
|
BigDecimal[] results = feeinfo.getAmount().divideAndRemainder(checkinvocie);
|
|
|
|
|
int size = results[0].intValue();
|
|
|
|
|
for(int m=0;m<size;m++){
|
|
|
|
@ -828,6 +828,7 @@ public class InvLinkInfoServiceImpl implements InvLinkInfoService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//生成页面数据信息
|
|
|
|
|
@Override
|
|
|
|
|
public InvLinkInfo getInfo(InvLinkInfo info) {
|
|
|
|
|
|
|
|
|
@ -928,6 +929,7 @@ public class InvLinkInfoServiceImpl implements InvLinkInfoService {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//页面展示发票信息拼接
|
|
|
|
|
link.setUsdInvoiceAmount(usdInvoiceAmount);
|
|
|
|
|
link.setRmbAmount(rmbamount);
|
|
|
|
|
link.setUsdAmount(usdamount);
|
|
|
|
|