diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index cf453a02..2f0bb8d6 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -181,6 +181,10 @@ export default { type: String, default: "", }, + batchNumber:{ + type: String, + default: "", + }, }, emits: ["success", "closed"], data() { @@ -214,6 +218,7 @@ export default { }, mounted() { let that = this; + that.addTemplate.number = that.batchNumber; that.params.mlogb = that.addTemplate.mlogb = that.mlogb; }, methods: {