From ce9b55751103cd5fbc168137014ed81b30221993 Mon Sep 17 00:00:00 2001 From: liaodeyun Date: Tue, 16 Sep 2025 08:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=8C=E5=96=84=E5=A4=9A?= =?UTF-8?q?=E6=9B=B2=E7=BA=BF=E7=BB=84=E4=BB=B6=20=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E9=87=87=E9=9B=86=E9=A1=B5=E9=9D=A2=E7=9E=AC?= =?UTF-8?q?=E6=97=B6=E6=B5=81=E9=87=8F=E7=82=B9=E5=87=BB=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=BA=94=E5=88=86=E9=92=9F=E5=AD=98=E7=9B=98=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=9A=84=E5=8E=86=E5=8F=B2=E8=B6=8B=E5=8A=BF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/index.ts | 8 + .../shishishuju/chart/lssjChart.vue | 613 +++++------------- .../shishishuju/chart/sssjChart.vue | 4 +- src/pages-production/shishishuju/trqSssj.vue | 11 +- .../cxc-szcx-multiLineChart.vue | 36 +- 5 files changed, 187 insertions(+), 485 deletions(-) diff --git a/src/api/production/index.ts b/src/api/production/index.ts index 6eb4093..5159a3d 100644 --- a/src/api/production/index.ts +++ b/src/api/production/index.ts @@ -56,4 +56,12 @@ export function queryJldDataByJldID(params : object) { // 获取计量点五分 method: 'GET', data: params }) +} + +export function queryJldRbDataByJldID(params : object) { // 获取计量点日报数据 + return http({ + url: 'http://10.75.166.6:9999/Gyk/jldls/cxcSssjLssjJldls/getLssjByJldId', + method: 'GET', + data: params + }) } \ No newline at end of file diff --git a/src/pages-production/shishishuju/chart/lssjChart.vue b/src/pages-production/shishishuju/chart/lssjChart.vue index 3b58067..48a128f 100644 --- a/src/pages-production/shishishuju/chart/lssjChart.vue +++ b/src/pages-production/shishishuju/chart/lssjChart.vue @@ -9,499 +9,192 @@ \ No newline at end of file diff --git a/src/pages-production/shishishuju/chart/sssjChart.vue b/src/pages-production/shishishuju/chart/sssjChart.vue index 46e9fcd..f14d010 100644 --- a/src/pages-production/shishishuju/chart/sssjChart.vue +++ b/src/pages-production/shishishuju/chart/sssjChart.vue @@ -42,8 +42,8 @@ - + diff --git a/src/pages-production/shishishuju/trqSssj.vue b/src/pages-production/shishishuju/trqSssj.vue index 534f863..d9b3124 100644 --- a/src/pages-production/shishishuju/trqSssj.vue +++ b/src/pages-production/shishishuju/trqSssj.vue @@ -86,13 +86,13 @@ - - - + - + + + \ No newline at end of file