Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
e1b5302e
Commit
e1b5302e
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户类型 、费用类型、币种类型
parent
d9f732ee
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
8 deletions
+19
-8
fill.js
src/assets/common/lang/zhCN/fill.js
+11
-0
ForeignCurrencyHL.vue
.../systemManagement/ForeignCurrencyHL/ForeignCurrencyHL.vue
+1
-1
historyHL.vue
...mponents/systemManagement/ForeignCurrencyHL/historyHL.vue
+1
-1
currencyManagement.vue
src/components/systemManagement/currencyManagement.vue
+6
-6
No files found.
src/assets/common/lang/zhCN/fill.js
View file @
e1b5302e
...
...
@@ -804,6 +804,17 @@ export const obj = {
xuanzhecwdjlx
:
'选择财务单据类型'
,
xiugaicaiwudj
:
'修改财务单据'
,
dijiefeilqbbhcxfq
:
'地接费领取被驳回单据无法修改,请到用款计划页面重新发起!'
,
ge
:
'个'
,
shenheyouxianji
:
'审核优先级'
,
qingxuanzhe
:
'请选择'
,
jimifeiyong
:
'机密费用'
,
shuzidakq
:
'数值越大越靠前'
,
feiyonglxmxbb
:
'费用类型明细报表'
,
qingxuazhesjlx
:
'请选择上级类型'
,
xianchaomaicj
:
'现钞卖出价'
,
xianchaomarj
:
'现钞买入价'
,
shangtiaohl
:
'上调汇率'
,
lishihl
:
'历史汇率'
,
caravanshopcol
:
{
t1
:
'车/使用时间/天数'
,
t2
:
'用车详情'
,
...
...
This diff is collapsed.
Click to expand it.
src/components/systemManagement/ForeignCurrencyHL/ForeignCurrencyHL.vue
View file @
e1b5302e
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
src/components/systemManagement/ForeignCurrencyHL/historyHL.vue
View file @
e1b5302e
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/components/systemManagement/currencyManagement.vue
View file @
e1b5302e
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment