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