| | |
| | | //更新源库位状态为在库 |
| | | LocMast locMast = locMastService.selectByLocNo("0900601"); |
| | | locMast.setLocSts("F"); |
| | | locMast.setBarcode(taskWrk.getBarcode()); |
| | | locMastService.updateById(locMast); |
| | | } |
| | | |
| | |
| | | //更新源库状态为在库 |
| | | LocMast locMast2 = locMastService.selectByLocNo(taskWrk.getStartPoint()); |
| | | locMast2.setLocSts("F"); |
| | | locMast2.setBarcode(taskWrk.getBarcode()); |
| | | locMastService.updateById(locMast2); |
| | | |
| | | taskWrk.setModiTime(now);//操作时间 |
| | |
| | | //更新源库位状态为在库 |
| | | LocMast locMast = locMastService.selectByLocNo(taskWrk.getStartPoint()); |
| | | locMast.setLocSts("F"); |
| | | locMast.setBarcode(taskWrk.getBarcode()); |
| | | locMastService.updateById(locMast); |
| | | |
| | | //更新目标库状态为空库位 |