diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 5052e25c..82b6e876 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -524,6 +524,9 @@ export default { open(mode = "add",data,mtype) { this.mode = mode; this.mtype = mtype; + if(mtype==30){ + this.change_batch = true; + } this.form.handoverb = data; this.visible = true; return this; diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index ddc267ea..7b8756c3 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -485,6 +485,9 @@ export default { }else{ this.form.handoverb = data; } + if(mtype==30){ + this.change_batch = true; + } // if(mtype==10){//正常交接 // console.log('data',data)