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
cc759f37
Commit
cc759f37
authored
Jan 14, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方法丢失
parent
d9aeee45
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
src/api/financial/commission.js
+20
-0
src/views/financialCenter/payables.vue
+1
-1
No files found.
src/api/financial/commission.js
View file @
cc759f37
...
@@ -419,3 +419,22 @@ export function compareCommissionEntry(data){
...
@@ -419,3 +419,22 @@ export function compareCommissionEntry(data){
method
:
'get'
,
method
:
'get'
,
})
})
}
}
// 应收款报表导出
export
function
payableReport
(
data
)
{
return
request
({
url
:
'/csf/api/CommissionExpected/exportReport'
,
method
:
'post'
,
data
:
data
,
responseType
:
'blob'
})
}
// 应收款报表查询
export
function
receivableReport
(
data
)
{
return
request
({
url
:
'/csf/api/CommissionExpected/queryReport'
,
method
:
'post'
,
data
:
data
})
}
\ No newline at end of file
src/views/financialCenter/payables.vue
View file @
cc759f37
...
@@ -185,7 +185,7 @@ import CommonPage from '@/components/commonPage'
...
@@ -185,7 +185,7 @@ import CommonPage from '@/components/commonPage'
import
{
ref
,
reactive
}
from
'vue'
import
{
ref
,
reactive
}
from
'vue'
import
{
ElMessage
,
ElMessageBox
}
from
'element-plus'
import
{
ElMessage
,
ElMessageBox
}
from
'element-plus'
import
{
formatCurrency
}
from
'@/utils/number'
import
{
formatCurrency
}
from
'@/utils/number'
import
{
expectedFortuneList
,
payRecordList
,
addPayRecord
,
updatePayRecord
,
exportPayRecord
}
from
'@/api/financial/commission'
import
{
expectedFortuneList
,
payRecordList
,
addPayRecord
,
updatePayRecord
,
exportPayRecord
,
payableReport
}
from
'@/api/financial/commission'
import
SearchForm
from
'@/components/SearchForm/SearchForm.vue'
import
SearchForm
from
'@/components/SearchForm/SearchForm.vue'
import
CommonDialog
from
'@/components/commonDialog'
import
CommonDialog
from
'@/components/commonDialog'
import
{
loadDicts
,
getDictLabel
}
from
'@/utils/useDict'
import
{
loadDicts
,
getDictLabel
}
from
'@/utils/useDict'
...
...
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