fix:合批时批次合并默认为true

This commit is contained in:
shijing 2025-03-12 14:07:28 +08:00
parent 604b526c11
commit 94a15d41ed
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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)