Commit e1b5302e authored by youjie's avatar youjie

账户类型 、费用类型、币种类型

parent d9f732ee
......@@ -804,6 +804,17 @@ export const obj = {
xuanzhecwdjlx: '选择财务单据类型',
xiugaicaiwudj: '修改财务单据',
dijiefeilqbbhcxfq: '地接费领取被驳回单据无法修改,请到用款计划页面重新发起!',
ge: '个',
shenheyouxianji: '审核优先级',
qingxuanzhe: '请选择',
jimifeiyong: '机密费用',
shuzidakq: '数值越大越靠前',
feiyonglxmxbb: '费用类型明细报表',
qingxuazhesjlx: '请选择上级类型',
xianchaomaicj: '现钞卖出价',
xianchaomarj: '现钞买入价',
shangtiaohl: '上调汇率',
lishihl: '历史汇率',
caravanshopcol: {
t1: '车/使用时间/天数',
t2: '用车详情',
......
......@@ -150,7 +150,7 @@
<th>币种</th>
<th>本位币</th>
<th>汇率</th>
<th>上调汇率</th>
<th>{{$t('objFill.shangtiaohl')}}</th>
<th width="90">{{$t('system.table_operation')}}</th>
</tr>
<tr v-for="(item,index) in tableInfo" :key="index">
......
......@@ -168,7 +168,7 @@
<th>本位币</th>
<th>汇率</th>
<th>日期</th>
<!-- <th>上调汇率</th> -->
<!-- <th>{{$t('objFill.shangtiaohl')}}</th> -->
</tr>
<tr v-for="(item,index) in tableInfo" :key="index">
<td>{{item.CurrencyName}}</td>
......
......@@ -160,11 +160,11 @@
<th>{{$t('fnc.sfbenweibi')}}</th>
<th>{{$t('fnc.chushihuilv')}}</th>
<th>{{$t('fnc.benqihuilv')}}</th>
<th>现钞卖出价</th>
<th>{{$t('objFill.xianchaomaicj')}}</th>
<!-- <th>现汇买入价</th> -->
<th>现钞买入价</th>
<th>{{$t('objFill.xianchaomarj')}}</th>
<!-- <th>现汇卖出价</th> -->
<th>上调汇率</th>
<th>{{$t('objFill.shangtiaohl')}}</th>
<th>{{$t('fnc.zjjiner')}}</th>
<th>{{$t('system.table_operation')}}</th>
</tr>
......@@ -198,8 +198,8 @@
<el-tooltip class="item" effect="dark" :content="$t('fnc.szbweibi')" placement="top-start">
<el-button type="warning" class="iconfont" v-if="item.IsStandardCurrency!=1" @click="setStandardTips(item.ID,item.Name)">{{$t('Airticket.Air_ben')}}</el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="历史汇率" placement="top-start">
<el-button type="warning" class="iconfont" @click="GoUrlHis('HistoryRateQuery',item)"></el-button>
<el-tooltip class="item" effect="dark" :content="$t('objFill.lishihl')" placement="top-start">
<el-button type="warning" class="iconfont" @click="GoUrlHis('HistoryRateQuery',item)">{{$t('objFill.li')}}</el-button>
</el-tooltip>
</el-button-group>
......@@ -246,7 +246,7 @@
</el-form-item>
</li>
<li>
<el-form-item label="上调汇率" prop="ExchangeRates">
<el-form-item :label="$t('objFill.shangtiaohl')" prop="ExchangeRates">
<el-input v-model="addMsg.ExchangeRates" class="w135"></el-input>
</el-form-item>
</li>
......
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