Using _.sum of Lodash to calculate the total price excluding and including VAT

后端 未结 0 617
长情又很酷
长情又很酷 2020-11-30 21:16

I need to use the sum function of lodash to calculate the total price excluding VAT and total price of my array.

_.sum([{htPrice: 1, ttcPrice: 2,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题