|
|
|
@ -49,13 +49,13 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl<ExtInvoicePoolD |
|
|
|
|
try { |
|
|
|
|
String[] titlelist = {"序号", "发票类型", "发票代码", "发票号码", "发票状态", "开票日期", "销方名称", "销方税号", "金额", "税额", "有效税额", |
|
|
|
|
"价税合计", "认证状态", "认证类型", "认证日期", "认证方式", "认证人", "采集状态", "底账库采集时间", "采集来源", "签收方式", "签收状态", "签收日期", "签收人", |
|
|
|
|
"入账月份", "凭证号", "过账时间", "影像号", "账期","是否末次摊销", "摊销金额", "剩余金额", "业务单号", "入池时间","报账单号","入账状态","所属组织"}; |
|
|
|
|
"入账月份", "凭证号", "过账时间", "影像号", "账期","是否末次摊销", "摊销金额", "剩余金额", "业务单号", "入池时间","报账单号","报账人","入账状态","所属组织"}; |
|
|
|
|
|
|
|
|
|
String[] titleprop = {"xh", "invoiceType", "invoiceCode", "invoiceNo", "invoiceStatus", "invoiceDate", |
|
|
|
|
"xfmc", "xfsh", "invoiceAmount", "taxAmount", "yxse", "totalAmount", "rzzt", "rzlx", "rzrq", "rzfs", |
|
|
|
|
"rzr", "collectStatus", "collectDate", "collectFrom", "qsfs", "qszt", "qsrq", "qsr", "inAccountMonth", |
|
|
|
|
"snVoucherNumber","postingTime","imageNumber","accountPeriod", "amortizeStatus", "amortizeAmount", "remainAmortizeAmount", |
|
|
|
|
"documentNumber", "createDate","bzdh","inAccountStatus","compCode"}; |
|
|
|
|
"documentNumber", "createDate","bzdh","bzr","inAccountStatus","compCode"}; |
|
|
|
|
// 需要设置返回列表标题时调用
|
|
|
|
|
json = super.setTitleList(titlelist, titleprop); |
|
|
|
|
PageHelper.startPage(curr, size); |
|
|
|
@ -217,10 +217,10 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl<ExtInvoicePoolD |
|
|
|
|
try { |
|
|
|
|
String[] titlelist = |
|
|
|
|
{"序号", "发票类型", "发票代码", "发票号码", "开票日期", "金额", "签收状态", "签收日期", "签收方式", "签收人", "业务单号" |
|
|
|
|
, "入池时间","凭证号", "过账时间", "影像号", "账期","报账单号","入账状态","所属组织"}; |
|
|
|
|
, "入池时间","凭证号", "过账时间", "影像号", "账期","报账单号","报账人","入账状态","所属组织"}; |
|
|
|
|
String[] titleprop = {"xh", "invoiceTypeString", "invoiceCode", "invoiceNo", "invoiceDate", "invoiceAmount", |
|
|
|
|
"qszt", "qsrq", "qsfs", "qsr", "businessDocumentNumber", "createDate","snVoucherNumber", "postingTime", |
|
|
|
|
"imageNumber","accountPeriod","bzdh","inAccountStatus","compCode"}; |
|
|
|
|
"imageNumber","accountPeriod","bzdh","bzr","inAccountStatus","compCode"}; |
|
|
|
|
// 需要设置返回列表标题时调用
|
|
|
|
|
json = super.setTitleList(titlelist, titleprop); |
|
|
|
|
PageHelper.startPage(curr, size); |
|
|
|
@ -310,13 +310,13 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl<ExtInvoicePoolD |
|
|
|
|
try { |
|
|
|
|
String[] titlelist = {"序号", "发票类型", "发票代码", "发票号码", "发票状态", "开票日期", "购方名称", "购方税号", "金额", "税额", "价税合计", |
|
|
|
|
"清单标志", "备注", "优惠政策类型", "采集状态", "采集时间", "采集来源", "签收方式", "对接系统", "签收状态", "签收日期", "签收人", "入账月份", |
|
|
|
|
"凭证号", "业务单号", "入池时间","影像号","账期","过账日期","报账单号","入账状态","所属组织"}; |
|
|
|
|
"凭证号", "业务单号", "入池时间","影像号","账期","过账日期","报账单号","报账人","入账状态","所属组织"}; |
|
|
|
|
|
|
|
|
|
String[] titleprop = {"xh", "invoiceType", "invoiceCode", "invoiceNo", "invoiceStatus", "invoiceDate", |
|
|
|
|
"gfmc", "gfsh", "invoiceAmount", "taxAmount", "totalAmount", "listStatus", "remark", "incentiveFlag", |
|
|
|
|
"collectStatus", "collectDate", "collectFrom", "qsfs", "systemName", "qszt", "qsrq", "qsr", |
|
|
|
|
"inAccountMonth", "snVoucherNumber", "documentNumber", "createDate","imageNumber","accountPeriod" |
|
|
|
|
,"postingTime","bzdh","inAccountStatus","compCode"}; |
|
|
|
|
,"postingTime","bzdh","bzr","inAccountStatus","compCode"}; |
|
|
|
|
// 需要设置返回列表标题时调用
|
|
|
|
|
json = super.setTitleList(titlelist, titleprop); |
|
|
|
|
PageHelper.startPage(curr, size); |
|
|
|
|