|
@@ -1,7 +1,7 @@
|
|
|
<!-- 资金信息-资金汇总-出金申请 -->
|
|
<!-- 资金信息-资金汇总-出金申请 -->
|
|
|
<template>
|
|
<template>
|
|
|
<app-drawer title="提现申请" :width="500" v-model:show="show" :loading="loading" :refresh="refresh">
|
|
<app-drawer title="提现申请" :width="500" v-model:show="show" :loading="loading" :refresh="refresh">
|
|
|
- <el-form ref="formRef" v-if="cusBank.canoutamount === 1" class="el-form--vertical" label-width="100px" :model="formData" :rules="formRules">
|
|
|
|
|
|
|
+ <el-form ref="formRef" v-if="cusBank.canoutamount === 1" class="el-form--vertical" label-width="120px" :model="formData" :rules="formRules">
|
|
|
<el-form-item label="资金账号">
|
|
<el-form-item label="资金账号">
|
|
|
<span>{{ accountStore.currentAccountId }}</span>
|
|
<span>{{ accountStore.currentAccountId }}</span>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -21,7 +21,7 @@
|
|
|
<el-input type="textarea" :maxlength="50" :rows="3" v-model="formData.Remark" />
|
|
<el-input type="textarea" :maxlength="50" :rows="3" v-model="formData.Remark" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
- <span v-else>{{ msg }}</span>
|
|
|
|
|
|
|
+ <span v-if="cusBank.canoutamount === 0">{{ msg }}</span>
|
|
|
<template #footer>
|
|
<template #footer>
|
|
|
<el-button type="info" @click="onCancel(false)">取消</el-button>
|
|
<el-button type="info" @click="onCancel(false)">取消</el-button>
|
|
|
<el-button type="primary" @click="formSubmit">提交</el-button>
|
|
<el-button type="primary" @click="formSubmit">提交</el-button>
|