|
|
|
@ -452,7 +452,11 @@ const submitEdit = async function () { |
|
|
|
newRefundFree: (editForm.value.partRefundFree) * 100 |
|
|
|
|
|
|
|
} |
|
|
|
console.log(editRow.value.goodsName); |
|
|
|
if(params.refundModel == 0){ |
|
|
|
params.newRefundGold = (editRow.value.gold)*100 |
|
|
|
params.newRefundFree = (editRow.value.free)*100 |
|
|
|
} |
|
|
|
console.log('params',params); |
|
|
|
|
|
|
|
if (editRow.value.goodsName != '金币充值') { |
|
|
|
params.newRefundGold = '' |
|
|
|
@ -559,7 +563,8 @@ const currencies = computed(() => [ |
|
|
|
t('cash.currency.thb'), |
|
|
|
t('cash.currency.cad'), |
|
|
|
t('cash.currency.vnd'), |
|
|
|
t('cash.currency.krw') |
|
|
|
t('cash.currency.krw'), |
|
|
|
t('cash.currency.rmb'), |
|
|
|
]) |
|
|
|
const channelOptions = computed(() => [ |
|
|
|
t('cash.payMethods.stripe'), |
|
|
|
|