|
|
@ -1715,6 +1715,7 @@ export default { |
|
|
} |
|
|
} |
|
|
this.sobomList[i].notifyNo = this.notifyNo |
|
|
this.sobomList[i].notifyNo = this.notifyNo |
|
|
this.sobomList[i].site = this.$store.state.user.site |
|
|
this.sobomList[i].site = this.$store.state.user.site |
|
|
|
|
|
this.sobomList[i].bomItemNo = this.sobomList[i].lineItemNo |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
let materialList = this.sobomList.filter((item) => item.qtyToUnissue > 0) |
|
|
let materialList = this.sobomList.filter((item) => item.qtyToUnissue > 0) |
|
|
|