| | |
| | | } |
| | | |
| | | @ApiOperation("返工流程卡明细查询接口") |
| | | @SaCheckPermission("printFlowCard.search") |
| | | @SaCheckPermission("printReworkFlowCard.search") |
| | | @PostMapping("/selectPrint/{selectTime1}/{selectTime2}") |
| | | public Result selectPrint( |
| | | @PathVariable Date selectTime1, |
| | |
| | | public Result deleteRework( @RequestBody Map<String,Object> object){ |
| | | return Result.seccess(reworkService.deleteReworkSv(object)); |
| | | } |
| | | |
| | | @ApiOperation("返工打印自定义标签数据查询接口") |
| | | @PostMapping("/getSelectReworkPrintCustomLabel/{type}/{lableType}") |
| | | public Result getSelectReworkPrintCustomLabel( @PathVariable String type, |
| | | @PathVariable Integer lableType, |
| | | @RequestBody Map<String, Object> object) { |
| | | return Result.seccess(reworkService.getSelectReworkPrintCustomLabel(type,lableType,object)); |
| | | |
| | | } |
| | | } |