From 67f9c8fb525952abce9d1f16e70221c0b798bf3f Mon Sep 17 00:00:00 2001
From: zsk <710162063@qq.com>
Date: Thu, 15 May 2025 14:55:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=85=A5=E9=A9=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/bussinessCoop.js | 3 +-
src/utils/request.js | 3 +-
src/views/components/poi.vue | 309 +++++++++++++
src/views/homePage/examine.vue | 913 +++++++++++++++++--------------------
src/views/homePage/fastExamine.vue | 146 +++++-
src/views/homePage/index.vue | 2 +-
6 files changed, 855 insertions(+), 521 deletions(-)
create mode 100644 src/views/components/poi.vue
diff --git a/src/api/bussinessCoop.js b/src/api/bussinessCoop.js
index 32c570c..4690b6a 100644
--- a/src/api/bussinessCoop.js
+++ b/src/api/bussinessCoop.js
@@ -17,7 +17,8 @@ export function getBusinessCoopList(data) {
// Add agency
export function addAgency(data) {
return request({
- url: "/admin/v4/agency/addAgency",
+ url: "/business/coop/approve",
+ // url: "/admin/v4/agency/addAgency",
method: "post",
data: setqs(data),
});
diff --git a/src/utils/request.js b/src/utils/request.js
index f7f4c1d..fcf75ae 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -8,7 +8,8 @@ import {
} from 'ant-design-vue';
import commonJS from './common.js';
const router = useRouter()
-const baseURL = "https://admin.ibocai.com.cn/api_prod"; // 正式环境线上
+// const baseURL = "https://admin.ibocai.com.cn/api_prod"; // 正式环境线上
+const baseURL = "http://192.168.3.83:8003"; // 正式环境线上
// const baseURL2 = "https://a.matripe.com.cn/api_stock"; // 正式环境线上
let protocol = location.protocol
let trueUrl = protocol == 'http:' ? baseURL : baseURL2
diff --git a/src/views/components/poi.vue b/src/views/components/poi.vue
new file mode 100644
index 0000000..80b4297
--- /dev/null
+++ b/src/views/components/poi.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+
{{ mapInfo.name }}
+
{{ mapInfo.address }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/homePage/examine.vue b/src/views/homePage/examine.vue
index 0afea64..9970421 100644
--- a/src/views/homePage/examine.vue
+++ b/src/views/homePage/examine.vue
@@ -1,93 +1,58 @@
-
-
-
-
-
-
-
-
-
- {{ record.companyType === 0 ? '企业' : record.companyType === 1 ? '个体' : '-' }}
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ record.companyType === 0 ? "企业" : record.companyType === 1 ? "个体" : "-" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 实名认证
- {{ getStatusText(record.realNameAuth) }}
-
-
-
-
- 资质认证
- {{ getStatusText(record.certificationAuth) }}
-
+
+ 资质认证
+ {{ getStatusText(record.certificationAuth) }}
+
-
+
-
-
+
-
-
- {{ record[column.dataIndex] || '-' }}
-
-
-
-
-
-
-
-
-
-
-
- {{ currentRecord.codeUSC || '-' }}
-
-
-
- {{ currentRecord.companyType === 0 ? '企业' : currentRecord.companyType === 1 ? '个体' : '-' }}
-
-
-
- {{ currentRecord.companyName || '-' }}
-
-
-
-
-
![营业执照]()
-
- -
-
-
-
- {{ currentRecord.legalPersonName || '-' }}
-
-
-
- {{ currentRecord.legalPersonIdCardNo || '-' }}
-
-
-
-
-
![身份证人像面]()
-
- -
-
-
-
-
-
![身份证国徽面]()
-
- -
-
-
-
- {{ currentRecord.realNameAuthContactsName || '-' }}
-
-
-
- {{ currentRecord.realNameAuthContactsTel || '-' }}
-
-
-
-
- 通过
- 驳回
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
![劳务派遣经营许可证]()
-
- -
-
-
-
- {{ currentRecord.certificationAuthContactsName || '-' }}
-
-
-
- {{ currentRecord.certificationAuthContactsTel || '-' }}
-
-
-
-
- 通过
- 驳回
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ record[column.dataIndex] || "-" }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ currentRecord.codeUSC || "-" }}
+
+
+
+ {{ currentRecord.companyType === 0 ? "企业" : currentRecord.companyType === 1 ? "个体" : "-" }}
+
+
+
+ {{ currentRecord.companyName || "-" }}
+
+
+
+
+
![营业执照]()
+
+ -
+
+
+
+ {{ currentRecord.legalPersonName || "-" }}
+
+
+
+ {{ currentRecord.legalPersonIdCardNo || "-" }}
+
+
+
+
+
![身份证人像面]()
+
+ -
+
+
+
+
+
![身份证国徽面]()
+
+ -
+
+
+
+ {{ currentRecord.realNameAuthContactsName || "-" }}
+
+
+
+ {{ currentRecord.realNameAuthContactsTel || "-" }}
+
+
+
+
+ 通过
+ 驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
![劳务派遣经营许可证]()
+
+ -
+
+
+
+ {{ currentRecord.certificationAuthContactsName || "-" }}
+
+
+
+ {{ currentRecord.certificationAuthContactsTel || "-" }}
+
+
+
+
+ 通过
+ 驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/views/homePage/fastExamine.vue b/src/views/homePage/fastExamine.vue
index 349a98f..348475e 100644
--- a/src/views/homePage/fastExamine.vue
+++ b/src/views/homePage/fastExamine.vue
@@ -1,8 +1,18 @@
-
+
+
@@ -55,9 +65,13 @@
-
+
+
+ 已审核
+ 审核
+
@@ -92,9 +106,9 @@
{{ formState.address }}
-
+
-
+
@@ -135,12 +149,20 @@
+
+
+
+
+
+
+