fix:bx交接扫码时只显示最新结果的纠正
This commit is contained in:
parent
1ff6a6f4b3
commit
17c3c6e452
|
@ -750,7 +750,7 @@ export default {
|
|||
if(that.form.handoverb&&that.form.handoverb.length>0){
|
||||
that.form.handoverb.push(obj);
|
||||
}else{
|
||||
that.form.handoverb = [];
|
||||
// that.form.handoverb = [];
|
||||
that.form.handoverb.push(obj);
|
||||
}
|
||||
that.wm_in = "";
|
||||
|
@ -793,7 +793,7 @@ export default {
|
|||
if(that.form.handoverb&&that.form.handoverb.length>0){
|
||||
that.form.handoverb.push(obj2);
|
||||
}else{
|
||||
that.form.handoverb = [];
|
||||
// that.form.handoverb = [];
|
||||
that.form.handoverb.push(obj2);
|
||||
}
|
||||
that.wm_in = "";
|
||||
|
@ -856,7 +856,7 @@ export default {
|
|||
obj3.wpr = res[0].id;
|
||||
obj3.number = res[0].number;
|
||||
obj2.handoverbw.push(obj3);
|
||||
that.form.handoverb = [];
|
||||
// that.form.handoverb = [];
|
||||
that.form.handoverb.push(obj2);
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue