From bb639e9fe400f7ad3aa9b6c5aa6197f329c10a84 Mon Sep 17 00:00:00 2001
From: yanfeiyong <2060201549@qq.com>
Date: Tue, 25 Mar 2025 16:10:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 2 +-
src/api/ManageApi/index.js | 29 --
src/views/components/ProjectDetails/Basic.vue | 185 ++--------
.../components/ProjectDetails/Buildings.vue | 139 +++-----
.../ProjectDetails/Companyenter.vue | 255 +++++--------
.../components/ProjectDetails/Models.vue | 83 +++--
.../components/ProjectDetails/Others.vue | 79 ++--
.../components/ProjectDetails/Programme.vue | 76 ++--
.../ProjectDetails/companyenter2.vue | 266 ++++++++++++++
.../ProjectDetails/companyenter(备份).vue | 197 ----------
src/views/components/dialog/basicinfo.vue | 337 ------------------
src/views/components/qiyexinxi/qiyexinxi.vue | 289 +++++++++++++++
.../components/zhengwuxinxi/zhengwuxinxi.vue | 308 ++++++++++++++++
src/views/manage-info/index.vue | 149 ++++----
src/views/manage/index.vue | 302 +---------------
vue.config.js | 2 +-
16 files changed, 1257 insertions(+), 1441 deletions(-)
create mode 100644 src/views/components/ProjectDetails/companyenter2.vue
delete mode 100644 src/views/components/ProjectDetails/companyenter(备份).vue
delete mode 100644 src/views/components/dialog/basicinfo.vue
create mode 100644 src/views/components/qiyexinxi/qiyexinxi.vue
create mode 100644 src/views/components/zhengwuxinxi/zhengwuxinxi.vue
diff --git a/.env.production b/.env.production
index 4e6f237..bef27bb 100644
--- a/.env.production
+++ b/.env.production
@@ -5,4 +5,4 @@ VUE_APP_TITLE = 苏州工业园区工业上楼项目系统
ENV = 'production'
# 苏州工业园区工业上楼项目系统/生产环境
-VUE_APP_BASE_API = 'http://39.101.188.84:7071'
+# VUE_APP_BASE_API = 'http://39.101.188.84:7071'
diff --git a/src/api/ManageApi/index.js b/src/api/ManageApi/index.js
index 458e8da..596a9a5 100644
--- a/src/api/ManageApi/index.js
+++ b/src/api/ManageApi/index.js
@@ -1,19 +1,5 @@
// src/api/ManageApi/index.js
import request from '@/utils/request';
-import { getToken } from '@/utils/auth';
-
-
-// 企业--基本信息==下载模板(基本信息模板)
-export function exportBasicInformationTemplate() {
- return request({
- url: '/gysl/basicInformation/importTemplate',
- method: 'post',
- responseType: 'blob',
- headers: {
- 'Authorization': `Bearer ${getToken()}`
- }
- });
-}
// 分页查询所有数据
export function getBasicInformationPage(params) {
return request({
@@ -22,21 +8,6 @@ export function getBasicInformationPage(params) {
params
})
}
-// 企业基本信息--的导入功能
-export function importBasicInformation(data) {
- const formData = new FormData();
- formData.append('file', data.file);
-
- return request({
- url: '/gysl/basicInformation/import',
- method: 'post',
- data: formData,
- headers: {
- 'Content-Type': 'multipart/form-data',
- 'Authorization': `Bearer ${getToken()}`,
- },
- });
-}
// 企业--基本信息==展示
export function getBasicInformationById(id) {
return request({
diff --git a/src/views/components/ProjectDetails/Basic.vue b/src/views/components/ProjectDetails/Basic.vue
index c1becd8..6ac8c86 100644
--- a/src/views/components/ProjectDetails/Basic.vue
+++ b/src/views/components/ProjectDetails/Basic.vue
@@ -13,18 +13,19 @@
style="width: 0.6rem; height: 0.6rem; margin-right: 4px;">
编辑
-
导出
-
{{ row.left }} | -{{ row.label1 }} {{ row.right1 }} | -{{ row.label2 }} {{ row.right2 }} | -{{ row.label3 }} {{ row.right3 }} | +
{{ row.ysmc }} | +
+
+ {{ item.zdname }}:
+
+
+ {{ item.zdname }}: {{ item.zdinfor || '无' }}
+
+ |