This commit is contained in:
2023-01-12 19:42:45 +08:00
32 changed files with 1022 additions and 371 deletions

View File

@@ -431,7 +431,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
throw new BadRequestException("未查询到该木箱对应的包装关系!");
}
//贴标申请
String print_type = sub_jo.getString("print_type");
String print_type = "1";
if (StrUtil.isEmpty(print_type)) {
throw new BadRequestException("请指定一台打印机进行打印!");
}