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 @@