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
928fa8f6
Commit
928fa8f6
authored
Jun 29, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 群发失败设置
parent
ccaf6a98
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
ecm.js
src/config/ecm.js
+3
-1
batch-list.vue
src/views/ecm/batch-list.vue
+2
-0
list.vue
src/views/ecm/list.vue
+2
-0
No files found.
src/config/ecm.js
View file @
928fa8f6
...
...
@@ -9,5 +9,7 @@ export const ecmTypes = [
{
value
:
'integral'
,
label
:
'积分'
,
visible
:
true
},
{
value
:
'grade'
,
label
:
'会员卡升级'
,
visible
:
false
},
{
value
:
'qywx'
,
label
:
'企微任务'
,
visible
:
false
},
{
value
:
'qfxx'
,
label
:
'群发消息'
,
visible
:
false
}
{
value
:
'qfxx'
,
label
:
'群发消息'
,
visible
:
false
},
{
value
:
'teltask-fail'
,
label
:
'群发失败-话务'
,
visible
:
false
},
{
value
:
'message-fail'
,
label
:
'群发失败-短信'
,
visible
:
false
}
];
src/views/ecm/batch-list.vue
View file @
928fa8f6
...
...
@@ -123,6 +123,8 @@ export default {
if
(
res
.
result
)
{
// this.typeOptions.find(el => el.value == 'qywx').visible = true;
this
.
typeOptions
.
find
(
el
=>
el
.
value
==
'qfxx'
).
visible
=
true
;
this
.
typeOptions
.
find
(
el
=>
el
.
value
==
'teltask-fail'
).
visible
=
true
;
this
.
typeOptions
.
find
(
el
=>
el
.
value
==
'message-fail'
).
visible
=
true
;
}
});
getUseStoredFalg
().
then
(
res
=>
{
...
...
src/views/ecm/list.vue
View file @
928fa8f6
...
...
@@ -334,6 +334,8 @@ export default {
if
(
this
.
xsxsFlag
)
{
// this.marketingTypeOptions.find(el => el.value == 'qywx').visible = true;
this
.
marketingTypeOptions
.
find
(
el
=>
el
.
value
==
'qfxx'
).
visible
=
true
;
this
.
marketingTypeOptions
.
find
(
el
=>
el
.
value
==
'teltask-fail'
).
visible
=
true
;
this
.
marketingTypeOptions
.
find
(
el
=>
el
.
value
==
'message-fail'
).
visible
=
true
;
}
});
},
...
...
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