| | |
| | | if (devpNo == 304) { |
| | | dto = commonService.getLocNoBy304(str5.get(0)); |
| | | } else { |
| | | dto = commonService.getLocNo(1, 1, devpNo, false, matNos, locTypeDto,0); |
| | | // dto = commonService.getLocNo(1, 1, devpNo, false, matNos, locTypeDto,0); |
| | | dto = commonService.getLocNoNew(1, devpNo,barcode); |
| | | } |
| | | int workNo = dto.getWorkNo(); |
| | | |
| | |
| | | BasDevp sourceStaNo = basDevpService.checkSiteStatus(devpNo, true); |
| | | // 检索库位 |
| | | StartupDto dto; |
| | | if (devpNo >= 300) { |
| | | // if (devpNo >= 300) { |
| | | dto = commonService.emptyIngetLocNo(devpNo); |
| | | } else { |
| | | dto = commonService.getLocNo(1, 10, devpNo, true, null, locTypeDto, 0); |
| | | } |
| | | // } else { |
| | | // dto = commonService.getLocNo(1, 10, devpNo, true, null, locTypeDto, 0); |
| | | // } |
| | | int workNo = dto.getWorkNo(); |
| | | // 生成工作档 |
| | | WrkMast wrkMast = new WrkMast(); |