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
ddad0dce
Commit
ddad0dce
authored
Jul 21, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 还原
parent
75ac9846
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
grStoreList.vue
src/views/salesleads/groupSend/grStoreList.vue
+5
-5
taskRecord.vue
src/views/salesleads/trafficTask/taskRecord.vue
+5
-6
No files found.
src/views/salesleads/groupSend/grStoreList.vue
View file @
ddad0dce
...
...
@@ -183,12 +183,12 @@ export default {
taskType
:
2
};
if
(
that
.
pageParams
.
storeGroup
)
{
// let storeGroups = [];
// that.pageParams.storeGroup.forEach(ele => {
// storeGroups.push(ele.storeGroupId);
// });
para
.
storeGroupIds
=
JSON
.
stringify
(
that
.
pageParams
.
storeGroup
);
let
storeGroups
=
[];
that
.
pageParams
.
storeGroup
.
forEach
(
ele
=>
{
storeGroups
.
push
(
ele
.
storeGroupId
);
});
delete
para
.
storeGroup
;
para
.
storeGroupIds
=
storeGroups
.
join
(
','
)
||
''
;
}
if
(
para
.
date
)
{
para
.
startTime
=
para
.
date
[
0
];
...
...
src/views/salesleads/trafficTask/taskRecord.vue
View file @
ddad0dce
...
...
@@ -378,17 +378,16 @@ export default {
getTableList
(
val
)
{
const
that
=
this
;
that
.
loading
=
true
;
//
let storeGroups = [];
//
that.conditionObj.storeGroup.forEach(ele => {
//
storeGroups.push(ele.storeGroupId);
//
});
let
storeGroups
=
[];
that
.
conditionObj
.
storeGroup
.
forEach
(
ele
=>
{
storeGroups
.
push
(
ele
.
storeGroupId
);
});
if
(
!
that
.
conditionObj
.
dateRange
)
{
that
.
conditionObj
.
dateRange
=
[];
}
let
para
=
{
search
:
that
.
conditionObj
.
searchInput
||
''
,
// 搜索字段
// storeGroupIds: storeGroups.join(',') || '', // 门店分组,分组
storeGroupIds
:
JSON
.
stringify
(
that
.
conditionObj
.
storeGroup
)
||
''
,
// 门店分组,数组
storeGroupIds
:
storeGroups
.
join
(
','
)
||
''
,
// 门店分组,分组
storeType
:
that
.
conditionObj
.
storeType
||
''
,
//门店类型
startDate
:
that
.
conditionObj
.
dateRange
[
0
]
||
''
,
endDate
:
that
.
conditionObj
.
dateRange
[
1
]
||
''
,
...
...
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