zhangwencui
13 小时以前 ff1e38350372a20b673c211b88843c48d96b48ca
src/views/productionManagement/processRoute/index.vue
@@ -77,12 +77,8 @@
      prop: "processRouteCode",
    },
    {
      label: "产品名称",
      prop: "productName",
    },
    {
      label: "规格名称",
      prop: "model",
      label: "产品类型",
      prop: "dictLabel",
    },
    {
      label: "BOM编号",
@@ -204,6 +200,7 @@
        productName: row.productName || "",
        model: row.model || "",
        bomNo: row.bomNo || "",
        dictLabel: row.dictLabel || "",
        bomId: row.bomId || null,
        description: row.description || "",
        type: "route",