fix:交接总数计算

This commit is contained in:
shijing 2025-09-12 10:10:54 +08:00
parent 56489db00e
commit 54e4732483
1 changed files with 3 additions and 1 deletions

View File

@ -539,11 +539,13 @@ export default {
obj.defect_name = item.defect_name;
obj.count_cando = item.count_canhandover;
obj.material = item.material;
that.totalCount += Number(obj.count);
that.form.handoverb.push(obj);
that.getResaveMgroups(obj.material);
}
})
setTimeout(function(){
that.countChange();
},500)
},
countChange(){
let that = this;