Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
8fb403ea
Commit
8fb403ea
authored
Dec 29, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款单详情加提示
parent
1a33a801
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+6
-5
No files found.
src/views/ecw/financial/receiptDetail.vue
View file @
8fb403ea
...
...
@@ -77,9 +77,10 @@
<
el
-
descriptions
-
item
>
<
template
slot
=
"
label
"
>
{{
$t
(
'
核销基准币种
'
)
}}
<
el
-
tooltip
class
=
"
item
"
effect
=
"
light
"
:
content
=
"
$t('应收可能出现多个币种的情况,多个币种没法计算整个收款单的核销比例,所以增加一个中间币种,如果应收只有一个币种就使用应收币种,如果有多个币种就以美元为核销基准币种')
"
placement
=
"
top
"
>
<
span
:
title
=
"
$t('应收可能出现多个币种的情况,多个币种没法计算整个收款单的核销比例,所以增加一个中间币种,如果应收只有一个币种就使用应收币种,如果有多个币种就以美元为核销基准币种')
"
><
i
class
=
"
el-icon-question
"
><
/i></
span
>
<!--
<
el
-
tooltip
class
=
"
item
"
effect
=
"
light
"
:
content
=
"
$t('应收可能出现多个币种的情况,多个币种没法计算整个收款单的核销比例,所以增加一个中间币种,如果应收只有一个币种就使用应收币种,如果有多个币种就以美元为核销基准币种')
"
placement
=
"
top
"
>
<
el
-
button
icon
=
"
el-icon-question
"
><
/el-button
>
<
/el-tooltip
>
<
/el-tooltip>
--
>
<
/template
>
{{
getCurrencyLabel
(
showCurrencyId
)
}}
...
...
@@ -368,10 +369,10 @@
:
rules
=
"
{ required: true, trigger: ['blur', 'change'], message: $t('兑核销基准币种汇率不能为空')
}
"
>
<
template
slot
=
"
label
"
>
<
el
-
tooltip
class
=
"
item
"
effect
=
"
light
"
:
content
=
"
$t('实收币种与核销基准币种一样时,无需填写汇率,不一样需要填写汇率')
"
placement
=
"
top-start
"
>
<!--
<
el
-
tooltip
class
=
"
item
"
effect
=
"
light
"
:
content
=
"
$t('实收币种与核销基准币种一样时,无需填写汇率,不一样需要填写汇率')
"
placement
=
"
top-start
"
>
<
el
-
button
>
{{
$t
(
'
兑核销基准币种汇率
'
)
}}
(
{{
getCurrencyLabel
(
showCurrencyId
)
}}
)
<
/el-button
>
<
/el-tooltip
>
<
/el-tooltip>
--
>
<
span
:
title
=
"
$t('实收币种与核销基准币种一样时,无需填写汇率,不一样需要填写汇率')
"
>
{{
$t
(
'
兑核销基准币种汇率
'
)
}}
(
{{
getCurrencyLabel
(
showCurrencyId
)
}}
)
<
/span
>
<
/template
>
<
el
-
input
v
-
if
=
"
!isView
"
v
-
model
=
"
addForm.rate
"
style
=
"
width: 220px
"
><
/el-input
>
<
span
v
-
else
>
{{
addForm
.
rate
}}
<
/span
>
...
...
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