| | |
| | | } |
| | | |
| | | @RequestMapping(value = "/trayCode/list/auth") |
| | | // @ManagerAuth |
| | | @ManagerAuth |
| | | public R list(@RequestParam(defaultValue = "1")Integer curr, |
| | | @RequestParam(defaultValue = "10")Integer limit, |
| | | @RequestParam(required = false)String orderByField, |
| | |
| | | } |
| | | |
| | | @PostMapping(value = "/trayCode/print/preview") |
| | | // @ManagerAuth |
| | | @ManagerAuth |
| | | public R printPreview(@RequestParam String startNo, |
| | | @RequestParam Integer count, |
| | | @RequestParam Integer type) { |
| | |
| | | } |
| | | |
| | | @RequestMapping(value = "/trayCode/print/auth") |
| | | // @ManagerAuth(memo = "托盘码打印") |
| | | @ManagerAuth(memo = "托盘码打印") |
| | | public R print(@RequestParam String startNo, |
| | | @RequestParam Integer count, |
| | | @RequestParam Integer type){ |