gaoluyang
2026-03-13 0f075e80d7c9fbe731419891ee55948be6f8fb65
src/views/productionManagement/productionOrder/index.vue
@@ -140,6 +140,11 @@
      width: '120px',
    },
    {
      label: "图纸编号",
      prop: "drawingNumber",
      width: '160px',
    },
    {
      label: "规格",
      prop: "specificationModel",
      width: '120px',
@@ -374,6 +379,7 @@
          id: data.id,
          processRouteCode: data.processRouteCode || "",
          productName: data.productName || "",
          drawingNumber: data.drawingNumber || "",
          model: data.model || "",
          bomNo: data.bomNo || "",
          description: data.description || "",
@@ -393,6 +399,7 @@
      query: {
        id: row.id,
        bomNo: row.bomNo || "",
        drawingNumber: row.drawingNumber || "",
        productName: row.productCategory || "",
        productModelName: row.specificationModel || "",
        orderId: row.id,