|
|
@@ -402,6 +402,7 @@
|
|
|
rootPathIdParent: row.categoryLevelPathIdParent,
|
|
|
isProduct: row.isProduct == 1
|
|
|
};
|
|
|
+
|
|
|
this.$refs.bomDrawer.open(rowData);
|
|
|
},
|
|
|
|
|
|
@@ -566,6 +567,28 @@
|
|
|
// 监听物料组id变化
|
|
|
currentId() {
|
|
|
this.reload();
|
|
|
+ },
|
|
|
+
|
|
|
+ $route: {
|
|
|
+ handler(route) {
|
|
|
+ console.log(66, route);
|
|
|
+ if (route.query && route.query.isWt) {
|
|
|
+ let rowData = {
|
|
|
+ categoryId: '1871454287584870401',
|
|
|
+ categoryName: 'T8丝杠螺母',
|
|
|
+ code: 'W3000056',
|
|
|
+ rootPathIdParent: '9',
|
|
|
+ isProduct: true,
|
|
|
+ versions: '1'
|
|
|
+ };
|
|
|
+
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.bomDrawer.open(rowData);
|
|
|
+ })
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ immediate: true
|
|
|
}
|
|
|
}
|
|
|
};
|