From 26449891689e28f8dd41535f0d472f57d8eb41b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com> Date: Fri, 13 Oct 2023 09:06:01 +0800 Subject: [PATCH] =?UTF-8?q?2023-10-13=20plm=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/proofing/proofingInformation.js | 6 ++++++ src/views/modules/proofing/batchRequestForProofing.vue | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/api/proofing/proofingInformation.js b/src/api/proofing/proofingInformation.js index 1345f5f..66ec440 100644 --- a/src/api/proofing/proofingInformation.js +++ b/src/api/proofing/proofingInformation.js @@ -90,4 +90,10 @@ export const getCustomerInformation = data => createAPI(`/plm/proofingInformatio * @returns {*} */ export const closeModalDeleteFile = data => createAPI(`/plm/proofingInformation/closeModalDeleteFile`,'post',data) +/** + * 批量文件删除 + * @param data + * @returns {*} + */ +export const batchDeleteProofingFile = data => createAPI(`/plm/proofingInformation/batchDeleteProofingFile`,'post',data) diff --git a/src/views/modules/proofing/batchRequestForProofing.vue b/src/views/modules/proofing/batchRequestForProofing.vue index 0b09d6b..68a387b 100644 --- a/src/views/modules/proofing/batchRequestForProofing.vue +++ b/src/views/modules/proofing/batchRequestForProofing.vue @@ -266,7 +266,7 @@ import { proofingInformationSearch, // 打样信息列表查询 getFileContentList, // 获取报价单附件列表 - batchDeleteQuotationFile, // 批量文件删除 + batchDeleteProofingFile, // 批量文件删除 saveProofingResult, // 保存打样结果 saveSubmitResult, // 保存提交结果 saveCustomerResponse, // 保存客户回复 @@ -1370,7 +1370,7 @@ orderRef3: row.orderRef3, proofingNo: this.enterResultData.proofingNo } - batchDeleteQuotationFile(tempData).then(({data}) => { + batchDeleteProofingFile(tempData).then(({data}) => { if (data && data.code === 0) { this.getFileContentData() this.$message({