fix:合批时批次合并默认为true
This commit is contained in:
parent
604b526c11
commit
94a15d41ed
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue