From 4c06f07ac6465cdd7650bb3563f92b4911632562 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 12 Jan 2026 15:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common/index.ts | 10 +- src/views/applyments/applyment_in.vue | 596 ++++++++---------- .../applyments/components/selectAddress.vue | 36 +- .../applyments/components/selectBank.vue | 72 ++- src/views/applyments/index.vue | 53 +- 5 files changed, 356 insertions(+), 411 deletions(-) diff --git a/src/api/common/index.ts b/src/api/common/index.ts index c188377..29b6c11 100644 --- a/src/api/common/index.ts +++ b/src/api/common/index.ts @@ -37,16 +37,14 @@ export const getCategory = () => { } interface getBankBranchListParams { - province?: string; // 省份 - city?: string; // 城市 - instId?: string; // 顶级机构ID + bankAliceCode?: string; + cityCode?: string; } /** * 获取所有支行 * @params - * province?: string; // 省份 - * city?: string; // 城市 - * instId?: string; // 顶级机构ID + * bankAliceCode 银行别名code bankAliasCode 从 /system/admin/common/bankInfo 获取 + * cityCode 市编码 wxProvinceCode 从 /system/admin/common/region 获取 * @returns */ export const getBankBranchList = (params: getBankBranchListParams) => { diff --git a/src/views/applyments/applyment_in.vue b/src/views/applyments/applyment_in.vue index 8c682ef..3526a80 100644 --- a/src/views/applyments/applyment_in.vue +++ b/src/views/applyments/applyment_in.vue @@ -47,13 +47,15 @@ + style="width: 300px;" v-loading="contactIdCardFrontPicUploadLoading"> - + - + @@ -109,19 +111,21 @@ (上传图片自动识别 有效期) - + - + - + - + @@ -156,7 +160,7 @@ - + @@ -227,7 +231,7 @@ - + @@ -236,33 +240,36 @@ style="width: 300px;"> - - (上传图片自动识别 银行卡号) - + - + - + \ No newline at end of file