src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -1208,12 +1208,6 @@ const syncDemandedQuantityTree = (items, parentDemandedQuantity = null) => { items.forEach(item => { if (parentDemandedQuantity !== null) { item.demandedQuantity = toQuantityNumber( parentDemandedQuantity * toQuantityNumber(item.unitQuantity) ); } if (Array.isArray(item.children) && item.children.length > 0) { syncDemandedQuantityTree( item.children,