|
|
|
@ -522,8 +522,8 @@ const handlePass = async function () { |
|
|
|
headFinance: adminData.value.adminName, |
|
|
|
auditId: auditRow.value.auditId, |
|
|
|
goodsName: auditRow.value.goodsName, |
|
|
|
permanentGold: auditRow.value.permanentGold, |
|
|
|
freeGold: auditRow.value.freeGold, |
|
|
|
permanentGold: auditRow.value.permanentGold * 100, |
|
|
|
freeGold: auditRow.value.freeGold * 100, |
|
|
|
orderCode: auditRow.value.orderCode, |
|
|
|
jwcode: auditRow.value.jwcode |
|
|
|
} |
|
|
|
@ -535,6 +535,7 @@ const handlePass = async function () { |
|
|
|
ElMessage.success('审核通过') |
|
|
|
showAudit2.value = false |
|
|
|
getRefund() |
|
|
|
hideExecutor() |
|
|
|
} |
|
|
|
} catch (error) { |
|
|
|
ElMessage.error(error.message || '审核失败') |
|
|
|
@ -636,6 +637,10 @@ const showStep = function (row) { |
|
|
|
console.log('步骤条状态', currentStep.value) |
|
|
|
showSteps.value = true |
|
|
|
} |
|
|
|
const hideExecutor = function () { |
|
|
|
addForm.value.executor = '' |
|
|
|
showExecutor.value = false |
|
|
|
} |
|
|
|
const productList = [ |
|
|
|
{ |
|
|
|
"value": "金币产品", |
|
|
|
|