From 27dcff520629f662ca24de591379d34253a8fa6f Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 8 Sep 2023 14:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/company.ts | 5 ++ src/views/company/edit.vue | 33 ++++++++--- src/views/company/index.vue | 109 +++++++++++++++++++++++++++++++++++- 3 files changed, 137 insertions(+), 10 deletions(-) diff --git a/src/api/company.ts b/src/api/company.ts index c6c8e3f..6c97204 100644 --- a/src/api/company.ts +++ b/src/api/company.ts @@ -53,4 +53,9 @@ export function companyListTwo(params: any) { // 获取管辖区域 export function companyResponsibleArea(params: any) { return request.get({ url: '/company/responsible_area', params }) +} + +// 人脸采集 +export function organizationFaceCreate(params: any) { + return request.get({ url: '/company/organizationFaceCreate', params }) } \ No newline at end of file diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 704a03f..21d2595 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -250,9 +250,20 @@
主要联系人
+ - -
+ + * +
- 上传人脸证件照
@@ -310,7 +320,6 @@ :disabled="isDisabled" v-model="formData.master_phone" placeholder="请输入手机" - type="number" clearable :style="{ width: '100%' }" > @@ -659,11 +668,11 @@ 1