From 85168cfe14ba68bfa7a3c21010823ef0958fa63e Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 16 Sep 2025 11:33:45 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-16=20=E5=BE=85=E6=8A=A5=E4=BB=B7?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E7=9A=84=E6=9F=A5=E8=AF=A2sql=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quotation/quotationInformation.js | 7 +++++++ src/views/modules/quotation/toBeQuoted.vue | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/api/quotation/quotationInformation.js b/src/api/quotation/quotationInformation.js index 4dd81fa..deedd00 100644 --- a/src/api/quotation/quotationInformation.js +++ b/src/api/quotation/quotationInformation.js @@ -135,3 +135,10 @@ export const submitChange = data => createAPI(`/plm/quotationInformation/submitC * @returns {*} */ export const quotationInformationEditStatus = data => createAPI(`/plm/quotationInformation/quotationInformationEditStatus`,'post',data) + +/** + * 报价信息列表查询 + * @param data + * @returns {*} + */ +export const quotationInformationSearch2 = data => createAPI(`/plm/quotationInformation/quotationInformationSearch2`,'post',data) diff --git a/src/views/modules/quotation/toBeQuoted.vue b/src/views/modules/quotation/toBeQuoted.vue index 09d4565..f324f5f 100644 --- a/src/views/modules/quotation/toBeQuoted.vue +++ b/src/views/modules/quotation/toBeQuoted.vue @@ -185,7 +185,7 @@