Browse Source

修改采购收货提交

hella_online_20240828
lijuncheng 3 weeks ago
parent
commit
44b0166c96
  1. 4
      src/common/detail.js

4
src/common/detail.js

@ -152,7 +152,9 @@ export function calcTreeHandleQty(detailSource) {
}
}
}
item.handleQty = calc.add(item.handleQty, detail.handleQty);
if(detail.handleQty){
item.handleQty = calc.add(item.handleQty, detail.handleQty);
}
}
}
}

Loading…
Cancel
Save