Commit fc63c4ece0c3cca2a6bccd052c19960304d621a1

Authored by 房远帅
1 parent 1d8a4288

试样订单:产品试样确单-导出

@@ -172,6 +172,7 @@ public class ProductSampleConfirmationSlipController extends DefaultBaseControll @@ -172,6 +172,7 @@ public class ProductSampleConfirmationSlipController extends DefaultBaseControll
172 } 172 }
173 173
174 @ApiOperation("产品试样确认单") 174 @ApiOperation("产品试样确认单")
  175 + @HasPermission({"sample-order:confirmation-form:export"})
175 @GetMapping("/printConfirmationSlip") 176 @GetMapping("/printConfirmationSlip")
176 public void printConfirmationSlip(@NotBlank(message = "id不能为空") String id, HttpServletResponse response) throws IOException { 177 public void printConfirmationSlip(@NotBlank(message = "id不能为空") String id, HttpServletResponse response) throws IOException {
177 ProductSampleConfirmationSlip data = productSampleConfirmationSlipService.findById(id); 178 ProductSampleConfirmationSlip data = productSampleConfirmationSlipService.findById(id);