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
240dd600
Commit
240dd600
authored
Jan 13, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
23e4686e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
form.vue
src/views/card/form.vue
+5
-2
card-item.vue
src/views/card/partials/card-item.vue
+1
-1
No files found.
src/views/card/form.vue
View file @
240dd600
...
...
@@ -359,8 +359,11 @@
<
el
-
form
-
item
label
=
"适用门店"
>
<
el
-
radio
:
disabled
=
"isEdit"
v
-
model
=
"storeMode"
:
label
=
"0"
>
所有门店
<
/el-radio
>
<
el
-
radio
:
disabled
=
"isEdit"
v
-
model
=
"storeMode"
:
label
=
"1"
>
部分门店
<
/el-radio
>
<
span
v
-
if
=
"isEdit"
class
=
"fz12 gray ml20"
>
编辑适用门店前会员领取该卡券不包含新增的适用门店;编辑适用门店后会员领取该卡券包含新增的适用门店。
<
/span
>
<
span
class
=
"fz12 gray ml20"
>
仅支持选择账号管辖门店范围内的门店;
<
/span
>
<
div
v
-
if
=
"isEdit"
class
=
"fz12 gray"
>
*
修改适用门店前客户领取的卡券以修改前为准,修改后客户领取的卡券适用门店以修改后为准;
<
br
/>
*
仅支持选择创建人管辖门店范围内的门店
<
/div
>
<
div
class
=
"fz12 gray "
v
-
else
>*
仅支持选择账号管辖门店范围内的门店;
<
/div
>
<!--
:
readonly
=
"isEdit"
-->
<
vue
-
gic
-
store
-
card
class
=
"pt10"
:
readonly
=
"isInfo"
v
-
bind
=
"storeParams"
v
-
show
=
"storeMode"
ref
=
"storeCard"
:
uuid
.
sync
=
"uuid"
><
/vue-gic-store-card
>
<
el
-
alert
v
-
show
=
"storeMode && form.cardApplyChannel.indexOf('WMmicroMall') !== -1"
title
=
"选择的门店必须保持与微盟侧门店一致,请确认选择无误"
type
=
"warning"
show
-
icon
:
closable
=
"false"
class
=
"mt20 width80"
><
/el-alert
>
...
...
src/views/card/partials/card-item.vue
View file @
240dd600
...
...
@@ -30,7 +30,7 @@
<el-tooltip
class=
"item"
effect=
"dark"
open-delay=
"300"
>
<div
slot=
"content"
>
<span
v-if=
"item.isApiCreate"
>
该卡券为外部接口创建卡券无法用于营销
</span>
<span
v-else
>
1.卡券的领取数量\使用数量\核销率\销售额统计数据每隔3小时更新一次;
<
/br
>
2.销售额=扣除退款后的去重订单应收金额
</span>
<span
v-else
>
1.卡券的领取数量\使用数量\核销率\销售额统计数据每隔3小时更新一次;
<
br
/
>
2.销售额=扣除退款后的去重订单应收金额
</span>
</div>
<i
style=
"position:absolute;right:10px;top:10px;cursor:pointer;color:#c0c4cc;font-size:18px;"
class=
"el-icon-question"
></i>
</el-tooltip>
...
...
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