gaoluyang
2 天以前 79fb20a2102f2d6a050b83f20477aa13b221f096
src/views/productionManagement/productionOrder/index.vue
@@ -140,8 +140,13 @@
      width: '120px',
    },
    {
      label: "规格",
      label: "图纸编号",
      prop: "specificationModel",
      width: '160px',
    },
    {
      label: "规格型号",
      prop: "drawingNumber",
      width: '120px',
    },
    {
@@ -156,6 +161,10 @@
    {
      label: "完成数量",
      prop: "completeQuantity",
    },
    {
      label: "库存数量",
      prop: "inventoryQuantity",
    },
    {
      dataType: "slot",
@@ -374,6 +383,7 @@
          id: data.id,
          processRouteCode: data.processRouteCode || "",
          productName: data.productName || "",
          drawingNumber: data.drawingNumber || "",
          model: data.model || "",
          bomNo: data.bomNo || "",
          description: data.description || "",
@@ -393,6 +403,7 @@
      query: {
        id: row.id,
        bomNo: row.bomNo || "",
        drawingNumber: row.drawingNumber || "",
        productName: row.productCategory || "",
        productModelName: row.specificationModel || "",
        orderId: row.id,