diff --git a/src/views/modules/productionInbound/productionInboundRequest.vue b/src/views/modules/productionInbound/productionInboundRequest.vue index d31e8d4..3992be4 100644 --- a/src/views/modules/productionInbound/productionInboundRequest.vue +++ b/src/views/modules/productionInbound/productionInboundRequest.vue @@ -1715,6 +1715,7 @@ export default { } this.sobomList[i].notifyNo = this.notifyNo 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)