Commit 39f1e405 authored by youjie's avatar youjie

修复bug

parent d362c4c7
......@@ -1201,7 +1201,7 @@
v-if="(active==2 || active==3)&& istransaction == true && item.Type==2">
<i class="iconfont icon-zhifupeizhiguanli" @click="showTranTax(item.FrID,'2')"></i>
</el-tooltip>
<el-tooltip class="item" :content="$t('objFill.Modifytheexchangerate')" placement="top"
<el-tooltip class="item" :content="$t('objFill.modifytheexchangerate')" placement="top"
v-if="(active==2 || active==3) && F_Update_CurrencyRate == true">
<i class="iconfont icon-money" style="background-color: #47BF8C;color: white;"
@click="showhuilv(item)"></i>
......@@ -1557,7 +1557,7 @@
<!-- 修改汇率
<el-dialog :title="$t('onjFill.Modifytheexchangerate')" width="400px"
<el-dialog :title="$t('objFill.modifytheexchangerate')" width="400px"
:visible.sync="costmodeHL" center >
<template v-for='(x,y) in trabeListHL'>
<el-form label-width="110px" style="padding: 5px 0;">
......
......@@ -570,7 +570,7 @@
<div class="recpayQueryMore" v-if="Finance_ExpenseType==true && (scope.row.Type==2 || scope.row.Type==1)"
@click="showfeiy(scope.row)">{{$t('fnc.feiyongleixing')}}</div>
<div class="recpayQueryMore" v-if="F_Update_CurrencyRate==true && (scope.row.Type==2 || scope.row.Type==1)"
@click="editRate(scope.row)">{{$t('objFill.Modifytheexchangerate')}}</div>
@click="editRate(scope.row)">{{$t('objFill.modifytheexchangerate')}}</div>
<div class="recpayQueryMore" v-if="scope.row.Type==1&&(istransaction == true || isJapanCommission == true)"
@click="editCommission(scope.row)">{{$t('objFill.xiugaishouxufei')}}</div>
<div class="recpayQueryMore" v-if="
......
......@@ -39,7 +39,7 @@
{{item.Money}}
<span v-if="!daIn&&GetDetail.DetailList.length>1"
@click="copyRate(item.Rate,item.CurrencyName)"
style="position: absolute;right: -45px;top: 10px;color: #33B3FF;cursor: pointer;">{{$t('bjFill.tongxia')}}</span>
style="position: absolute;right: -45px;top: 10px;color: #33B3FF;cursor: pointer;">{{$t('objFill.tongxia')}}</span>
</td>
</tr>
</template>
......
......@@ -35,7 +35,7 @@
<td height="26px" style="position: relative;">{{item.Money}}
<span v-if="!daIn&&GetDetail.DetailList.length>1"
@click="copyRate(item.Rate,item.CurrencyName)"
style="position: absolute;right: -45px;top: 10px;color: #33B3FF;cursor: pointer;">{{$t('bjFill.tongxia')}}</span>
style="position: absolute;right: -45px;top: 10px;color: #33B3FF;cursor: pointer;">{{$t('objFill.tongxia')}}</span>
</td>
</tr>
</template>
......
......@@ -3,7 +3,7 @@
</style>
<template>
<el-dialog :title="$t('onjFill.Modifytheexchangerate')" :visible.sync="isShow" @closed="clickcancel" width="600px">
<el-dialog :title="$t('objFill.modifytheexchangerate')" :visible.sync="isShow" @closed="clickcancel" width="600px">
<my-Bill v-if="hlData.Type===2 && hlData.Type!==5"
:isPrintPage="false"
:ID="hlData.FrID"
......
......@@ -15,7 +15,7 @@
</style>
<template>
<div>
<el-dialog :title="$t('onjFill.Modifytheexchangerate')" :visible.sync="isShow" @closed="clickcancel" width="900px">
<el-dialog :title="$t('objFill.modifytheexchangerate')" :visible.sync="isShow" @closed="clickcancel" width="900px">
<div class="editCapitalAllocationDetail" v-loading="loading">
<span class="Ca_Span">收款</span>
<el-table
......
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