From 9ba6acdfbb7cc6ddde878c302c182a9342f4a5f0 Mon Sep 17 00:00:00 2001 From: duxiaoning <17621883433@163.com> Date: Fri, 8 Dec 2023 11:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E6=9C=AC=E9=80=82=E9=85=8D=EF=BC=8C?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lang/pendingOrder.js | 10 +- src/components/ration/otgCorrection/index.vue | 2 +- src/components/ration/qualitative/index.vue | 20 ++- src/components/ration/soilMoisture/index.vue | 21 ++- .../Feedback/Inspection/Report/index.vue | 144 ++++-------------- .../Daichuli/Feedback/Inspection/index.vue | 63 ++++---- src/views/Daichuli/index.vue | 9 +- vue.config.js | 7 +- 8 files changed, 119 insertions(+), 157 deletions(-) diff --git a/src/api/lang/pendingOrder.js b/src/api/lang/pendingOrder.js index 1ff0b9e..7677a0b 100644 --- a/src/api/lang/pendingOrder.js +++ b/src/api/lang/pendingOrder.js @@ -163,19 +163,13 @@ export function checkReality(data) { } // 导出pdf模板 -export function exportWord(data, pdfName, localTiffPath, httpTiffPath, productType,polarizationMethod) { +export function exportWord(data, pdfName, productType) { return fileRequest({ url: "importPDF/importWordAndPDF?reportName=" + pdfName + - "&localTiffPath=" + - localTiffPath + - "&httpTiffPath=" + - httpTiffPath + "&productType=" + - productType + - "&polarizationMethod=" + - polarizationMethod, + productType, method: "post", // headers:{'Content-Type':'multipart/form-data'}, data diff --git a/src/components/ration/otgCorrection/index.vue b/src/components/ration/otgCorrection/index.vue index 8af2f98..b818571 100644 --- a/src/components/ration/otgCorrection/index.vue +++ b/src/components/ration/otgCorrection/index.vue @@ -75,7 +75,7 @@