| | |
| | | import com.vincent.rsf.server.api.entity.params.OrderOutGeneralParam; |
| | | import com.vincent.rsf.server.api.entity.params.PdaGeneralParam; |
| | | import com.vincent.rsf.server.api.service.PdaOutStockService; |
| | | import com.vincent.rsf.server.manager.controller.params.GenWaveParams; |
| | | import com.vincent.rsf.server.manager.controller.params.OrderOutTaskParam; |
| | | import com.vincent.rsf.server.manager.controller.params.OutStockToTaskParams; |
| | | import com.vincent.rsf.server.manager.entity.Loc; |
| | |
| | | return outStockService.genOutStockTask(tasks,getLoginUserId(), orderItem.getOrderId()); |
| | | } |
| | | |
| | | |
| | | //q |
| | | @PostMapping("/orderOut/all/in")//波次整托出库 |
| | | public R orderOutGetOutLocRunAllIn(@RequestBody GenWaveParams params) { |
| | | // GenWaveParams genWaveParams = new GenWaveParams(); |
| | | return outStockService.generateWaves(params); |
| | | |
| | | } |
| | | |
| | | @PostMapping("/orderOut/taskItemList") |
| | | @ApiOperation("备货容器页面查询任务明细") |
| | | public R taskItemList(@RequestBody PdaGeneralParam param) { |
| | |
| | | return pdaOutStockService.containerRebinding(param,getLoginUserId()); |
| | | } |
| | | |
| | | @PostMapping("/orderOut/buffStore/callEmpty") |
| | | @ApiOperation("灌桶入库呼叫空桶") |
| | | public R buffStoreCallEmpty(@RequestBody PdaGeneralParam param) { |
| | | param.getSta1(); |
| | | return R.ok(); |
| | | } |
| | | |
| | | @PostMapping("/orderOut/buffStore/callNewMat") |
| | | @ApiOperation("灌桶入库呼叫新料") |
| | | public R buffStoreCallNewMat(@RequestBody PdaGeneralParam param) { |
| | | param.getSta2(); |
| | | return R.ok(); |
| | | } |
| | | |
| | | } |