Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
7134056e
Commit
7134056e
authored
Nov 10, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案调整
parent
4fe21850
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
76 deletions
+76
-76
info.vue
src/views/goods/coupon/info.vue
+38
-38
info.vue
src/views/goods/gift/info.vue
+38
-38
No files found.
src/views/goods/coupon/info.vue
View file @
7134056e
...
...
@@ -167,44 +167,6 @@
</el-form-item>
</div>
<div
class=
"section-content"
>
<h3>
可见配置
<span
class=
"sub_title"
>
该配置决定客户是否可见
</span></h3>
<el-form-item
label=
"上架时间"
required
>
<
template
>
<el-radio
v-model=
"couponForm.releaseType"
:label=
"1"
>
立即上架
</el-radio>
<el-radio
v-model=
"couponForm.releaseType"
:label=
"2"
>
自定义上架时间段
</el-radio>
</
template
>
</el-form-item>
<!-- 定时上架 -->
<el-form-item
class=
"form-item-mt"
v-if=
"couponForm.releaseType === 2"
prop=
"limitTimeBegin"
>
<el-date-picker
v-model=
"couponForm.limitTimeBegin"
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:picker-options=
"pickerOptions"
></el-date-picker>
</el-form-item>
<el-form-item
label=
"显示状态"
required
>
<el-radio-group
v-model=
"couponForm.proShowStatus"
>
<el-radio
:label=
"1"
>
上架状态就显示
</el-radio>
<el-radio
:label=
"2"
>
兑换状态下显示
</el-radio>
</el-radio-group>
<div
v-if=
"couponForm.proShowStatus == 1"
style=
"margin-left:20px;"
>
<el-checkbox
v-model=
"couponForm.isNewGuestVisible"
:true-label=
"1"
:false-label=
"0"
>
非会员可见
</el-checkbox>
<span
class=
"tips"
>
开启非会员可见,则未开卡客户可见该礼品
</span>
</div>
</el-form-item>
<el-form-item
label=
"展现门店"
required
style=
"position:relative"
v-if=
"useNewStoreWidget === 0"
>
<el-tooltip
class=
"tips-content"
popper-class=
"store-tips"
effect=
"dark"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-linkage
style=
"margin-left:10px"
v-if=
"(mallProId && creatorId) || mallProId == -1"
:creatorId=
"creatorId"
:disabled=
"isInfo"
@
getDisGroupList=
"getDisGroupList"
:msg=
"sendChildData"
:openFlag=
"openFlag"
ref=
"selectTree"
@
sendSelectGroupData=
"getSelectGroupData"
></vue-gic-store-linkage>
<span
v-if=
"sendChildData.storeType === 1"
class=
"store-tip"
>
若选中的父分组下有新增的门店分组,系统不会默认选中此新增门店分组,请重新确认选择并保存礼品
</span>
</el-form-item>
<el-form-item
label=
"展现门店"
v-if=
"useNewStoreWidget === 1"
class=
"store-card"
>
<el-tooltip
class=
"tips-content"
popper-class=
"store-tips"
effect=
"dark"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-card
style=
"margin-left:10px"
class=
"pt10"
ref=
"storeCard"
:uuid
.
sync=
"uuid"
scenes=
""
/>
</el-form-item>
</div>
<div
class=
"section-content"
>
<h3>
可兑换配置
<span
class=
"sub_title"
>
该配置决定客户是否可以兑换
</span></h3>
<el-form-item
label=
"适用会员"
prop=
"gradeType"
v-if=
"cliqueStatus"
>
<el-radio-group
v-model=
"couponForm.gradeType"
@
change=
"handleChange"
>
...
...
@@ -306,6 +268,44 @@
<p><el-button
type=
"text"
style=
"margin:8px 0 10px 130px"
@
click=
"addTimeRange"
>
添加时间段
</el-button></p>
</div>
</div>
<div
class=
"section-content"
>
<h3>
可见配置
<span
class=
"sub_title"
>
该配置决定客户是否可见
</span></h3>
<el-form-item
label=
"上架时间"
required
>
<
template
>
<el-radio
v-model=
"couponForm.releaseType"
:label=
"1"
>
立即上架
</el-radio>
<el-radio
v-model=
"couponForm.releaseType"
:label=
"2"
>
自定义上架时间段
</el-radio>
</
template
>
</el-form-item>
<!-- 定时上架 -->
<el-form-item
class=
"form-item-mt"
v-if=
"couponForm.releaseType === 2"
prop=
"limitTimeBegin"
>
<el-date-picker
v-model=
"couponForm.limitTimeBegin"
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:picker-options=
"pickerOptions"
></el-date-picker>
</el-form-item>
<el-form-item
label=
"显示状态"
required
>
<el-radio-group
v-model=
"couponForm.proShowStatus"
>
<el-radio
:label=
"1"
>
上架状态就显示
</el-radio>
<el-radio
:label=
"2"
>
兑换状态下显示
</el-radio>
</el-radio-group>
<div
v-if=
"couponForm.proShowStatus == 1"
style=
"margin-left:20px;"
>
<el-checkbox
v-model=
"couponForm.isNewGuestVisible"
:true-label=
"1"
:false-label=
"0"
>
非会员可见
</el-checkbox>
<span
class=
"tips"
>
开启后,未开卡客户在积分商城也可见该礼品(前提是该礼品的“适用会员”包含最低会员卡等级)
</span>
</div>
</el-form-item>
<el-form-item
label=
"展现门店"
required
style=
"position:relative"
v-if=
"useNewStoreWidget === 0"
>
<el-tooltip
class=
"tips-content"
popper-class=
"store-tips"
effect=
"dark"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-linkage
style=
"margin-left:10px"
v-if=
"(mallProId && creatorId) || mallProId == -1"
:creatorId=
"creatorId"
:disabled=
"isInfo"
@
getDisGroupList=
"getDisGroupList"
:msg=
"sendChildData"
:openFlag=
"openFlag"
ref=
"selectTree"
@
sendSelectGroupData=
"getSelectGroupData"
></vue-gic-store-linkage>
<span
v-if=
"sendChildData.storeType === 1"
class=
"store-tip"
>
若选中的父分组下有新增的门店分组,系统不会默认选中此新增门店分组,请重新确认选择并保存礼品
</span>
</el-form-item>
<el-form-item
label=
"展现门店"
v-if=
"useNewStoreWidget === 1"
class=
"store-card"
>
<el-tooltip
class=
"tips-content"
popper-class=
"store-tips"
effect=
"dark"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-card
style=
"margin-left:10px"
class=
"pt10"
ref=
"storeCard"
:uuid
.
sync=
"uuid"
scenes=
""
/>
</el-form-item>
</div>
<div
class=
"confim-btn"
:style=
"{ width: fixedWidth + 'px' }"
>
<el-form-item
class=
"fix-btn"
>
<!-- <el-button type="primary" size="small" @click="submitForm('couponForm')" :disabled="!canEdit" :loading="submitLoading">保存</el-button> -->
...
...
src/views/goods/gift/info.vue
View file @
7134056e
...
...
@@ -124,44 +124,6 @@
</el-form-item>
</div>
<div
class=
"section-content"
>
<h3>
可见配置
<span
class=
"sub_title"
>
该配置决定客户是否可见
</span></h3>
<el-form-item
label=
"上架时间"
prop=
"releaseType"
>
<el-radio-group
v-model=
"giftForm.releaseType"
>
<el-radio
:label=
"1"
>
立即上架
</el-radio>
<el-radio
:label=
"2"
>
自定义上架时间段
</el-radio>
</el-radio-group>
</el-form-item>
<!-- 定时上架 -->
<el-form-item
class=
"form-item-mt"
v-if=
"giftForm.releaseType === 2"
prop=
"limitTimeBegin"
>
<el-date-picker
v-model=
"giftForm.limitTimeBegin"
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:picker-options=
"pickerOptions"
></el-date-picker>
</el-form-item>
<el-form-item
label=
"显示状态"
prop=
"proShowStatus"
>
<el-radio-group
v-model=
"giftForm.proShowStatus"
>
<el-radio
:label=
"1"
>
上架状态就显示
</el-radio>
<el-radio
:label=
"2"
>
兑换状态下显示
</el-radio>
</el-radio-group>
<div
v-if=
"giftForm.proShowStatus == 1"
style=
"margin-left:20px;"
>
<el-checkbox
v-model=
"giftForm.isNewGuestVisible"
:true-label=
"1"
:false-label=
"0"
>
非会员可见
</el-checkbox>
<span
class=
"tips"
>
开启非会员可见,则未开卡客户可见该礼品
</span>
</div>
</el-form-item>
<el-form-item
label=
"展现门店"
required
style=
"position:relative"
v-if=
"useNewStoreWidget === 0"
>
<el-tooltip
class=
"tips-content"
effect=
"dark"
popper-class=
"store-tips"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-linkage
style=
"margin-left:10px"
v-if=
"(giftId && creatorId) || giftId == -1"
:creatorId=
"creatorId"
:disabled=
"isInfo"
@
getDisGroupList=
"getDisGroupList"
:msg=
"sendChildData"
:openFlag=
"openFlag"
ref=
"selectTree"
@
sendSelectGroupData=
"getSelectGroupData"
></vue-gic-store-linkage>
<span
v-if=
"sendChildData.storeType === 1"
class=
"store-tip"
>
若选中的父分组下有新增的门店分组,系统不会默认选中此新增门店分组,请重新确认选择并保存礼品
</span>
</el-form-item>
<el-form-item
label=
"展现门店"
v-if=
"useNewStoreWidget === 1"
class=
"store-card"
>
<el-tooltip
class=
"tips-content"
effect=
"dark"
popper-class=
"store-tips"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-card
style=
"margin-left:10px"
class=
"pt10"
ref=
"storeCard"
:uuid
.
sync=
"uuid"
scenes
/>
</el-form-item>
</div>
<div
class=
"section-content"
>
<h3>
可兑换配置
<span
class=
"sub_title"
>
该配置决定客户是否可以兑换
</span></h3>
<el-form-item
label=
"适用会员"
prop=
"gradeType"
v-if=
"cliqueStatus"
>
<el-radio-group
v-model=
"giftForm.gradeType"
@
change=
"handleChange"
>
...
...
@@ -356,6 +318,44 @@
</el-table>
</div>
</div>
<div
class=
"section-content"
>
<h3>
可见配置
<span
class=
"sub_title"
>
该配置决定客户是否可见
</span></h3>
<el-form-item
label=
"上架时间"
prop=
"releaseType"
>
<el-radio-group
v-model=
"giftForm.releaseType"
>
<el-radio
:label=
"1"
>
立即上架
</el-radio>
<el-radio
:label=
"2"
>
自定义上架时间段
</el-radio>
</el-radio-group>
</el-form-item>
<!-- 定时上架 -->
<el-form-item
class=
"form-item-mt"
v-if=
"giftForm.releaseType === 2"
prop=
"limitTimeBegin"
>
<el-date-picker
v-model=
"giftForm.limitTimeBegin"
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:picker-options=
"pickerOptions"
></el-date-picker>
</el-form-item>
<el-form-item
label=
"显示状态"
prop=
"proShowStatus"
>
<el-radio-group
v-model=
"giftForm.proShowStatus"
>
<el-radio
:label=
"1"
>
上架状态就显示
</el-radio>
<el-radio
:label=
"2"
>
兑换状态下显示
</el-radio>
</el-radio-group>
<div
v-if=
"giftForm.proShowStatus == 1"
style=
"margin-left:20px;"
>
<el-checkbox
v-model=
"giftForm.isNewGuestVisible"
:true-label=
"1"
:false-label=
"0"
>
非会员可见
</el-checkbox>
<span
class=
"tips"
>
开启后,未开卡客户在积分商城也可见该礼品(前提是该礼品的“适用会员”包含最低会员卡等级)
</span>
</div>
</el-form-item>
<el-form-item
label=
"展现门店"
required
style=
"position:relative"
v-if=
"useNewStoreWidget === 0"
>
<el-tooltip
class=
"tips-content"
effect=
"dark"
popper-class=
"store-tips"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-linkage
style=
"margin-left:10px"
v-if=
"(giftId && creatorId) || giftId == -1"
:creatorId=
"creatorId"
:disabled=
"isInfo"
@
getDisGroupList=
"getDisGroupList"
:msg=
"sendChildData"
:openFlag=
"openFlag"
ref=
"selectTree"
@
sendSelectGroupData=
"getSelectGroupData"
></vue-gic-store-linkage>
<span
v-if=
"sendChildData.storeType === 1"
class=
"store-tip"
>
若选中的父分组下有新增的门店分组,系统不会默认选中此新增门店分组,请重新确认选择并保存礼品
</span>
</el-form-item>
<el-form-item
label=
"展现门店"
v-if=
"useNewStoreWidget === 1"
class=
"store-card"
>
<el-tooltip
class=
"tips-content"
effect=
"dark"
popper-class=
"store-tips"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px"
>
会员的门店(常规设置)满足展示门店设置,则在礼品/优惠券列表可见
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"color:#1890ff"
></i>
</el-tooltip>
<vue-gic-store-card
style=
"margin-left:10px"
class=
"pt10"
ref=
"storeCard"
:uuid
.
sync=
"uuid"
scenes
/>
</el-form-item>
</div>
<div
class=
"section-content section-tip-content"
>
<h3>
售后服务
</h3>
<el-form-item
label=
"支持买家申请退款"
prop=
"refundType"
>
...
...
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