|
|
|
@ -530,6 +530,7 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
String rzhYesorno = (String)map.get("rzhYesorno"); |
|
|
|
|
String invoiceStatus = (String)map.get("invoiceStatus"); |
|
|
|
|
String authStatus = (String)map.get("authStatus"); |
|
|
|
|
String postingTime = (String)map.get("postingTime"); |
|
|
|
|
|
|
|
|
|
map.put("xh", |
|
|
|
|
String.valueOf((((page.getCurrent() == 0 ? 1 : page.getCurrent()) - 1) * page.getSize()) + i + 1)); |
|
|
|
@ -546,6 +547,7 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
map.put("authStatus", dictdetaServcice.queryDictName(DictConstant.AUTH_STATUS_ALL, authStatus)); |
|
|
|
|
map.put("bdkStatus", dictdetaServcice.queryDictName(DictConstant.BDK_STATUS, bdkStatus)); |
|
|
|
|
map.put("cxrzStatus", dictdetaServcice.queryDictName(DictConstant.CXRZ_STATUS, cxrzStatus)); |
|
|
|
|
map.put("postingTime", StringUtils.isNotEmpty(postingTime) ? postingTime.replace("T"," ") : ""); |
|
|
|
|
|
|
|
|
|
if ("1".equals(map.get("inAccountStatus"))){ |
|
|
|
|
map.put("inAccountStatus","已入账"); |
|
|
|
|