Commit a3f927b7 by liuchenxi

update: 固化分组好办展示

parent 8f680c5e
......@@ -347,8 +347,8 @@ export default {
};
if (this.type) {
Object.assign(param, {
startTime: this.sdate,
endTime: this.edate,
// startTime: this.sdate,
// endTime: this.edate,
cardModule: this.type ? 'memberTag' : '' // 会员标签传
});
}
......
......@@ -637,7 +637,13 @@
<!-- 会员标签嵌入卡券选择器 com023 -->
<!-- v-if="parent.templateCode == 'com023'" -->
<div v-if="parent.templateCode == 'com023'">
选择卡券:<el-radio-group v-model="cardRadioType">
<el-radio :label="0">全部卡券</el-radio>
<el-radio :label="1">部分卡券</el-radio>
</el-radio-group>
<vue-gic-card
v-show="cardRadioType"
style="margin-top:20px"
@reciver-card-list="reciverCardList"
:disabledList="disabledList"
:cardLimit="cardLimit"
......@@ -645,6 +651,7 @@
:tag-list="tagList"
:type="1">
</vue-gic-card>
<p v-show="!cardRadioType" class="grey" style="margin-top:15px">说明:选择全部卡券后,后续创建的卡券也会进行统计。</p>
</div>
<!-- 会员分层 tag021 -->
......@@ -754,7 +761,7 @@
天后过期
<span class="grey">(仅支持输入1-30之间的正整数)</span>
</div>
卡券类型<el-radio-group v-model="cardRadioType">
选择卡券<el-radio-group v-model="cardRadioType">
<el-radio :label="0">全部卡券</el-radio>
<el-radio :label="1">部分卡券</el-radio>
</el-radio-group>
......
......@@ -78,7 +78,6 @@ export default {
},
handleSave() {
const ret = this.$refs.tagConfig.getTemplateData();
this.templateData = JSON.parse(JSON.stringify(ret));
this.tagId = this.tagDataAssgin.tagId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment