| | |
| | | > |
| | | <ProFormSelect |
| | | v-model="form.bank_account_type" |
| | | :valueEnum="EnumWeChatPayApplymentBankAccountTypeText" |
| | | :valueEnum="bank_account_typeList" |
| | | placeholder="请选择结算银行账户类型" |
| | | > |
| | | </ProFormSelect> |
| | |
| | | v-model:account_bank_code="form.account_bank_code" |
| | | v-model:bank_alias_code="form.bank_alias_code" |
| | | v-model:need_bank_branch="form.need_bank_branch" |
| | | :bank_account_type="form.bank_account_type" |
| | | placeholder="请输入开户银行" |
| | | clearable |
| | | filterable |
| | |
| | | EnumWeChatPayApplymentSalesScenesType, |
| | | EnumWeChatPayApplymentSalesScenesTypeText, |
| | | EnumWeChatPayApplymentBankAccountTypeText, |
| | | EnumWeChatPayApplymentBankAccountTypeTextForGTH, |
| | | BooleanOptions, |
| | | } from '@/constants'; |
| | | import { convertApi2FormUrlOnlyOne, downloadFileByUrl, format, convertApi2FormUrls } from '@/utils'; |
| | |
| | | return EnumWeChatPayApplymentIdDocTypeText; |
| | | }); |
| | | |
| | | const bank_account_typeList = computed(() => { |
| | | if (form.subject_type === EnumWeChatPayApplymentSubjectType.SUBJECT_TYPE_INDIVIDUAL) { |
| | | return EnumWeChatPayApplymentBankAccountTypeTextForGTH; |
| | | } |
| | | return EnumWeChatPayApplymentBankAccountTypeText; |
| | | }); |
| | | |
| | | const { isLoading, refetch } = useQuery({ |
| | | queryKey: [ |
| | | 'enterpriseWalletServices/getEnterpriseWallet', |