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
37fa8424
Commit
37fa8424
authored
Apr 29, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改明细字段发布测试
parent
03497a45
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
src/api/financial/commission.js
+8
-1
src/views/financialCenter/receivables.vue
+0
-0
No files found.
src/api/financial/commission.js
View file @
37fa8424
...
@@ -490,7 +490,6 @@ export function billBatchSave(data) {
...
@@ -490,7 +490,6 @@ export function billBatchSave(data) {
})
})
}
}
// 拆分出账查询-计算目标金额
// 拆分出账查询-计算目标金额
export
function
billCalculateToAmount
(
data
)
{
export
function
billCalculateToAmount
(
data
)
{
return
request
({
return
request
({
...
@@ -499,6 +498,14 @@ export function billCalculateToAmount(data) {
...
@@ -499,6 +498,14 @@ export function billCalculateToAmount(data) {
data
:
data
data
:
data
})
})
}
}
// 应收款管理--明细列表
export
function
newQueryCommissionExpectedByPage
(
data
)
{
return
request
({
url
:
'csf/api/CommissionExpected/queryCommissionExpectedByPage/new'
,
method
:
'post'
,
data
:
data
})
}
// 应收款管理修改应收记录状态
// 应收款管理修改应收记录状态
export
function
CommissionExpectedChangeStatus
(
data
)
{
export
function
CommissionExpectedChangeStatus
(
data
)
{
...
...
src/views/financialCenter/receivables.vue
View file @
37fa8424
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