| | |
| | | return pdaOutStockService.containerRebinding(param,getLoginUserId()); |
| | | } |
| | | |
| | | @PostMapping("/orderOut/buffStore/callEmpty") |
| | | @ApiOperation("灌桶入库呼叫空桶") |
| | | public R buffStoreCallEmpty(@RequestBody PdaGeneralParam param) { |
| | | param.getSta1(); |
| | | return R.ok(); |
| | | @PostMapping("/orderOut/getOrderItem") |
| | | @ApiOperation("灌桶入库呼叫新料") |
| | | public R getOrderItem(@RequestBody PdaGeneralParam param) { |
| | | return pdaOutStockService.getOrderItem(param); |
| | | } |
| | | |
| | | @PostMapping("/orderOut/buffStore/callNewMat") |
| | | @PostMapping("/orderOut/getStationArea") |
| | | @ApiOperation("灌桶入库呼叫新料") |
| | | public R buffStoreCallNewMat(@RequestBody PdaGeneralParam param) { |
| | | param.getSta2(); |
| | | return R.ok(); |
| | | public R getStationArea(@RequestBody PdaGeneralParam param) { |
| | | return pdaOutStockService.getStationArea(param); |
| | | } |
| | | |
| | | @PostMapping("/orderOut/productionDirectDelivery") |
| | | @ApiOperation("生产直送") |
| | | public R productionDirectDelivery(@RequestBody PdaGeneralParam param) { |
| | | return pdaOutStockService.productionDirectDelivery(param,getLoginUserId()); |
| | | } |
| | | |
| | | } |