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
16efb50e
Commit
16efb50e
authored
Dec 20, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 验证码详情导出
parent
96039607
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
consume.vue
src/views/recharge/consume.vue
+14
-6
No files found.
src/views/recharge/consume.vue
View file @
16efb50e
...
...
@@ -654,15 +654,23 @@ export default {
cdkeyExport
()
{
const
exportData
=
this
.
exportData
;
exportData
.
dialogVisible
=
true
;
// let meth;
const
type
=
this
.
$route
.
params
.
type
;
let
meth
;
switch
(
type
)
{
case
'sms'
:
meth
=
'/excel/recharge-sms-valid-excel'
;
}
const
params
=
{
requestProject
:
'marketing'
,
startTime
:
formatDateTimeByType
(
this
.
exportDialog
.
time
[
0
],
'yyyy-MM-dd'
),
endTime
:
formatDateTimeByType
(
this
.
exportDialog
.
time
[
1
],
'yyyy-MM-dd'
)
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
};
console
.
log
(
params
)
;
//
exportData.excelUrl = meth;
//
exportData.params = params;
if
(
type
==
'sms'
)
params
.
channelType
=
this
.
listParams
.
channelType
;
exportData
.
excelUrl
=
meth
;
exportData
.
params
=
params
;
},
// 生成报告
createRepoert
()
{
...
...
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