添加 bomTechAndFiring

This commit is contained in:
lb
2023-07-19 08:57:35 +08:00
parent 4c69135048
commit eaf91c90b9
6 changed files with 248 additions and 5 deletions

View File

@@ -392,15 +392,14 @@ export default {
break;
case "压制工艺":
// 跳转至压制工艺页面
alert("跳转至压制工艺页面");
// this.$router.push({ path: "/pms/pressing-process", query: { orderId: payload.id } });
this.$router.push({ name: "pms-shapeStep" });
break;
case "烧制曲线":
// 跳转至烧制曲线页面
alert("跳转至烧制曲线页面");
this.$router.push({ name: "pms-firingStep" });
break;
case "检测工艺": // 跳转至检测工艺页面
alert("跳转至检测工艺页面");
this.$router.push({ name: "pms-testingStep" });
break;
}
},