ios充值异常订单管理

This commit is contained in:
@fawn-nine
2023-05-18 13:26:22 +08:00
parent a44be672f0
commit a6ae5ee5fd
8 changed files with 221 additions and 29 deletions

View File

@@ -239,7 +239,7 @@
<template slot-scope="scopeChild">
<el-button
type="text"
@click="deleteMESelectePro(scope.$index,scopeChild.$index)"
@click="deleteMECoupon(scope.$index,scopeChild.$index)"
size="mini"
>删除</el-button
>
@@ -413,7 +413,7 @@
type="text"
plain
@click="selectZPro(-1,'zhuce')"
>选择商品 - 注册</span
>选择商品</span
>
</div>
</div>
@@ -759,6 +759,9 @@ export default {
this.getActivityOprateType();
});
},
deleteMECoupon(index, rowindex) {
this.dataForm.activedContent.chongZList[index].gift.couponlist.splice(rowindex,1)
},
deleteZhuCeSelectePro(index) {
this.dataForm.activedContent.registerObj.zProductsList.splice(index, 1)
},
@@ -820,7 +823,7 @@ export default {
}
},
deleteMESelectePro(index,rowindex){ // 删除满额赠的商品
console.log(index, rowindex)
// console.log(index, rowindex)
this.dataForm.activedContent.chongZList[index].gift.Productslist.splice(rowindex,1)
},
zengpinTypeChange() {