| | |
| | | // return R.ok("组托成功"); |
| | | // } |
| | | |
| | | @RequestMapping("/truss/order/auth") |
| | | @ManagerAuth(memo = "退库,1楼桁架退库,退库单退库") |
| | | public R trussCombOrder(@RequestBody TrussCombParam combParam){ |
| | | mobileService.trussCombOrder(combParam, getUserId()); |
| | | return R.ok("组托成功"); |
| | | } |
| | | // @RequestMapping("/truss/order/auth") |
| | | // @ManagerAuth(memo = "退库,1楼桁架退库,退库单退库") |
| | | // public R trussCombOrder(@RequestBody TrussCombParam combParam){ |
| | | // mobileService.trussCombOrder(combParam, getUserId()); |
| | | // return R.ok("组托成功"); |
| | | // } |
| | | |
| | | @RequestMapping("/truss/comd/auth") |
| | | // @ManagerAuth(memo = "手动入库,2楼无需桁架手动入库 wms入库") |
| | | public R PalletizingCompleteTwoFloorParam(@RequestBody PalletizingCompleteTwoFloorParam combParam){ |
| | | mobileService.PalletizingCompleteTwoFloorParam(combParam); |
| | | try{ |
| | | mobileService.PalletizingCompleteTwoFloorParam(combParam); |
| | | } catch (Exception e){ |
| | | return R.error(e.getMessage()).add(e.getMessage()); |
| | | } |
| | | return R.ok("组托成功"); |
| | | } |
| | | |
| | | @RequestMapping("/truss/comd/auth/v2") |
| | | // @ManagerAuth(memo = "手动入库,1楼无需桁架手动入库 wms入库") |
| | | public R PalletizingCompleteTwoFloorParamV2(@RequestBody PalletizingCompleteTwoFloorParam combParam){ |
| | | mobileService.PalletizingCompleteTwoFloorParam2(combParam); |
| | | try{ |
| | | mobileService.PalletizingCompleteTwoFloorParam2(combParam); |
| | | } catch (Exception e){ |
| | | return R.error(e.getMessage()).add(e.getMessage()); |
| | | } |
| | | return R.ok("组托成功"); |
| | | } |
| | | |