diff --git a/src/views/mes/pro/proroute/routeprocess.vue b/src/views/mes/pro/proroute/routeprocess.vue index bec9b7a..8465ba8 100644 --- a/src/views/mes/pro/proroute/routeprocess.vue +++ b/src/views/mes/pro/proroute/routeprocess.vue @@ -338,7 +338,7 @@ v-for="item in machineryList" :key="item.codeId" :label="item.codeName" - :value="{ url: item.codeId, originalName: item.codeName }" + :value="{ url: item.codeId, originalName: item.code }" > @@ -379,10 +379,7 @@ - + 开启 @@ -652,32 +649,20 @@ export default { handleNodeClick(data) { console.log(data); if (data.code == "AGV") { - // this.TypeId = true; - // this.Typefile = false; - // this.warehousing = false; this.form.originalName = ""; this.form.url = ""; this.form.exitType = ""; } else if (data.code == "STORE") { - // this.TypeId = false; - // this.Typefile = false; - // this.warehousing = true; this.form.lineId = ""; this.form.pointId = ""; this.form.exitType = "0"; this.form.originalName = ""; this.form.url = ""; } else if (data.code == "CNC" || data.code == "ROBOT") { - // this.TypeId = false; - // this.Typefile = false; - // this.warehousing = true; this.form.lineId = ""; this.form.pointId = ""; this.form.exitType = ""; } else { - // this.TypeId = false; - // this.Typefile = false; - // this.warehousing = false; this.form.lineId = ""; this.form.pointId = ""; this.form.exitType = "";