From 7202a3366468bb1d532f71e4a9fd7c3d96006199 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 9 Mar 2026 17:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A7=BD=E6=B6=B2=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tankSolutionSystem/resultsCon.js | 9 + .../tankSolutionSystem/workTankLine.vue | 186 +++++++++--------- .../materialMaintenance.vue | 21 ++ 3 files changed, 121 insertions(+), 95 deletions(-) diff --git a/src/api/tankSolutionSystem/resultsCon.js b/src/api/tankSolutionSystem/resultsCon.js index a606f95..09b64a0 100644 --- a/src/api/tankSolutionSystem/resultsCon.js +++ b/src/api/tankSolutionSystem/resultsCon.js @@ -89,4 +89,13 @@ export const exportReport = (params) =>{ params, responseType: 'blob', }) +} + +// 曲线详情 +export const getLineDetail = (params) =>{ + return request({ + url:'/api/blade-desk/QA/LiquidTankWave/detail', + method:'get', + params + }) } \ No newline at end of file diff --git a/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue b/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue index e3cbd14..3ac186b 100644 --- a/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue +++ b/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue @@ -19,8 +19,8 @@ - - + + @@ -46,7 +46,7 @@
-
+
曲线时间范围:{{ detailForm.lineTime }}
-
操作人:{{ detailForm.createTime }}
-
曲线生成时间:{{ detailForm.createUser }}
+
操作人:{{ detailForm.updateUserRealName }}
+
曲线生成时间:{{ detailForm.createTime }}
检测曲线
-
-
+
+