Browse Source

2025-04-23

master
qiezi 9 months ago
parent
commit
9ef3e4e3ce
  1. 2
      src/views/modules/quote/detail/primary/quoteDetailCost.vue

2
src/views/modules/quote/detail/primary/quoteDetailCost.vue

@ -95,6 +95,8 @@ export default {
//
if (this.quoteDetail.exchangeRate2 && this.quoteDetail.exchangeRate2 > 0){
this.quoteDetail.currencyTotalCost2 = new Decimal(this.quoteDetail.taxUnitPrice).div(this.quoteDetail.exchangeRate2).toNumber()
}else {
this.quoteDetail.currencyTotalCost2 = 0
}
},
computeTotalCost(){

Loading…
Cancel
Save