Commit 818642cc authored by 我在何方's avatar 我在何方

新建收款单bug修复

parent 47e24e6d
......@@ -921,10 +921,10 @@ export default {
discountTotal: discountDollar,
currencyId: item.id,
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 || '',
collectionCurrencyId: t?.collectionCurrencyId || item.id,
collectionRate: t?.collectionRate || 1
collectionCurrencyId: item.id,
collectionRate: 1
}
)
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