Commit 7b1563af authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents 8b4a6884 2244a243
...@@ -921,10 +921,10 @@ export default { ...@@ -921,10 +921,10 @@ export default {
discountTotal: discountDollar, discountTotal: discountDollar,
currencyId: item.id, currencyId: item.id,
receivableAmount: dollar, receivableAmount: dollar,
writeOffRate: t?.writeOffRate || NP.divide(this.currencyList.find(v => v.id === item.id).huilv, this.currencyList.find(v => v.id === this.showCurrencyId).huilv).toFixed(6), writeOffRate: NP.divide(this.currencyList.find(v => v.id === item.id).huilv, this.currencyList.find(v => v.id === this.showCurrencyId).huilv).toFixed(6),
platformAccountId: t?.platformAccountId || '', platformAccountId: t?.platformAccountId || '',
collectionCurrencyId: t?.collectionCurrencyId || item.id, collectionCurrencyId: item.id,
collectionRate: t?.collectionRate || 1 collectionRate: 1
} }
) )
this.calculationCount(NP.minus(dollar, discountDollar), item.id) this.calculationCount(NP.minus(dollar, discountDollar), item.id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment