模具 优化

This commit is contained in:
xielue 2023-09-19 18:44:53 +08:00
parent cc064770f1
commit 62c177a286
1 changed files with 15 additions and 9 deletions

View File

@ -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);