liding
昨天 3a63dff0d98c148c6b915cd762a50ed87aa6c3a5
src/views/productionManagement/processRoute/index.vue
@@ -80,6 +80,14 @@
    prop: "model",
  },
  {
    label: "UID码",
    prop: "uid码",
  },
  {
    label: "BOM编号",
    prop: "bomNo",
  },
  {
    label: "描述",
    prop: "description",
  },
@@ -166,7 +174,13 @@
  router.push({
    path: '/productionManagement/processRouteItem',
    query: {
      id: row.id
      id: row.id,
      processRouteCode: row.processRouteCode || '',
      productName: row.productName || '',
      model: row.model || '',
      bomNo: row.bomNo || '',
      description: row.description || '',
      type: 'route',
    }
  })
};