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) {