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