| | |
| | | return R.ok("组托成功"); |
| | | } |
| | | |
| | | @RequestMapping("/truss/comd/auth/v212") |
| | | // @ManagerAuth(memo = "手动入库,1楼无需桁架手动入库 wms入库") |
| | | public R PalletizingCompleteTwoFloorParamV212(@RequestBody PalletizingCompleteTwoFloorParam combParam){ |
| | | try{ |
| | | mobileService.PalletizingCompleteTwoFloorParam212(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){ |