fix:生产入库选中批次号后数量消失问题修改

This commit is contained in:
shijing 2025-12-15 11:19:35 +08:00
parent f43bb1ae8a
commit 062b0af6bf
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ export default {
if(that.form.batch == item.batch){ if(that.form.batch == item.batch){
that.form.count = item.count; that.form.count = item.count;
that.form.wm = item.id; that.form.wm = item.id;
that.batchcount = item.count;
} }
}) })
}, },