diff --git a/src/views/base/processStation/index.vue b/src/views/base/processStation/index.vue index 8bf89d3..cf22f10 100644 --- a/src/views/base/processStation/index.vue +++ b/src/views/base/processStation/index.vue @@ -2,7 +2,7 @@
- + - - - - - - + + + + + + + + - - + + @@ -124,7 +126,7 @@ type="text" icon="el-icon-s-grid" @click="findStation(scope.row)" - >所属工位 + >下级工位 - - + + 所属工位 + >下级工位 @@ -308,7 +308,7 @@ export default { }); }, - /** 查看所属工位 */ + /** 查看下级工位 */ findStation: function(row) { const productLineCode = row.productLineCode; this.$router.push("/base/product-station/index/" + productLineCode); diff --git a/src/views/base/productStation/index.vue b/src/views/base/productStation/index.vue index 4f43788..293e9f3 100644 --- a/src/views/base/productStation/index.vue +++ b/src/views/base/productStation/index.vue @@ -276,7 +276,8 @@ export default { }; }, created() { - if (!this.$route.params){ + console.log(this.$route.params) + if (this.$route.params != null){ this.queryParams.parentId = this.$route.params && this.$route.params.productLineCode; this.queryParams.processCode = this.$route.params && this.$route.params.processCode; } diff --git a/src/views/base/qualityProcess/index.vue b/src/views/base/qualityProcess/index.vue new file mode 100644 index 0000000..c152f49 --- /dev/null +++ b/src/views/base/qualityProcess/index.vue @@ -0,0 +1,413 @@ + + + diff --git a/src/views/base/teamMembers/index.vue b/src/views/base/teamMembers/index.vue index 7a633d0..daf667f 100644 --- a/src/views/base/teamMembers/index.vue +++ b/src/views/base/teamMembers/index.vue @@ -84,7 +84,7 @@ - +