|
@@ -1486,6 +1486,7 @@ export default {
|
|
|
that.TwoParameters.otherroomCurrency=that.roomtaxobj.currency
|
|
|
for(var i=0;i<that.currencyList.length;i++){
|
|
|
if(that.roomtaxobj.currency==that.currencyList[i].currencyId){
|
|
|
+ that.RequiredParameters.CurrentRate=that.currencyList[i].rate
|
|
|
that.TwoParameters.credit='币种'+'('+that.currencyList[i].currencyCode+')'
|
|
|
}
|
|
|
}
|
|
@@ -1510,7 +1511,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// that.budgetCurrencyChange(that.RequiredParameters.BankCards)
|
|
|
// that.CalculateAmount();
|
|
|
// that.AmountPayment();
|