huminmin
6 小时以前 3b28a3183baf6c4d864405dcfd5d8e7a52a3f046
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,