| | |
| | | return success(new PageResult<>(buildWorkOrderRespVOList(pageResult.getList()), pageResult.getTotal())); |
| | | } |
| | | |
| | | @GetMapping("/approve-process-list") |
| | | @Operation(summary = "获取审批报工的流程定义列表") |
| | | @PreAuthorize("@ss.hasPermission('mes:pro-work-order:query')") |
| | | public CommonResult<List<Map<String, Object>>> getWorkOrderApproveProcessDefinitionList() { |
| | | return success(workOrderService.getWorkOrderApproveProcessDefinitionList()); |
| | | } |
| | | |
| | | @GetMapping("/schedule-page") |
| | | @Operation(summary = "获得生产工单调度状态分页") |
| | | @PreAuthorize("@ss.hasPermission('mes:pro-work-order:query')") |