更新刷新提现详情

This commit is contained in:
zoujiandong 2023-11-06 09:10:19 +08:00
parent 3cecb16498
commit 27420f34bd

View File

@ -64,11 +64,10 @@
</a-form-item>
</a-col>
</a-row>
<a-row :gutter="24">
<a-row :gutter="24" v-if="modalForm.examine_fail_reason">
<a-col :span="12">
<a-form-item field="idCard" label="拒绝理由:" >
<span v-if="modalForm.doctor_withdrawal_bank">{{modalForm.doctor_withdrawal_bank.province}}{{modalForm.doctor_withdrawal_bank.city}}{{modalForm.doctor_withdrawal_bank.county}}</span>
<span v-else>-</span>
<span >{{modalForm.doctor_withdrawal_bank.province}}{{modalForm.doctor_withdrawal_bank.city}}{{modalForm.doctor_withdrawal_bank.county}}</span>
</a-form-item>
</a-col>
@ -211,6 +210,7 @@
:id="withdrawal_order_id"
:max="modalForm.actual_withdrawal_amount"
@closeChange="closeChange"
></numberModal>
<a-modal v-model:visible="rejectVisible" :modal-style="{width:'420px'}" @ok="handleConfirmReject"
@ -362,7 +362,7 @@ const handleDetail = async (record) => {
//
const closeChange = () => {
okVisible.value = false;
emits('freshDetail');
};
const rejectVisible=ref(false);
const rules = {
@ -389,6 +389,9 @@ const handleWithdrawalStatus= async(examine_status)=>{
examine_status==2?Message.success("已通过审核"):Message.success("已拒绝成功")
emits('freshDetail');
}
if(examine_status==3){
closeReject()
}
}
const okStatus=ref(1);
const handleConfirmReject=()=>{