fix:合批时批次合并默认为true
This commit is contained in:
parent
604b526c11
commit
94a15d41ed
|
|
@ -524,6 +524,9 @@ export default {
|
||||||
open(mode = "add",data,mtype) {
|
open(mode = "add",data,mtype) {
|
||||||
this.mode = mode;
|
this.mode = mode;
|
||||||
this.mtype = mtype;
|
this.mtype = mtype;
|
||||||
|
if(mtype==30){
|
||||||
|
this.change_batch = true;
|
||||||
|
}
|
||||||
this.form.handoverb = data;
|
this.form.handoverb = data;
|
||||||
this.visible = true;
|
this.visible = true;
|
||||||
return this;
|
return this;
|
||||||
|
|
|
||||||
|
|
@ -485,6 +485,9 @@ export default {
|
||||||
}else{
|
}else{
|
||||||
this.form.handoverb = data;
|
this.form.handoverb = data;
|
||||||
}
|
}
|
||||||
|
if(mtype==30){
|
||||||
|
this.change_batch = true;
|
||||||
|
}
|
||||||
// if(mtype==10){//正常交接
|
// if(mtype==10){//正常交接
|
||||||
// console.log('data',data)
|
// console.log('data',data)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue