Browse Source

修改采购收货提交

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

2
src/common/detail.js

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

Loading…
Cancel
Save