|
|
@ -307,6 +307,9 @@ public class ProOrderWorkorderController extends BaseController {
|
|
|
|
return AjaxResult.error("请先维护垛型箱型!");
|
|
|
|
return AjaxResult.error("请先维护垛型箱型!");
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
for(BaseProduct ptype:packageTypes){
|
|
|
|
for(BaseProduct ptype:packageTypes){
|
|
|
|
|
|
|
|
if(ptype == null){
|
|
|
|
|
|
|
|
return AjaxResult.error("请先维护垛型箱型!");
|
|
|
|
|
|
|
|
}
|
|
|
|
if(StringUtils.isEmpty(ptype.getBoxType())){
|
|
|
|
if(StringUtils.isEmpty(ptype.getBoxType())){
|
|
|
|
return AjaxResult.error("请先维护箱型!");
|
|
|
|
return AjaxResult.error("请先维护箱型!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|