礼品卡
This commit is contained in:
parent
63eaf1e825
commit
9c16c658c4
@ -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();
|
||||||
|
@ -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();
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user