| | |
| | | return mobileService.pdckqr(param); |
| | | } |
| | | |
| | | // @PostMapping("/pdtz/auth") |
| | | // @ManagerAuth(memo = "盘点调整库存") |
| | | // public synchronized R pdtz(@RequestBody PdckqrParam param) { |
| | | // // 根据工作号确认复核 |
| | | // if(Cools.isEmpty(param) || Cools.isEmpty(param.getBarcode()) || Cools.isEmpty(param.getMaterials())){ |
| | | // return R.parse(BaseRes.PARAM); |
| | | // } |
| | | // return mobileService.pdtz(param); |
| | | // } |
| | | @PostMapping("/pdtz/auth") |
| | | @ManagerAuth(memo = "盘点异常按实物调整库存信息") |
| | | public synchronized R pdtz(@RequestBody PdtzParam param) { |
| | | return mobileService.pdtz(param); |
| | | } |
| | | |
| | | @PostMapping("/pdaWarehousingNow") |
| | | @ManagerAuth(memo = "pda组托立即入库") |