update 配方详情页面

This commit is contained in:
lb
2023-03-21 10:21:56 +08:00
parent f6066eaccf
commit 1904b5352c
6 changed files with 130 additions and 98 deletions

View File

@@ -295,6 +295,16 @@ export default {
this.openDialog(data, true, { key: "attr" });
break;
}
case "to-bom-detail": {
// console.log('to-bom-detail', data.name)
// 查看配方详情
return this.$router.push({
name: 'pms-bomDetails',
query: {
name: data.name
}
});
}
case "copy": {
return this.$http
.post(this.urls.copyUrl, data, {