| | |
| | | return Result.success(insOrderPlanService.verifyPlan(orderId, laboratory, type, tell)); |
| | | } |
| | | |
| | | @ValueClassify("检验任务") |
| | | @ValueAuth |
| | | @ApiOperation(value = "校验检验任务提交") |
| | | @PostMapping("/checkSubmitPlan") |
| | | public Result<?> checkSubmitPlan(Integer orderId, String laboratory) { |
| | |
| | | return Result.success(); |
| | | } |
| | | |
| | | @ValueClassify("检验任务") |
| | | @ValueAuth |
| | | @ApiOperation(value = "查看检验单下的附件列表") |
| | | @PostMapping("/getFileList") |
| | | public Result<?> getFileList(@RequestBody Map<String, Object> data) throws Exception { |
| | |
| | | return Result.success(insOrderFileService.removeById(id)); |
| | | } |
| | | |
| | | @ValueAuth |
| | | @ValueClassify("检验任务") |
| | | @ApiOperation(value = "下载附件") |
| | | @PostMapping("/downFile") |