| | |
| | | } |
| | | } |
| | | |
| | | @ApiOperation("订单保存") |
| | | @ApiOperation("订单表头保存") |
| | | @PostMapping("/saveOrderTitle") |
| | | @SaCheckPermission("createOrder.add") |
| | | public Result saveOrderTitle(@RequestBody Map<String, Object> orderMap) throws Exception { |
| | |
| | | |
| | | return Result.seccess(orderService.printOrderProductGlassDetail(orderId)); |
| | | } |
| | | @ApiOperation("订单加工单打印-成品2") |
| | | @GetMapping ("/printOrderProductDetail/{orderId}/{selectedValues}") |
| | | public Result printOrderProductDetail(@PathVariable String orderId,@PathVariable List<String> selectedValues) { |
| | | |
| | | return Result.seccess(orderService.printOrderProductDetails(orderId,selectedValues)); |
| | | } |
| | | |
| | | |
| | | } |