Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -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); |