礼品卡

This commit is contained in:
齐天大圣 2024-03-07 15:13:30 +08:00
parent 63eaf1e825
commit 9c16c658c4
3 changed files with 14 additions and 14 deletions

View File

@ -1207,7 +1207,7 @@ export default {
Deleteshan(row){ Deleteshan(row){
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$modal.confirm('是否确认删除消费有礼活动编号为"' + ids + '"的数据项').then(function() { this.$modal.confirm('是否确认删除此项消费有礼活动?').then(function() {
return delActiveConsumption(ids); return delActiveConsumption(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

View File

@ -201,13 +201,13 @@
<span></span> <el-input-number v-model="activeDiscountChildList[0].discount" :min="0" :max="9.9" placeholder="1 ~ 9.9" label=""></el-input-number> <span></span> <span></span> <el-input-number v-model="activeDiscountChildList[0].discount" :min="0" :max="9.9" placeholder="1 ~ 9.9" label=""></el-input-number> <span></span>
</div> </div>
<!-- <div @click="deleteactiveDiscountChildList(index)">--> <div @click="deleteactiveDiscountChildList(index)">
<!-- <el-button type="danger" icon="el-icon-delete" circle style="margin-left: 8px" ></el-button>--> <el-button type="danger" icon="el-icon-delete" circle style="margin-left: 8px" ></el-button>
<!-- </div>--> </div>
</div>
<div >
<el-button type="primary" icon="el-icon-plus" @click="addactiveDiscountChildList">新增</el-button>
</div> </div>
<!-- <div >-->
<!-- <el-button type="primary" icon="el-icon-plus" @click="addactiveDiscountChildList">新增</el-button>-->
<!-- </div>-->
</el-form-item> </el-form-item>
<el-row :gutter="20"> <el-row :gutter="20">
@ -597,7 +597,7 @@ export default {
Deleteshan(row){ Deleteshan(row){
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$modal.confirm('是否确认删除消费有礼活动编号为"' + ids + '"的数据项').then(function() { this.$modal.confirm('是否确认删除此项折扣营销活动').then(function() {
return delActiveDiscount(ids); return delActiveDiscount(ids);
}).then(() => { }).then(() => {
this.getList(); this.getList();

View File

@ -188,13 +188,13 @@
<div style="width: 25%;display: flex; align-items: center;"> <div style="width: 25%;display: flex; align-items: center;">
<span></span> <el-input-number v-model="activeDiscountChildList[0].deductionAmount" :min="0" :max="activeDiscountChildList[0].amount" label=""></el-input-number> <span></span> <span></span> <el-input-number v-model="activeDiscountChildList[0].deductionAmount" :min="0" :max="activeDiscountChildList[0].amount" label=""></el-input-number> <span></span>
</div> </div>
<!-- <div @click="deleteactiveDiscountChildList(index)">--> <div @click="deleteactiveDiscountChildList(index)">
<!-- <el-button type="danger" icon="el-icon-delete" circle style="margin-left: 8px" ></el-button>--> <el-button type="danger" icon="el-icon-delete" circle style="margin-left: 8px" ></el-button>
<!-- </div>--> </div>
</div> </div>
<!-- <div >--> <div >
<!-- <el-button type="primary" icon="el-icon-plus" @click="addactiveDiscountChildList">新增</el-button>--> <el-button type="primary" icon="el-icon-plus" @click="addactiveDiscountChildList">新增</el-button>
<!-- </div>--> </div>
</el-form-item> </el-form-item>
<el-row :gutter="20"> <el-row :gutter="20">