| | |
| | | LocMast locMast = locMastService.selectByLocNo(locNo); |
| | | if (type == 1){ |
| | | locMast.setBarcode(barcode); |
| | | locMast.setLocSts("F"); |
| | | locMast.setLocSts("Z"); |
| | | locMastService.updateById(locMast); |
| | | }else if (type == 2){ |
| | | originLoc.setLocSts("O"); |
| | | originLoc.setLocSts("K"); |
| | | originLoc.setBarcode(""); |
| | | locMastService.updateById(originLoc); |
| | | }else if (type == 3){ |
| | | originLoc.setLocSts("O"); |
| | | originLoc.setLocSts("K"); |
| | | originLoc.setBarcode(""); |
| | | locMast.setBarcode(barcode); |
| | | locMast.setLocSts("F"); |
| | | locMast.setLocSts("Z"); |
| | | locMastService.updateById(originLoc); |
| | | locMastService.updateById(locMast); |
| | | } |