fix:生产入库选中批次号后数量消失问题修改
This commit is contained in:
parent
f43bb1ae8a
commit
062b0af6bf
|
|
@ -534,6 +534,7 @@ export default {
|
|||
if(that.form.batch == item.batch){
|
||||
that.form.count = item.count;
|
||||
that.form.wm = item.id;
|
||||
that.batchcount = item.count;
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue