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
7a64c5d8
Commit
7a64c5d8
authored
Apr 19, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 营销事件
parent
0f44549b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
form.vue
src/views/ecm/form.vue
+1
-1
lib-qywx.vue
src/views/ecm/marketing-event/components/lib-qywx.vue
+1
-1
material-card.vue
src/views/ecm/marketing-event/components/material-card.vue
+0
-0
index.vue
src/views/ecm/marketing-event/index.vue
+2
-1
No files found.
src/views/ecm/form.vue
View file @
7a64c5d8
...
...
@@ -275,7 +275,7 @@
<section
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
营销事件
</h3>
<!-- 只有实时才是单图文 -->
<marketing-event
:readOnly=
"isInfo"
show-out-coupon-icon
ref=
"marketingEvent"
@
has-card=
"hasCard"
v-if=
"ecmPlanId"
:singleFlag=
"form.effectType === 0"
:integralMultiple=
"form.effectAction === 'consume'"
:ecmPlanId=
"ecmPlanId"
:isSupportVar=
"form.effectType === 0"
:code=
"code"
:enabledMessageState=
"enabledMessageState"
:cardLimitType=
"-1"
:use-stored=
"useStoredFlag && ['consume', 'stored'].includes(form.effectAction)"
:use-qywx=
"[1, 2].includes(form.effectType)"
></marketing-event>
<marketing-event
:readOnly=
"isInfo"
show-out-coupon-icon
ref=
"marketingEvent"
@
has-card=
"hasCard"
v-if=
"ecmPlanId"
:singleFlag=
"form.effectType === 0"
:integralMultiple=
"form.effectAction === 'consume'"
:ecmPlanId=
"ecmPlanId"
:isSupportVar=
"form.effectType === 0"
:code=
"code"
:enabledMessageState=
"enabledMessageState"
:cardLimitType=
"-1"
:use-stored=
"useStoredFlag && ['consume', 'stored'].includes(form.effectAction)"
></marketing-event>
<!-- 只有非实时&&选择卡券了展示提示 -->
<div
v-if=
"currentCard.comName && form.effectType != 0 && couponAutoGetFlag"
class=
"fz13 regular-font-color line-height2"
style=
"margin-left:120px;margin-top:30px;"
>
* 用户在领取卡券后需要
<b
class=
"bold"
>
同步至ERP
</b>
,如果关闭用户
<b
class=
"bold"
>
手动领取
</b>
,卡券在
<b
class=
"bold"
>
批量投放
</b>
时会需要将卡券信息批量同步至ERP。
<br
/>
...
...
src/views/ecm/marketing-event/components/lib-qywx.vue
View file @
7a64c5d8
...
...
@@ -110,7 +110,7 @@
<el-button
type=
"text"
slot=
"reference"
>
查看变量
</el-button>
</el-popover>
</div>
<el-input
class=
"sms-template"
v-model=
"form.smsContent"
type=
"textarea"
:rows=
"4"
resize=
"none"
show-word-limit
:maxlength=
"450"
></el-input>
<el-input
class=
"sms-template"
v-model=
"form.smsContent"
placeholder=
"亲爱的
{2},{3}是你的生日,祝你生日快乐,心想事成!"
type="textarea" :rows="4" resize="none" show-word-limit :maxlength="450">
</el-input>
</div>
</el-row>
</div>
...
...
src/views/ecm/marketing-event/components/material-card.vue
0 → 100644
View file @
7a64c5d8
src/views/ecm/marketing-event/index.vue
View file @
7a64c5d8
...
...
@@ -143,7 +143,8 @@ export default {
type
:
Boolean
},
useQywx
:
{
type
:
Boolean
type
:
Boolean
,
default
:
true
}
},
data
()
{
...
...
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