|
|
|
@ -218,8 +218,8 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl<ExtInvoicePoolD |
|
|
|
|
{"序号", "发票类型", "发票代码", "发票号码", "开票日期", "金额", "签收状态", "签收日期", "签收方式", "签收人", "业务单号" |
|
|
|
|
, "入池时间","凭证号", "过账时间", "影像号", "账期","报账单号","入账状态"}; |
|
|
|
|
String[] titleprop = {"xh", "invoiceTypeString", "invoiceCode", "invoiceNo", "invoiceDate", "invoiceAmount", |
|
|
|
|
"qszt", "qsrq", "qsfs", "qsr", "businessDocumentNumber", "createDate","voucherNo", "postingTime", |
|
|
|
|
"imageId","accountPeriod","bzdh","inAccountStatus"}; |
|
|
|
|
"qszt", "qsrq", "qsfs", "qsr", "businessDocumentNumber", "createDate","snVoucherNumber", "postingTime", |
|
|
|
|
"imageNumber","accountPeriod","bzdh","inAccountStatus"}; |
|
|
|
|
// 需要设置返回列表标题时调用
|
|
|
|
|
json = super.setTitleList(titlelist, titleprop); |
|
|
|
|
PageHelper.startPage(curr, size); |
|
|
|
|