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
2516c52b
Commit
2516c52b
authored
Jun 30, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 删除短信模板回显
parent
4582641d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
item-message.vue
src/views/ecm/marketing-event/components/item-message.vue
+1
-1
item-qfxx.vue
src/views/ecm/marketing-event/components/item-qfxx.vue
+5
-1
lib-qfxx.vue
src/views/ecm/marketing-event/components/lib-qfxx.vue
+2
-2
index.vue
src/views/ecm/marketing-event/index.vue
+1
-1
No files found.
src/views/ecm/marketing-event/components/item-message.vue
View file @
2516c52b
<
template
>
<div
class=
"dm__is-delete"
v-if=
"item.status == 0"
>
短信模板-已删除
</div>
<div
class=
"dm__is-delete"
v-if=
"item.status == 0"
>
{{
item
.
title
}}
( 短信模板已删除 )
</div>
<span
v-else
class=
"dm-message__item__wrap"
>
<div
class=
"dm-message__item"
>
<p
class=
"dm-message__item--title"
>
{{
item
.
title
||
'该短信模板已删除'
}}
</p>
...
...
src/views/ecm/marketing-event/components/item-qfxx.vue
View file @
2516c52b
...
...
@@ -13,7 +13,11 @@
</p>
<p
v-if=
"item.qfxx.failSetting == 1"
style=
"margin-top:12px;color:#606266"
>
<span>
群发失败设置:
</span>
<span
v-if=
"item.qfxx.telFlag"
>
话务
</span><span
v-if=
"item.qfxx.smsFlag && item.qfxx.telFlag"
>
/
</span><span
v-if=
"item.qfxx.smsFlag"
>
短信
</span>
<span
v-if=
"item.qfxx.telFlag"
>
话务
</span><span
v-if=
"item.qfxx.smsFlag && item.qfxx.telFlag"
>
/
</span>
<span
v-if=
"item.qfxx.smsFlag"
>
短信
<
template
v-if=
"item.qfxx.gicSmsTemplateId == -1"
>
(
{{
item
.
qfxx
.
smsTitle
}}
- 短信模板已删除 )
</
template
>
</span>
</p>
</div>
</template>
...
...
src/views/ecm/marketing-event/components/lib-qfxx.vue
View file @
2516c52b
...
...
@@ -75,8 +75,8 @@
<el-button
v-if=
"form.gicSmsTemplateId && !readOnly"
type=
"text"
@
click=
"openDialog('smsTemplate')"
>
重新选择
</el-button>
</el-row>
<div
style=
"margin-bottom:14px"
v-if=
"form.gicSmsTemplateId"
>
<div
class=
"teltask-title"
style=
"font-size:16px;color:#303133"
>
{{
sms
.
title
}}
</div>
<div
style=
"margin-top:12px;color:#606266"
>
{{
sms
.
content
}}
</div>
<div
class=
"teltask-title"
style=
"font-size:16px;color:#303133"
>
{{
sms
.
title
}}
<
template
v-if=
"form.gicSmsTemplateId == -1"
>
( 短信模板已删除 )
</
template
><
/div>
<div
v-if=
"form.gicSmsTemplateId != -1"
style=
"margin-top:12px;color:#606266"
>
{{ sms.content }}
</div>
</div>
</div>
</template>
...
...
src/views/ecm/marketing-event/index.vue
View file @
2516c52b
...
...
@@ -344,7 +344,7 @@ export default {
break
;
case
'message'
:
// 6 短信
const
sms
=
v
.
sms
||
{};
this
.
list
.
push
({
comName
:
'item-message'
,
item
:
{
...
sms
,
ecmMarketingTypeRelationId
:
v
.
ecmMarketingTypeRelationId
,
relationId
:
v
.
relationId
,
ecmPlanId
:
v
.
ecmPlanId
,
status
:
v
.
status
}
});
this
.
list
.
push
({
comName
:
'item-message'
,
item
:
{
title
:
v
.
title
,
...
sms
,
ecmMarketingTypeRelationId
:
v
.
ecmMarketingTypeRelationId
,
relationId
:
v
.
relationId
,
ecmPlanId
:
v
.
ecmPlanId
,
status
:
v
.
status
}
});
break
;
case
'teltask'
:
// 7 话务
this
.
list
.
push
({
comName
:
'item-teltask'
,
item
:
{
...
v
.
teltask
,
ecmMarketingTypeRelationId
:
v
.
ecmMarketingTypeRelationId
,
relationId
:
v
.
relationId
,
ecmPlanId
:
v
.
ecmPlanId
}
});
...
...
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