Browse Source

2025-05-23

master
qiezi 8 months ago
parent
commit
971263420e
  1. 3
      src/views/modules/quote/detail/primary/quoteDetailCost.vue

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

@ -257,6 +257,9 @@ export default {
switch (type){
case 'va':
value = this.quoteDetail.quoteProfitRate/100
if (1-value === 0){
return;
}
//price = (+++)/(1-value)+
this.quoteDetail.quoteTaxTotalPrice = (this.quoteDetail.adjustPartCost + otherCost)/(1-value)+this.totalElseCost
// contribution = 1-(++++)/(price-)

Loading…
Cancel
Save