Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
2a60d1ae
Commit
2a60d1ae
authored
Jun 03, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复出账检核--修改结算汇率回显不正确
parent
f625bc36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
src/views/financialCenter/financialBilling.vue
+4
-10
No files found.
src/views/financialCenter/financialBilling.vue
View file @
2a60d1ae
...
...
@@ -366,13 +366,7 @@ const loading = ref(false)
const
selectedRow
=
ref
(
null
)
const
searchFormRef
=
ref
(
null
)
const
searchParams
=
ref
({})
// 表格操作菜单
const
dropdownItems
=
[
// { label: '设置本期出账金额', value: 'setPayRoll' }
{
label
:
'分期出账'
,
value
:
'billInstallments'
},
{
label
:
'设置出账年月(实)'
,
value
:
'settingBillYearMonth'
},
{
label
:
'修改结算汇率'
,
value
:
'editExchangeRate'
}
]
// 动态生成操作菜单项(根据行数据)
const
getOperateItems
=
row
=>
{
const
items
=
[]
...
...
@@ -709,7 +703,6 @@ const confirmRateExchange = async () => {
let
formData
=
await
rateExchangeFormRef
.
value
.
validate
()
formData
.
fortuneBizId
=
selectedRow
.
value
.
fortuneBizId
try
{
//等待后端接口
const
res
=
await
editExchangeRateApi
(
formData
)
ElMessage
.
success
(
'结算汇率修改成功'
)
rateExchangeFlag
.
value
=
false
...
...
@@ -1427,13 +1420,14 @@ const handleSelect = (e, row) => {
settingBillYearMonthFlag
.
value
=
true
}
else
if
(
e
==
'editExchangeRate'
)
{
rateExchangeForm
.
value
=
{
...
row
,
originalAmount
:
row
.
originalAmount
?
Number
(
row
.
originalAmount
).
toFixed
(
2
)
:
''
,
ruleCurrency
:
row
.
ruleCurrency
,
originalCurrency
:
row
.
originalCurrency
,
payoutCurrency
:
row
.
payoutCurrency
,
hkdToPayoutRate
:
''
,
//
hkdToPayoutRate: '',
exchangeRate
:
row
.
exchangeRate
?
row
.
exchangeRate
:
''
,
originalToHkdRate
:
''
,
//
originalToHkdRate: '',
payoutAmount
:
row
.
payoutAmount
?
Number
(
row
.
payoutAmount
).
toFixed
(
2
)
:
''
,
ruleAmount
:
row
.
ruleAmount
?
Number
(
row
.
ruleAmount
).
toFixed
(
2
)
:
''
,
hkdAmount
:
row
.
hkdAmount
?
Number
(
row
.
hkdAmount
).
toFixed
(
2
)
:
''
...
...
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