From 5dba6c85d5b0b509210593897f0d58aaebf5f396 Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 18 Dec 2025 19:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A7=BD=E6=B6=B2=E6=8E=A5=E5=8F=A3=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tankSolutionSystem/resultsCon.js | 18 ++++ .../components/disposeDialog.vue | 31 +++--- .../tankSolutionSystem/inspectionReport.vue | 100 +++++++++++++----- .../tankSolutionTaskDispose.vue | 2 +- 4 files changed, 106 insertions(+), 45 deletions(-) diff --git a/src/api/tankSolutionSystem/resultsCon.js b/src/api/tankSolutionSystem/resultsCon.js index 459703a..0caddea 100644 --- a/src/api/tankSolutionSystem/resultsCon.js +++ b/src/api/tankSolutionSystem/resultsCon.js @@ -7,4 +7,22 @@ export const getReportList = params =>{ method:'get', params }) +} + +// 生成报告列表 +export const generateReport = (params) =>{ + return request({ + url:"/api/blade-desk/QA/LiquidTankTaskCopy/list", + method:'get', + params + }) +} + +// 生成报告接口 +export const createReport = (params) =>{ + return request({ + url:'/api/blade-desk/QA/LiquidTankTaskCopy/generateReport', + method:'post', + data + }) } \ No newline at end of file diff --git a/src/views/qualityManagement/tankSolutionSystem/components/disposeDialog.vue b/src/views/qualityManagement/tankSolutionSystem/components/disposeDialog.vue index 4a59ff9..709f2d5 100644 --- a/src/views/qualityManagement/tankSolutionSystem/components/disposeDialog.vue +++ b/src/views/qualityManagement/tankSolutionSystem/components/disposeDialog.vue @@ -79,24 +79,24 @@
- 测量值:{{ detailForm.meterNum }} + 测量值:{{ detailForm.firstTestValue }} - 电导率测量值:{{ detailForm.condNum }} + 电导率测量值:{{ detailForm.conductivityFirstTestValue }} - 化验人:{{ detailForm.testMan.userName }} + 化验人:{{ detailForm.testUserRealName }} - 化验时间:{{ detailForm.testTime }} + 化验时间:{{ detailForm.firstTestDate }} - 需加药量:{{ detailForm.needAdd }} + 需加药量:{{ detailForm.needAddValue }} - 实际加药量:{{ detailForm.actualAdd }} + 实际加药量:{{ detailForm.actualAddValue }} 填报时间:{{ detailForm.initialInspectionTime }} @@ -221,18 +221,18 @@
-
领药信息
-
+
领药信息
+
- 药品批次:{{ detailForm.drugBatch }} + 药品批次:{{ detailForm.drugBatCode }} 领药人:{{ detailForm.drugRecipientName }} - 领药时间:{{ detailForm.drugTime }} + 领药时间:{{ detailForm.receiveDrugDate }} @@ -259,18 +259,18 @@
-
复检信息
-
+
复检信息
+
- 测量值:{{ detailForm.meterNumTwo }} + 测量值:{{ detailForm.repeatTestValue }} - 电导率测量值:{{ detailForm.condNumTwo }} + 电导率测量值:{{ detailForm.conductivityRepeatTestValue }} - 化验人:{{ detailForm.recheckUser }} + 化验人:{{ detailForm.repeatTestUserId }} 化验时间:{{ detailForm.recheckTime }} @@ -432,6 +432,7 @@ export default { // this.detailForm = this.rowObj getDetail({id:this.rowId}).then(res =>{ this.detailForm = res.data.data + console.log('deta------------',this.detailForm) }) }, closeDialog() { diff --git a/src/views/qualityManagement/tankSolutionSystem/inspectionReport.vue b/src/views/qualityManagement/tankSolutionSystem/inspectionReport.vue index 0b52805..f659386 100644 --- a/src/views/qualityManagement/tankSolutionSystem/inspectionReport.vue +++ b/src/views/qualityManagement/tankSolutionSystem/inspectionReport.vue @@ -32,20 +32,21 @@ - + - - + + + @@ -64,7 +65,7 @@
- @@ -102,7 +103,7 @@