src/views/productionManagement/productionOrder/index.vue
@@ -676,7 +676,6 @@ try { const workOrderRes = await productWorkOrderPage({ npsNo: item.npsNo, isProduction: 1, size: 100, }); const workOrders = workOrderRes.data.records || []; @@ -724,6 +723,7 @@ bomNo: row.bomNo || "", description: data.description || "", quantity: row.quantity || 0, technologyRoutingId: data.technologyRoutingId, orderId, type: "order", editable: !row.endOrder,