模具 优化
This commit is contained in:
parent
cc064770f1
commit
62c177a286
|
|
@ -467,6 +467,12 @@ export default {
|
|||
}
|
||||
});
|
||||
|
||||
if (this.departmentId && item.production_type != 2) {
|
||||
if (!info.data.mold_production_order_component_processes.length) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
keys.push(key);
|
||||
infos.push(info);
|
||||
|
|
|
|||
Loading…
Reference in New Issue