Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
0
Merge Requests
0
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
chehuidong
saas-manage
Commits
e7ed5796
Commit
e7ed5796
authored
Jun 10, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 客户余额管理页面新增扣费明细弹窗
parent
d189add5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
src/common/api/user/user.js
+10
-4
src/views/user/balance.vue
+0
-0
No files found.
src/common/api/user/user.js
View file @
e7ed5796
...
@@ -22,7 +22,13 @@ export function customerBalanceRechargeApi(params) {
...
@@ -22,7 +22,13 @@ export function customerBalanceRechargeApi(params) {
export
function
customerBalanceDelete
(
params
)
{
export
function
customerBalanceDelete
(
params
)
{
return
axios
.
post
(
'/business/customerBalance/delete?ids='
+
params
)
return
axios
.
post
(
'/business/customerBalance/delete?ids='
+
params
)
}
}
// 获取操作日志
// 客户余额管理 查询全部操作日志
// export function getLogApi(params) {
export
function
getLogListApi
(
params
)
{
// return axios.get('/pay/businessPayRecord/subjectList', params)
return
axios
.
post
(
// }
'/business/customerBalanceOptLogs/list?customerBalanceId='
+
params
)
}
// 客户余额管理 分页查询全部扣费明细
export
function
getChargerRecordsApi
(
params
)
{
return
axios
.
post
(
'/charge/customerChargeRecords/list_page'
,
params
)
}
src/views/user/balance.vue
View file @
e7ed5796
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