Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
bims
Commits
f1af715b
Commit
f1af715b
authored
1 year ago
by
wangyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件上传改
parent
af1dbd3a
master
ECCS-3108
test
1 merge request
!39
WIP: Eccs 2215-【商保系统】-账单报表增加保险卡、客户生日、账龄 && ECCS2212【商保系统】-回款管理账单关联优化
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
verification.js
src/api/apis_moudles/verification.js
+1
-1
verification.js
src/api/funcs_modules/verification.js
+1
-1
returnedMoney.vue
src/views/report/returnedMoney.vue
+1
-1
No files found.
src/api/apis_moudles/verification.js
View file @
f1af715b
...
...
@@ -15,7 +15,7 @@ export default {
queryBackReceiptList
:
"
/backstage/auth/queryBackReceiptList
"
,
//回销关联账单列表查询
queryReceiptInfoList
:
"
/backstage/auth/queryReceiptInfoList
"
,
//回销账单列表查询
deleteReceiptRecord
:
"
/backstage/auth/deleteBackReceipt
"
,
// 删除已关联账单
exportBackMoneyRe
port
:
"
/backstage/auth/backMoneyListExport
"
,
// 回款列表导出
backMoneyListEx
port
:
"
/backstage/auth/backMoneyListExport
"
,
// 回款列表导出
exportBackReceiptList
:
"
/backstage/auth/exportBackReceiptList
"
,
// 关联账单列表导出
};
This diff is collapsed.
Click to expand it.
src/api/funcs_modules/verification.js
View file @
f1af715b
...
...
@@ -69,7 +69,7 @@ const DELETERECEIPTRECORD = (data) => {
// 回款列表导出
const
EXPORTBACKMONEYREPORT
=
(
data
)
=>
{
return
req
.
post
(
apis
.
exportBackMoneyRe
port
,
data
,
{
responseType
:
"
blob
"
});
return
req
.
post
(
apis
.
backMoneyListEx
port
,
data
,
{
responseType
:
"
blob
"
});
};
// 关联账单导出
...
...
This diff is collapsed.
Click to expand it.
src/views/report/returnedMoney.vue
View file @
f1af715b
...
...
@@ -187,7 +187,7 @@ export default {
let
filter
=
{
...
this
.
form
,
}
this
.
$apis
.
EXPORTBACKRECEIPTLIST
(
filter
).
then
(
res
=>
{
this
.
$apis
.
exportBackMoneyReport
(
filter
).
then
(
res
=>
{
exportFile
(
res
,
'
账单回款报表.xls
'
);
})
}
...
...
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