|
|
|
@ -229,6 +229,7 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
// 本次支付显示输入框
|
|
|
|
openSpendMoney(row, index) {
|
|
|
|
openSpendMoney(row, index) {
|
|
|
|
if (row.rechargeTypeId) {
|
|
|
|
if (row.rechargeTypeId) {
|
|
|
|
this.spendIndex = index;
|
|
|
|
this.spendIndex = index;
|
|
|
|
@ -513,7 +514,6 @@ export default {
|
|
|
|
form.discoutMoney = 0;
|
|
|
|
form.discoutMoney = 0;
|
|
|
|
form.giftSpendMoney = 0;
|
|
|
|
form.giftSpendMoney = 0;
|
|
|
|
form.type = v.type;
|
|
|
|
form.type = v.type;
|
|
|
|
console.log(form);
|
|
|
|
|
|
|
|
let row = this.toSpend(form, this.rowIndex);
|
|
|
|
let row = this.toSpend(form, this.rowIndex);
|
|
|
|
form = { ...form, ...row };
|
|
|
|
form = { ...form, ...row };
|
|
|
|
this.list.splice(this.rowIndex, 1, form);
|
|
|
|
this.list.splice(this.rowIndex, 1, form);
|
|
|
|
|