|
|
|
@ -108,6 +108,12 @@ public class DomesticCustomsRefundServiceImpl extends MpBaseServiceImpl<Domestic |
|
|
|
|
String qsType = (String)map.get("qsType"); |
|
|
|
|
map.put("qsType", dictdetaServcice.queryDictName(DictConstant.QS_TYPE, qsType)); |
|
|
|
|
|
|
|
|
|
if ("1".equals(map.get("inAccountStatus"))){ |
|
|
|
|
map.put("inAccountStatus","已入账"); |
|
|
|
|
}else { |
|
|
|
|
map.put("inAccountStatus","未入账"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (map.get("fillInDate") != null) { |
|
|
|
|
// map.put("fillInDate", sdf.format(map.get("fillInDate")));
|
|
|
|
|
map.put("fillInDate",map.get("fillInDate") ); |
|
|
|
@ -514,6 +520,11 @@ public class DomesticCustomsRefundServiceImpl extends MpBaseServiceImpl<Domestic |
|
|
|
|
map.put("authStatus", dictdetaServcice.queryDictName(DictConstant.AUTH_STATUS_ALL, authStatus)); |
|
|
|
|
String rzlx = (String)map.get("rzlx"); |
|
|
|
|
map.put("rzlx", dictdetaServcice.queryDictName(DictConstant.INVOICE_RZLX, rzlx)); |
|
|
|
|
if("1".equals(map.get("inAccountStatus"))){ |
|
|
|
|
map.put("inAccountStatus","已入账"); |
|
|
|
|
}else { |
|
|
|
|
map.put("inAccountStatus","未入账"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (map.get("fillInDate") != null) { |
|
|
|
|
map.put("fillInDate", map.get("fillInDate")); |
|
|
|
|