|
|
|
@@ -208,7 +208,7 @@ fun recordSecondScanIssue( |
|
|
|
jobOrderService.printPickRecord(request) |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("/FGPickRecordLabel") |
|
|
|
@PostMapping("/FGStockInLabel") |
|
|
|
@Throws(UnsupportedEncodingException::class, NoSuchMessageException::class, ParseException::class, Exception::class) |
|
|
|
fun exportFGStockInLabel(@Valid @RequestBody request: ExportFGStockInLabelRequest, response: HttpServletResponse){ |
|
|
|
response.characterEncoding = "utf-8" |
|
|
|
@@ -220,7 +220,7 @@ fun recordSecondScanIssue( |
|
|
|
out.write(JasperExportManager.exportReportToPdf(jasperPrint)) |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/print-FGPickRecordLabel") |
|
|
|
@GetMapping("/print-FGStockInLabel") |
|
|
|
fun printStockInLabel(@ModelAttribute request: PrintFGStockInLabelRequest){ |
|
|
|
jobOrderService.printFGStockInLabel(request) |
|
|
|
} |
|
|
|
|