From 7121f317b682609348e37c0377da2c159109fe29 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/humanResource/personnel/index.ts | 1 + src/api/production/index.ts | 8 + .../personnel/standingbook.vue | 9 +- .../shishishuju/chart/lssjChart.vue | 613 +++++------------- .../shishishuju/chart/sssjChart.vue | 4 +- src/pages-production/shishishuju/trqSssj.vue | 13 +- .../cxc-szcx-multiLineChart.vue | 36 +- 7 files changed, 194 insertions(+), 490 deletions(-) diff --git a/src/api/humanResource/personnel/index.ts b/src/api/humanResource/personnel/index.ts index a2b7464..adbc7c6 100644 --- a/src/api/humanResource/personnel/index.ts +++ b/src/api/humanResource/personnel/index.ts @@ -5,6 +5,7 @@ export function listApi(config : object) { return http({ url: '/cxc_rlzy.zb/cxcRlzyZb/list', method: 'GET', + timeout: 5000, data: config }) } 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-humanResource/personnel/standingbook.vue b/src/pages-humanResource/personnel/standingbook.vue index 888f3e7..040b96b 100644 --- a/src/pages-humanResource/personnel/standingbook.vue +++ b/src/pages-humanResource/personnel/standingbook.vue @@ -1,6 +1,6 @@ \ No newline at end of file