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
0cd2bfd8
Commit
0cd2bfd8
authored
May 11, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 字段调整
parent
8f4e8028
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
14 deletions
+6
-14
salesleads-task-info.vue
src/components/review/salesleads-task-info.vue
+2
-1
storeRangeSet.vue
src/views/apps/customerApp/storeRangeSet.vue
+2
-2
index.vue
src/views/salesleads/index.vue
+1
-5
taskView.vue
src/views/salesleads/trafficTask/taskView.vue
+0
-5
taskViewDetail.vue
src/views/salesleads/trafficTask/taskViewDetail.vue
+1
-1
No files found.
src/components/review/salesleads-task-info.vue
View file @
0cd2bfd8
...
...
@@ -131,9 +131,10 @@ export default {
*/
exportExcel
(
type
)
{
this
.
loadingBtn
=
true
;
const
userinfos
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfos'
)
||
'{}'
);
let
url
=
'/haoban-task-manage-web/market/clue/export/store-view-task-detail-comp-detail'
;
let
para
=
{
enterpriseId
:
sessionStorage
.
getItem
(
'userInfoBrandId'
)
,
enterpriseId
:
userinfos
.
enterpriseId
,
dataType
:
type
,
pageNum
:
this
.
pageParams
.
pageNum
,
pageSize
:
this
.
pageParams
.
pageSize
,
...
...
src/views/apps/customerApp/storeRangeSet.vue
View file @
0cd2bfd8
...
...
@@ -156,7 +156,7 @@ export default {
const
that
=
this
;
let
para
=
{
storeTemplateRelatedIds
:
row
.
storeTemplateRelatedId
,
enterpriseId
:
sessionStorage
.
getItem
(
'userInfoBrandId'
)
// 品牌 i
d
enterpriseId
:
this
.
brandI
d
};
postRequest
(
'/haoban-app-customer-web/del-template-store'
,
para
)
.
then
(
res
=>
{
...
...
@@ -193,7 +193,7 @@ export default {
postMultDel
()
{
const
that
=
this
;
let
para
=
{
enterpriseId
:
sessionStorage
.
getItem
(
'userInfoBrandId'
),
// 品牌 id
enterpriseId
:
this
.
brandId
,
storeTemplateRelatedIds
:
that
.
multipleSelection
.
map
(
ele
=>
ele
.
storeTemplateRelatedId
).
join
(
','
)
||
''
// 门店分组,数组
};
postRequest
(
'/haoban-app-customer-web/del-template-store'
,
para
)
...
...
src/views/salesleads/index.vue
View file @
0cd2bfd8
...
...
@@ -276,12 +276,8 @@ export default {
}
},
mounted
()
{
this
.
activeBrand
=
sessionStorage
.
getItem
(
'userInfoBrandId'
)
;
this
.
activeBrand
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfos'
)
||
'{}'
).
enterpriseId
;
if
(
this
.
activeBrand
)
this
.
getExpired
();
// 到期通知
document
.
documentElement
.
style
.
backgroundColor
=
'#f0f2f5'
;
},
destroyed
()
{
document
.
documentElement
.
style
.
backgroundColor
=
'#fff'
;
},
components
:
{
navCrumb
,
...
...
src/views/salesleads/trafficTask/taskView.vue
View file @
0cd2bfd8
...
...
@@ -49,13 +49,8 @@ export default {
},
mounted
()
{
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'122'
);
document
.
documentElement
.
style
.
backgroundColor
=
'#f0f2f5'
;
that
.
activeBrand
=
that
.
brandId
;
},
destroyed
()
{
document
.
documentElement
.
style
.
backgroundColor
=
'#fff'
;
},
components
:
{
taskViewPage
}
...
...
src/views/salesleads/trafficTask/taskViewDetail.vue
View file @
0cd2bfd8
...
...
@@ -7,7 +7,7 @@
* @LastEditTime: 2020-11-05 15:26:00
-->
<!--
<taskViewDetail :brandId="brandId"
:activeGroupId="activeGroupId"
></taskViewDetail>
<taskViewDetail :brandId="brandId"></taskViewDetail>
import taskViewDetail from '@/components/app/taskViewDetail.vue';
-->
<
template
>
...
...
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