From 0833f3f9b72399048ba8d09071715d459961839a Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Tue, 23 Sep 2025 16:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/productionInbound/productionInboundRequest.vue | 1 + 1 file changed, 1 insertion(+) 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)