This commit is contained in:
shijing 2025-12-17 08:42:32 +08:00
parent d2162924f8
commit 0f90a845d0
1 changed files with 3 additions and 1 deletions

View File

@ -535,8 +535,10 @@ export default {
this.form.handoverb = [];
data.forEach(item=>{
let obj = {};
obj.wm = item.id;
obj.wm = item.wm;
obj.label = item.label;
obj.batch = item.batch;
obj.count_cando = item.count_canhandover;
obj.count = item.count_canhandover;
this.form.handoverb.push(obj);
this.totalCount += Number(item.count_canhandover);