diff --git a/src/views/modules/quotation/toBeQuoted.vue b/src/views/modules/quotation/toBeQuoted.vue index e8c2afb..98ae39c 100644 --- a/src/views/modules/quotation/toBeQuoted.vue +++ b/src/views/modules/quotation/toBeQuoted.vue @@ -627,7 +627,7 @@ export default { return } this.quotationSelections = this.quotationSelections.map(item=>{ - item.qty = 1 + item.qty = undefined item.createBy = this.$store.state.user.name item.site = this.$store.state.user.site return item; diff --git a/src/views/modules/quote/detail/primary/quoteDetailBom.vue b/src/views/modules/quote/detail/primary/quoteDetailBom.vue index 608d6c0..6d4e54a 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailBom.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailBom.vue @@ -335,6 +335,7 @@ export default { if (data && data.code === 0) { this.part.ifsPartNo = data.partNo if (this.part.ifsPartNo){ + this.bomEngChgLevel.partNo = this.part.ifsPartNo; this.part.status = "Y" } this.handleQueryQuoteDetailBomTreeVersion();