From bcd2043346bd8592478cf2edacb635ca6166de27 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Thu, 5 Jun 2025 14:41:26 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=A1=A5=E5=85=85=E6=94=B9=E9=80=A0?= =?UTF-8?q?=E5=BC=80=E5=BA=97=E6=B3=95=E4=BA=BA=E5=92=8C=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E8=AF=81=E4=BB=B6=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=B9=B6=E4=B8=94?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=9B=BE=E7=89=87=E5=86=85=E5=AE=B9=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/views/start/start.vue | 384 +++++++++++++++++++++++++++++++------- 2 files changed, 318 insertions(+), 67 deletions(-) diff --git a/components.d.ts b/components.d.ts index 613ab09..c79ac32 100644 --- a/components.d.ts +++ b/components.d.ts @@ -16,6 +16,7 @@ declare module 'vue' { ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem'] ElCascader: typeof import('element-plus/es')['ElCascader'] ElCol: typeof import('element-plus/es')['ElCol'] + ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] ElDialog: typeof import('element-plus/es')['ElDialog'] ElForm: typeof import('element-plus/es')['ElForm'] ElFormItem: typeof import('element-plus/es')['ElFormItem'] diff --git a/src/views/start/start.vue b/src/views/start/start.vue index 53b8130..b0e4360 100644 --- a/src/views/start/start.vue +++ b/src/views/start/start.vue @@ -32,6 +32,9 @@ disabled /> + + + 点击免填营业执照信息 + type="info" + plain + v-if=" + applyFormData.biz_license_image && + !applyFormData.biz_license_company + " + @click="handleOcrText(currentBbatchNo, 'biz_license_image')" + >点击免填营业执照信息 + + + - - + + + 上传证件正面 点击免填身份证 + type="info" + plain + v-if=" + applyFormData.legal_person_id_images && + !applyFormData.legal_person_id_number + " + @click=" + handleOcrText(currentBbatchNo, 'legal_person_id_images') + " + >点击免填身份证 + + + + + + + + + 长期 + 非长期 + + +
@@ -513,6 +579,43 @@ placeholder="请输入个人身份证号" /> + + + + + + + + + 长期 + 非长期 + + +
@@ -544,7 +647,7 @@ -
上传银行卡
免填卡号
+
上传银行卡
免填卡号
点击免填卡号 -