| | |
| | | private AgvWaitPakinService agvWaitPakinService; |
| | | @Autowired |
| | | private AgvWorkService agvWorkService; |
| | | @Autowired |
| | | private AgvBasDevpService agvBasDevpService; |
| | | // @Autowired |
| | | // private ErpService erpService; |
| | | |
| | |
| | | public R start(@RequestBody ReplenishmentParam param){ |
| | | |
| | | //绑定站点 |
| | | agvBasDevpService.updateLocStsAndBarcodeByDevNo(param.getDevNo(),"F",param.getContainerCode()); |
| | | |
| | | |
| | | //agvWorkService.createWaitPainWrkMastStart(agvBasDevpList, getUserId()); |
| | | //生成工作档 |
| | | List<AgvBasDevp> agvBasDevpList = agvBasDevpService.selectList(new EntityWrapper<AgvBasDevp>().eq("dev_no", param.getDevNo())); |
| | | agvWorkService.createWaitPainWrkMastStart(agvBasDevpList, null); |
| | | |
| | | |
| | | return R.ok(); |