|
@@ -978,8 +978,8 @@ export default {
|
|
|
rmbMoney+=Number(item.amountrmb)
|
|
|
}
|
|
|
})
|
|
|
- this.detailsPlanNum.accidentUsdamount = usaMoney.toFixed(2)
|
|
|
- this.detailsPlanNum.accidentcnyAmount = rmbMoney.toFixed(2)
|
|
|
+ this.detailsPlanNum.accidentUsdamount = (usaMoney+rmbMoney/Number(this.detailsPlanNum.exchangeRate)).toFixed(2)
|
|
|
+ this.detailsPlanNum.accidentcnyAmount = (rmbMoney+usaMoney*Number(this.detailsPlanNum.exchangeRate)).toFixed(2)
|
|
|
},
|
|
|
|
|
|
// 主表:人民币费用支出 弹框
|