|
|
|
@ -142,11 +142,11 @@ export default { |
|
|
|
this.quoteDetail.totalPrice = |
|
|
|
this.quoteDetail.totalCost + this.quoteDetail.profitAmount; |
|
|
|
this.quoteDetail.unitPrice = |
|
|
|
this.quoteDetail.totalPrice / this.quoteDetail.qty; |
|
|
|
this.quoteDetail.totalPrice ; |
|
|
|
this.quoteDetail.taxTotalPrice = |
|
|
|
this.quoteDetail.totalPrice + this.quoteDetail.totalPrice * ((this.quoteDetail.taxRate+this.quoteDetail.exchangeRate1) / 100); |
|
|
|
this.quoteDetail.taxUnitPrice = |
|
|
|
this.quoteDetail.taxTotalPrice / this.quoteDetail.qty; |
|
|
|
this.quoteDetail.taxTotalPrice ; |
|
|
|
this.computeCurrencyTotalCost(); |
|
|
|
}, |
|
|
|
handleQueryAllCost(){ |
|
|
|
|