Browse Source

修改采购收货提交

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

2
src/common/detail.js

@ -152,11 +152,13 @@ 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