From 31be4d8859e938c564a0329aa6548ba141c9c041 Mon Sep 17 00:00:00 2001 From: zelian_wu <15576055375@163.com> Date: Mon, 25 Dec 2023 19:15:13 +0800 Subject: [PATCH] =?UTF-8?q?2023-12-25=20plm=E8=AF=A2=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/quotation/requestForQuote.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 4864bfb..da4c48f 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -237,7 +237,7 @@ - + 项目物料 @@ -2054,7 +2054,6 @@ this.$message.warning('请选择询价专员名称!') return } - this.confirmProjectPart(); if (this.modalData.testPartNo === '' || this.modalData.testPartNo == null) { this.$message.warning('请选择产品编码!') return @@ -2072,7 +2071,7 @@ return } }else { - + this.confirmProjectPart(); if (this.modalData.flag === '1') { quotationInformationSave(this.modalData).then(({data}) => { if (data && data.code === 0) {