fix:mlogb扫wpr码时,若以有该批次的使用数量显示更正
This commit is contained in:
parent
9399fd3b17
commit
e7c983001b
|
@ -225,6 +225,7 @@ export default {
|
||||||
})
|
})
|
||||||
if (arr0.length > 0) {
|
if (arr0.length > 0) {
|
||||||
that.hasMlogbIn = true;
|
that.hasMlogbIn = true;
|
||||||
|
that.form.count_use = 1;
|
||||||
bwitem.mlogb = arr0[0].id;
|
bwitem.mlogb = arr0[0].id;
|
||||||
}else{
|
}else{
|
||||||
that.form.batch = arr[0].batch;
|
that.form.batch = arr[0].batch;
|
||||||
|
|
Loading…
Reference in New Issue