Browse Source

2025-04-16

master
qiezi 9 months ago
parent
commit
583192470e
  1. 2
      src/views/modules/quotation/toBeQuoted.vue
  2. 1
      src/views/modules/quote/detail/primary/quoteDetailBom.vue

2
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;

1
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();

Loading…
Cancel
Save