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