| | |
| | | } |
| | | |
| | | //分架新增明细查询 |
| | | @ApiOperation("分架明细新增接口") |
| | | @ApiOperation("分架新增明细查询") |
| | | @PostMapping("/selectNoCard/{orderId}/{productionId}") |
| | | public Result SelectNoCard( |
| | | @PathVariable String orderId, |
| | |
| | | |
| | | } |
| | | |
| | | @ApiOperation("分架新增明细排序查询") |
| | | @PostMapping("/selectSortingCard/{orderId}/{productionId}/{flashback}/{optionVal}") |
| | | public Result selectSortingCard( |
| | | @PathVariable String orderId, |
| | | @PathVariable String productionId, |
| | | @PathVariable String flashback, |
| | | @PathVariable String optionVal, |
| | | @RequestBody FlowCard flowCard) { |
| | | return Result.seccess(flowCardService.selectSortingCardSv(orderId, productionId,flashback,optionVal, flowCard)); |
| | | |
| | | } |
| | | |
| | | //添加流程卡 |
| | | @ApiOperation("流程卡创建接口") |
| | | @SaCheckPermission("addProcessCard.add") |