|
|
|
@ -194,7 +194,6 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
vo.setTaxAmount( |
|
|
|
|
AmountFormatUtil.fmtMicrometer(MathUtil.round(pageList.get(i).getTaxAmount().toString()))); |
|
|
|
|
vo.setInvoiceStatus(dictdetaServcice.queryDictName(DictConstant.INVOICE_STATUS, pageList.get(i).getInvoiceStatus())); |
|
|
|
|
vo.setRzzt(dictdetaServcice.queryDictName(DictConstant.AUTH_STATUS_ALL, pageList.get(i).getAuthStatus())); |
|
|
|
|
vo.setInvoiceType(pageList.get(i).getInvoiceType()); |
|
|
|
|
vo.setBzdh(pageList.get(i).getBzdh()); |
|
|
|
|
vo.setCompCode(pageList.get(i).getCompCode()); |
|
|
|
|