From e6e8b0c380208d278277e045748fdaacdba84da0 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Tue, 14 Oct 2025 18:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8D=95=E9=80=80=E6=96=99?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/productionInbound/productionInboundRequest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/productionInbound/productionInboundRequest.vue b/src/views/modules/productionInbound/productionInboundRequest.vue index 3ab328f..a3e19e4 100644 --- a/src/views/modules/productionInbound/productionInboundRequest.vue +++ b/src/views/modules/productionInbound/productionInboundRequest.vue @@ -1715,7 +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 + this.sobomList[i].bomItemNo = this.sobomList[i].lineItemNo || this.sobomList[i].bomItemNo } let materialList = this.sobomList.filter((item) => item.qtyToUnissue > 0)