|
|
|
@ -283,7 +283,7 @@ public class InvInnerOrderPrintController {
|
|
|
|
|
Map<String,Object> map=new HashMap<>();
|
|
|
|
|
map.put("data",printEntities);
|
|
|
|
|
String param = JSON.toJSONString(map);
|
|
|
|
|
JasperUtils.jasperReport(request, response, param, filePath + "/pdf/template/" + systemPDFTemplateEntity.getPath(), "pdf");
|
|
|
|
|
JasperUtils.jasperReport(request, response, param, filePath + "/pdf/template/" + FileUtils.getLastFileName(systemPDFTemplateEntity.getPath()), "pdf");
|
|
|
|
|
|
|
|
|
|
String orderId = "";
|
|
|
|
|
for (InnerOrderPrintResponse InnerOrderPrintResponse : mStockPrintEntities) {
|
|
|
|
|