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
4173eb99
Commit
4173eb99
authored
May 08, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
修复api缺失 See merge request
!128
parents
6747f567
7df35187
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
src/api/financial/commission.js
+9
-0
src/views/financialCenter/financialBilling.vue
+6
-6
No files found.
src/api/financial/commission.js
View file @
4173eb99
...
...
@@ -547,3 +547,12 @@ export function editStatusApi(data) {
data
:
data
})
}
//出账检核--修改结算汇率
export
function
editExchangeRateApi
(
data
)
{
return
request
({
url
:
'csf/api/fortune/edit/exchange_rate'
,
method
:
'post'
,
data
:
data
})
}
src/views/financialCenter/financialBilling.vue
View file @
4173eb99
...
...
@@ -325,8 +325,8 @@ import {
downloadPolicyFortuneAccount
,
billSplitApi
,
commissionExchangeRateApi
,
actualPayoutDateApi
//
editExchangeRateApi
actualPayoutDateApi
,
editExchangeRateApi
}
from
'@/api/financial/commission'
import
useUserStore
from
'@/store/modules/user'
const
rateExchangeFormRef
=
ref
(
null
)
...
...
@@ -706,10 +706,10 @@ const confirmRateExchange = async () => {
formData
.
fortuneBizId
=
selectedRow
.
value
.
fortuneBizId
try
{
//等待后端接口
//
const res = await editExchangeRateApi(formData)
//
ElMessage.success('结算汇率修改成功')
//
rateExchangeFlag.value = false
//
loadTableData()
const
res
=
await
editExchangeRateApi
(
formData
)
ElMessage
.
success
(
'结算汇率修改成功'
)
rateExchangeFlag
.
value
=
false
loadTableData
()
}
catch
(
error
)
{
ElMessage
.
success
(
'结算汇率修改失败'
)
rateExchangeFlag
.
value
=
true
...
...
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