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 @@ + + + + \ 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},