chenlu
2025-02-12 33ef2b3bd1e97e392605ff4ca9a1b01f931cf447
north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -214,7 +214,7 @@
        return Result.seccess(flowCardService.getSelectPrintLabelDetails(object));
    }
    @ApiOperation("打印自定义标签数据查询接口")
    @ApiOperation("打印自定义标签数据查询接口明细")
    @PostMapping("/getSelectPrintCustomLabel/{type}/{lableType}")
    public Result getSelectPrintCustomLabel( @PathVariable String type,
                                             @PathVariable Integer lableType,
@@ -223,6 +223,15 @@
    }
    @ApiOperation("打印自定义标签数据查询接口")
    @PostMapping("/getSelectPrintCustomLabel2/{type}/{lableType}")
    public Result getSelectPrintCustomLabel2( @PathVariable String type,
                                             @PathVariable Integer lableType,
                                             @RequestBody Map<String, Object> object) {
        return Result.seccess(flowCardService.getSelectPrintCustomLabelSv2(type,lableType,object));
    }
    @ApiOperation("复选框修改排版状态")
    @SaCheckPermission("selectProcessCard.review")
    @PostMapping("/updateComposing")