From f2d39187d42804a51d4790d00fcc6eb0af8e4a2a Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Wed, 28 Feb 2024 11:24:04 +0800 Subject: [PATCH] =?UTF-8?q?2024-02-28=20=E6=8A=A5=E4=BB=B7=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/quotation/sellForQuotation.vue | 6 ++-- .../sellForQuotation/quotationDetail.vue | 30 ++++++++++--------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue index a4ade41..059603c 100644 --- a/src/views/modules/quotation/sellForQuotation.vue +++ b/src/views/modules/quotation/sellForQuotation.vue @@ -226,7 +226,7 @@ - + @@ -321,7 +321,7 @@ - { deleteByQuotationHeaderId(row).then(({data})=>{ - if (data.code == 200){ + if (data.code === 200){ this.$message.success(data.msg); this.initData(); }else { diff --git a/src/views/modules/quotation/sellForQuotation/quotationDetail.vue b/src/views/modules/quotation/sellForQuotation/quotationDetail.vue index 143192e..a7206a8 100644 --- a/src/views/modules/quotation/sellForQuotation/quotationDetail.vue +++ b/src/views/modules/quotation/sellForQuotation/quotationDetail.vue @@ -161,7 +161,7 @@ - @@ -213,7 +213,7 @@ - @@ -590,7 +590,7 @@ - @@ -650,7 +650,7 @@ - - + @@ -886,7 +886,7 @@ - - @@ -1009,7 +1009,7 @@ - @@ -1040,7 +1040,7 @@ - - + @@ -1200,7 +1200,7 @@ - @@ -1272,7 +1272,7 @@ - + @@ -1323,7 +1323,7 @@ - + @@ -1337,7 +1337,7 @@ - + @@ -2222,6 +2222,7 @@ export default { if (!validate){ this.$message.warning("可选值不能为空!") }else { + this.itemData.quotationDetailId = this.quotationDetailData.quotationDetailId saveQuotationPropertiesItemAvailable(this.itemData).then(({data})=>{ if (data.code === 200){ this.searchQuotationPropertiesItemAvailable(); @@ -3049,6 +3050,7 @@ export default { this.chooseModalData.itemDesc=row.itemDesc; this.chooseModalData.valueTypeDb=row.valueTypeDb; this.chooseModalData.itemType=row.itemType; + this.chooseModalData.quotationDetailId = row.quotationDetailId this.searchQuotationPropertiesItemAvailable(); }, // 修改可选值