From 5ecfc903fba9c336ed3348efb6903023718512a3 Mon Sep 17 00:00:00 2001
From: gongdi <410827992@qq.com>
Date: Fri, 24 Sep 2021 17:12:49 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=8A=B6=E6=80=81=E3=80=81?=
=?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=88=86=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../oa/assetCategoryRecord/assetCategory.vue | 230 ++++++++++
.../assetCategoryLarge.vue | 419 ++++++++++++++++++
.../oa/assetCategoryRecord/interConfig.js | 29 ++
.../oa/assetStatusRecord/assetStatusLarge.vue | 6 +-
4 files changed, 681 insertions(+), 3 deletions(-)
create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategory.vue
create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategoryLarge.vue
create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/interConfig.js
diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategory.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategory.vue
new file mode 100644
index 0000000..1a7c8be
--- /dev/null
+++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategory.vue
@@ -0,0 +1,230 @@
+
+
+
+
+ 资产类别
+ {{assetNames}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategoryLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategoryLarge.vue
new file mode 100644
index 0000000..f76e7a1
--- /dev/null
+++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/assetCategoryLarge.vue
@@ -0,0 +1,419 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/interConfig.js b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/interConfig.js
new file mode 100644
index 0000000..c2c8f6c
--- /dev/null
+++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetCategoryRecord/interConfig.js
@@ -0,0 +1,29 @@
+export default {
+
+ /*
+ * 资产分类汇总【小号分类;中号-类别统计】
+ * */
+ "getCategoryPieDiagram":{
+ url:'/intellioa/asset/assetReport/getCategoryPieDiagram',
+ method:'get',
+ isTestLogin:true
+ },
+
+ /*
+ * 部门资产汇总【中号-部门统计】
+ * */
+ "getDeptPieDiagram":{
+ url:'/intellioa/asset/assetReport/getDeptPieDiagram',
+ method:'get',
+ isTestLogin:true
+ },
+
+ /*
+ * 存放地点资产汇总 【中号-地点统计】
+ * */
+ "getPlacePieDiagram":{
+ url:'/intellioa/asset/assetReport/getPlacePieDiagram',
+ method:'get',
+ isTestLogin:true
+ },
+}
diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetStatusRecord/assetStatusLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetStatusRecord/assetStatusLarge.vue
index 8af0800..a674360 100644
--- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetStatusRecord/assetStatusLarge.vue
+++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/assetStatusRecord/assetStatusLarge.vue
@@ -68,7 +68,7 @@
@@ -129,9 +129,9 @@
})
},
buildTypeEchart: function () {
- let myEchart = echarts.getInstanceByDom(document.getElementById("typeEchart"));
+ let myEchart = echarts.getInstanceByDom(document.getElementById("typeRecordEchart"));
if (myEchart == null) {
- myEchart = echarts.init(document.getElementById('typeEchart'));
+ myEchart = echarts.init(document.getElementById('typeRecordEchart'));
}
let chartData = [
{name: "在库资产", value: this.stock_num},