huminmin
8 天以前 a197a3ef35867da9859453831756d29365c961f6
src/views/productionManagement/processRoute/index.vue
@@ -80,6 +80,10 @@
    prop: "model",
  },
  {
    label: "料号",
    prop: "materialCode",
  },
  {
    label: "BOM编号",
    prop: "bomNo",
  },
@@ -174,6 +178,7 @@
      processRouteCode: row.processRouteCode || '',
      productName: row.productName || '',
      model: row.model || '',
      materialCode: row.materialCode || '',
      bomNo: row.bomNo || '',
      description: row.description || '',
      type: 'route',