From 48af69cc681fc44b44c1dd5cac27ab9e0a98b94a Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Wed, 27 Aug 2025 16:29:30 +0800 Subject: [PATCH] 2025/8/27 --- src/views/modules/part/quicklyCreateBom.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/part/quicklyCreateBom.vue b/src/views/modules/part/quicklyCreateBom.vue index fad9664..b5abd96 100644 --- a/src/views/modules/part/quicklyCreateBom.vue +++ b/src/views/modules/part/quicklyCreateBom.vue @@ -1372,6 +1372,7 @@ export default { this.attributeFlag1 = true this.inventoryPartTable = 'part_item' this.getNodeTree() + this.getPartItem() } else { this.previousCodeNo = this.searchData.codeNo } @@ -3549,6 +3550,7 @@ export default { partDesc: row.partDesc, printUnit: row.printUnit, printUnitName: row.printUnitName, + processUnit: row.processUnit, bomType: 'Manufacturing', nodeId: this.currentNode.nodeId, offFlag: '2'