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(); }, // 修改可选值