huminmin
4 天以前 4a407279f0c9757f0714eaf385fdd5cd68c038c2
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,