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