Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
269b5ac6
Commit
269b5ac6
authored
Dec 22, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 计费规则导出
parent
6ae95732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
+21
-1
consume.vue
src/views/recharge/consume.vue
+21
-1
No files found.
src/views/recharge/consume.vue
View file @
269b5ac6
...
...
@@ -650,6 +650,17 @@ export default {
depart
[
'list'
]
=
[];
this
.
getDepartmentList
();
},
// 11、营销短信导出
// /api-marketing/excel/recharge-sms-marketing-excel
// 2、验证码
// /api-marketing/excel/recharge-sms-valid-excel
// 3、双向呼叫
// /api-marketing/excel/recharge-call-excel
// 4、存储导出
// /api-marketing/excel/recharge-call-storage-excel
// 导出表格数据
cdkeyExport
()
{
const
exportData
=
this
.
exportData
;
...
...
@@ -659,12 +670,21 @@ export default {
switch
(
type
)
{
case
'sms'
:
meth
=
'/api-marketing/excel/recharge-sms-valid-excel'
;
break
;
case
'marketing'
:
meth
=
'/api-marketing/excel/recharge-sms-marketing-excel'
;
break
;
case
'call'
:
meth
=
'/api-marketing/excel/recharge-call-excel'
;
break
;
case
'record'
:
meth
=
'/api-marketing/excel/recharge-call-storage-excel'
;
break
;
}
const
params
=
{
requestProject
:
'marketing'
,
beginTime
:
formatDateTimeByType
(
this
.
exportDialog
.
time
[
0
],
'yyyy-MM-dd'
),
endTime
:
formatDateTimeByType
(
this
.
exportDialog
.
time
[
1
],
'yyyy-MM-dd'
),
dataType
:
2
,
searchParam
:
this
.
listParams
.
searchParam
,
accountDepartId
:
this
.
deparment
.
departId
};
...
...
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