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 @@