Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
bab2c21a
Commit
bab2c21a
authored
Oct 21, 2021
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/十月迭代' into dev
parents
b41ec60c
cefdcc52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
grStoreDetail.vue
src/views/salesleads/groupSend/grStoreDetail.vue
+3
-5
grStoreList.vue
src/views/salesleads/groupSend/grStoreList.vue
+1
-0
No files found.
src/views/salesleads/groupSend/grStoreDetail.vue
View file @
bab2c21a
...
...
@@ -183,18 +183,16 @@ export default {
let
para
=
{
enterpriseId
:
sessionStorage
.
getItem
(
'userInfoBrandId'
),
dataType
:
1
,
pageNum
:
this
.
pageParams
.
pageNum
,
pageSize
:
this
.
pageParams
.
pageSize
,
...
this
.
pageParams
,
startTime
:
this
.
pageParams
.
date
[
0
],
endTime
:
this
.
pageParams
.
date
[
1
],
storeId
:
this
.
$route
.
params
.
id
,
taskTitle
:
this
.
pageParams
.
taskTitle
,
finishOverStatus
:
this
.
pageParams
.
finishOverStatus
storeId
:
this
.
$route
.
params
.
id
};
let
fileName
=
this
.
pageParams
.
date
.
length
?
`群发任务-门店视图-任务详情_
${
para
.
startTime
}
至
${
para
.
endTime
}
.xls`
:
`群发任务-门店视图-任务详情.xls`
;
if
(
this
.
$route
.
query
.
hasOwnProperty
(
'ecmPlanName'
))
{
para
.
ecmPlanName
=
this
.
$route
.
query
.
ecmPlanName
;
url
=
'/haoban-task-manage-web/market/clue/export/plan-view-task-store-task-detail'
;
para
.
ecmPlanId
=
this
.
$route
.
query
.
ecmPlanId
;
fileName
=
this
.
pageParams
.
date
.
length
?
`群发任务-计划视图-任务门店详情-任务详情_
${
para
.
startTime
}
至
${
para
.
endTime
}
.xls`
:
`群发任务-计划视图-任务门店详情-任务详情.xls`
;
}
postExcel
(
url
,
para
)
...
...
src/views/salesleads/groupSend/grStoreList.vue
View file @
bab2c21a
...
...
@@ -150,6 +150,7 @@ export default {
let
url
=
'/haoban-task-manage-web/market/clue/export/store-view'
;
let
para
=
{
...
this
.
pageParams
,
taskType
:
2
,
enterpriseId
:
sessionStorage
.
getItem
(
'userInfoBrandId'
),
qywxEnterpriseId
:
JSON
.
parse
(
localStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
,
startTime
:
this
.
pageParams
.
date
[
0
],
...
...
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