diff --git a/src/views/wpm_gx/fmlog_detail.vue b/src/views/wpm_gx/fmlog_detail.vue
index 20bb5502..5ce16001 100644
--- a/src/views/wpm_gx/fmlog_detail.vue
+++ b/src/views/wpm_gx/fmlog_detail.vue
@@ -273,7 +273,8 @@ export default {
this.apiObj = this.$API.wpm.mlog.list;
},
methods: {
- open() {
+ open(codeText="") {
+ this.codeText = codeText;
this.visible = true;
},
@@ -292,6 +293,9 @@ export default {
})
that.paramsWm.search = that.batchContains;
that.apiObjWm = that.$API.wpm.wmaterial.list;
+ if(that.codeText!=""){
+ this.codeTextChange();
+ }
}else{}
});
});
diff --git a/src/views/wpm_gx/fmlogs.vue b/src/views/wpm_gx/fmlogs.vue
index 399359dd..dfaed964 100644
--- a/src/views/wpm_gx/fmlogs.vue
+++ b/src/views/wpm_gx/fmlogs.vue
@@ -16,6 +16,14 @@
v-auth="'mlog.create'"
>返工
+