From 10dcd39a32596c16d4b68e6665cf2c2cf98d28e7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 26 Jun 2025 14:22:02 +0800 Subject: [PATCH] 2025-06-26 --- src/views/modules/part/partInformation.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 9b931be..4178f8f 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -1666,6 +1666,11 @@ plmPartNo: '', showInQueryFlag: '', temporaryPartFlag: '', + mainInfoFlag: false, // 主信息标识 + costsInfoFlag: false, // costs标识 + manufacturingInfoFlag: false, // Manufacturing标识 + planningInfoFlag: false, // planning标识 + partItemInfoFlag: false, // 属性信息标识 }, revisionData: { flag: '', @@ -3958,6 +3963,7 @@ costsInfoFlag: false, // costs标识 manufacturingInfoFlag: false, // Manufacturing标识 planningInfoFlag: false, // planning标识 + partItemInfoFlag: false // 属性信息标识 } this.partItemList = [] this.inventoryPartTable = 'General' @@ -4078,6 +4084,7 @@ costsInfoFlag: false, // costs标识 manufacturingInfoFlag: false, // Manufacturing标识 planningInfoFlag: false, // planning标识 + partItemInfoFlag: false // 属性信息标识 } this.resetFlags() // 重置标识 this.setupWatchers() // 设置监听 @@ -4196,6 +4203,7 @@ costsInfoFlag: false, // costs标识 manufacturingInfoFlag: false, // Manufacturing标识 planningInfoFlag: false, // planning标识 + partItemInfoFlag: false // 属性信息标识 } this.getPartCharacteristicList() this.inventoryPartTable = 'General' @@ -4313,6 +4321,7 @@ costsInfoFlag: false, // costs标识 manufacturingInfoFlag: false, // Manufacturing标识 planningInfoFlag: false, // planning标识 + partItemInfoFlag: false // 属性信息标识 } this.getPartCharacteristicList() // 查出该物料的BOM和routing的替代