src/main/java/com/zy/common/service/CommonService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/static/image/logo.png | 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/service/CommonService.java
@@ -98,6 +98,23 @@ @Transactional public StartupDto getLocNo(Integer whsType, Integer staDescId, Integer sourceStaNo, List<String> matNos, LocTypeDto locTypeDto, int times) { // whsType = getWhsType(sourceStaNo, times); switch (sourceStaNo){ case 101: case 109: case 117: whsType=1; break; case 201: whsType=2; break; case 207: whsType=3; break; case 213: whsType=4; break; } StartupDto startupDto = new StartupDto(); src/main/webapp/static/image/logo.png