From 5a5f82d0abb625bf62994b650f5a1390e6c8aa67 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Wed, 3 Jan 2024 09:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tjanalysis/index.ts | 11 ++ src/utils/dict.ts | 2 + .../tjanalysis/hrelongatordata/index.vue | 144 +++++++++++++++++ src/views/tjanalysis/hrpuncherdata/index.vue | 12 +- .../tjanalysis/hrsizingmilldata/index.vue | 145 ++++++++++++++++++ src/views/tjanalysis/natgasdatahr/index.vue | 7 +- src/views/tjanalysis/waterday/index.vue | 65 ++++++-- 7 files changed, 360 insertions(+), 26 deletions(-) create mode 100644 src/views/tjanalysis/hrelongatordata/index.vue create mode 100644 src/views/tjanalysis/hrsizingmilldata/index.vue diff --git a/src/api/tjanalysis/index.ts b/src/api/tjanalysis/index.ts index 4ebd415..8ce5e33 100644 --- a/src/api/tjanalysis/index.ts +++ b/src/api/tjanalysis/index.ts @@ -54,3 +54,14 @@ export const queryXcqtyDay = async (params) => { export const queryHrpuncherDay = async (params) => { return await request.get({ url: `/tjanalysis/queryHrpuncherDay`, params }) } + +// 获取热轧延伸机日统计报表 +export const queryRzcjinfoDay = async (params) => { + return await request.get({ url: `/tjanalysis/queryRzcjinfoDay`, params }) +} + + +// 获取热轧定经机日统计报表 +export const querySizingmillDay = async (params) => { + return await request.get({ url: `/tjanalysis/querySizingmillDay`, params }) +} \ No newline at end of file diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 59ee2d3..c157b5f 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -99,6 +99,8 @@ export enum DICT_TYPE { SYSTEM_TENANT_PACKAGE_ID = 'system_tenant_package_id', TERMINAL = 'terminal', // 终端 +//===============智能水表统计模块=================== + Water_Module = 'Water_Module', // ========== 热轧108穿孔机 模块 ========== pszc_hr_puncherdata108 ='pszc_hr_puncherdata108',//热轧108运行时间类型 pszc_hr_puncherdata108_roll ='pszc_hr_puncherdata108_roll',//热轧108轧制时间类型 diff --git a/src/views/tjanalysis/hrelongatordata/index.vue b/src/views/tjanalysis/hrelongatordata/index.vue new file mode 100644 index 0000000..71eaf90 --- /dev/null +++ b/src/views/tjanalysis/hrelongatordata/index.vue @@ -0,0 +1,144 @@ + + + + + + diff --git a/src/views/tjanalysis/hrpuncherdata/index.vue b/src/views/tjanalysis/hrpuncherdata/index.vue index 6179a9b..a45d65d 100644 --- a/src/views/tjanalysis/hrpuncherdata/index.vue +++ b/src/views/tjanalysis/hrpuncherdata/index.vue @@ -34,12 +34,12 @@ header-row-style="height: 50px; text-align: center" :span-method="arraySpanMethod" :row-class-name="tableRowClassName" :cell-class-name="tableCellClassName"> - - - - - - + + + + + + diff --git a/src/views/tjanalysis/hrsizingmilldata/index.vue b/src/views/tjanalysis/hrsizingmilldata/index.vue new file mode 100644 index 0000000..2d4ac88 --- /dev/null +++ b/src/views/tjanalysis/hrsizingmilldata/index.vue @@ -0,0 +1,145 @@ + + + + + + diff --git a/src/views/tjanalysis/natgasdatahr/index.vue b/src/views/tjanalysis/natgasdatahr/index.vue index 383fcc3..3e4d837 100644 --- a/src/views/tjanalysis/natgasdatahr/index.vue +++ b/src/views/tjanalysis/natgasdatahr/index.vue @@ -11,7 +11,7 @@ /> - + - - + + + + :label="item.label" + :value="item.value" + /> + + + + + + + @@ -28,7 +43,7 @@ -
天然气:
+
智能水表:
@@ -58,6 +73,8 @@