修复:避免拆单错误

pull/942/MERGE
ChenX 5 years ago
parent 89ff79989a
commit 2ee6d479fa

@ -738,6 +738,8 @@ export namespace Production
};
for (let id of mids)
{
if (!id || id.IsErase) continue;
let metals = id.Object as HardwareCompositeEntity;
if (!metals.HardwareOption)
continue;

Loading…
Cancel
Save