From ac7ccff3955083bc95a5ec85054e8fc836edeb1e Mon Sep 17 00:00:00 2001
From: yanfeiyong <2060201549@qq.com>
Date: Mon, 31 Mar 2025 08:56:11 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 2 +-
src/api/ManageApi/index.js | 76 ++++++++
src/views/compilation/onecailiao/index.vue | 99 ++++++++--
.../ProjectDetails/Companyenter.vue | 3 +-
.../ProjectDetails/Projectpicture.vue | 2 +-
src/views/components/analysis/all.vue | 74 +++++--
src/views/components/analysis/allcompany.vue | 162 ++++++++++++++++
src/views/components/analysis/function.vue | 80 +++++---
src/views/components/analysis/invest.vue | 151 ++++++++-------
src/views/components/analysis/message.vue | 64 +++---
.../components/analysis/messagecompany.vue | 62 ++++++
src/views/components/analysis/projectList.vue | 183 +++++++++---------
src/views/evalute/evalist/index.vue | 5 +-
src/views/orientedtwo/content/index.vue | 123 ++++++------
src/views/statistics/index.vue | 65 +++++--
src/views/tongjifenxi/index.vue | 12 +-
vue.config.js | 4 +-
17 files changed, 824 insertions(+), 343 deletions(-)
create mode 100644 src/views/components/analysis/allcompany.vue
create mode 100644 src/views/components/analysis/messagecompany.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 ade9791..ca024ab 100644
--- a/src/api/ManageApi/index.js
+++ b/src/api/ManageApi/index.js
@@ -529,3 +529,79 @@ export function getclglPage(data) {
data
})
}
+// 富文本编辑接口
+export function exportToPdf(params) {
+ return request({
+ url: '/gysl/dpclgl/unloadPdf',
+ method: 'get',
+ params,
+ })
+}
+
+//通用下载请求
+export function downloadPdf(fileName) {
+ return request({
+ url: '/common/download',
+ method: 'get',
+ params: { fileName },
+ })
+}
+
+//政务统计
+//整体项目情况
+export function allinformation(data){
+ return request({
+ url:'/gysl/zwStats/allProject',
+ method:'get',
+ data
+ })
+}
+
+// //投资主体
+export function investall() {
+ return request({
+ url: '/gysl/zwStats/investors',
+ method: 'get'
+ })
+}
+
+// 功能区
+export function fungong(){
+ return request({
+ url:'/gysl/zwStats/ribbon',
+ method:'get'
+ })
+}
+
+//详细通知
+export function getAllMessages(){
+ return request({
+ url:'/gysl/zwStats/zwNotice',
+ method:'get'
+ })
+}
+
+//项目列表
+export function xmlist(){
+ return request({
+ url:'/gysl/zwStats/projectList',
+ method:'get'
+ })
+}
+//政务统计结束
+
+//企业统计
+//整体项目情况
+export function allproject(){
+ return request({
+ url:'/gysl/qyStats/allProject',
+ method:'get'
+ })
+}
+//企业详细通知
+export function getAllMessagestwo(){
+ return request({
+ url:'/gysl/qyStats/qyNotice',
+ method:'get'
+ })
+}
\ No newline at end of file
diff --git a/src/views/compilation/onecailiao/index.vue b/src/views/compilation/onecailiao/index.vue
index 22ec3f7..b14278e 100644
--- a/src/views/compilation/onecailiao/index.vue
+++ b/src/views/compilation/onecailiao/index.vue
@@ -45,8 +45,8 @@
-
+