Browse Source

2025-06-26

master
fengyuan_yang 1 year ago
parent
commit
10dcd39a32
  1. 9
      src/views/modules/part/partInformation.vue

9
src/views/modules/part/partInformation.vue

@ -1666,6 +1666,11 @@
plmPartNo: '', plmPartNo: '',
showInQueryFlag: '', showInQueryFlag: '',
temporaryPartFlag: '', temporaryPartFlag: '',
mainInfoFlag: false, // 主信息标识
costsInfoFlag: false, // costs标识
manufacturingInfoFlag: false, // Manufacturing标识
planningInfoFlag: false, // planning标识
partItemInfoFlag: false, // 属性信息标识
}, },
revisionData: { revisionData: {
flag: '', flag: '',
@ -3958,6 +3963,7 @@
costsInfoFlag: false, // costs标识 costsInfoFlag: false, // costs标识
manufacturingInfoFlag: false, // Manufacturing标识 manufacturingInfoFlag: false, // Manufacturing标识
planningInfoFlag: false, // planning标识 planningInfoFlag: false, // planning标识
partItemInfoFlag: false // 属性信息标识
} }
this.partItemList = [] this.partItemList = []
this.inventoryPartTable = 'General' this.inventoryPartTable = 'General'
@ -4078,6 +4084,7 @@
costsInfoFlag: false, // costs标识 costsInfoFlag: false, // costs标识
manufacturingInfoFlag: false, // Manufacturing标识 manufacturingInfoFlag: false, // Manufacturing标识
planningInfoFlag: false, // planning标识 planningInfoFlag: false, // planning标识
partItemInfoFlag: false // 属性信息标识
} }
this.resetFlags() // 重置标识 this.resetFlags() // 重置标识
this.setupWatchers() // 设置监听 this.setupWatchers() // 设置监听
@ -4196,6 +4203,7 @@
costsInfoFlag: false, // costs标识 costsInfoFlag: false, // costs标识
manufacturingInfoFlag: false, // Manufacturing标识 manufacturingInfoFlag: false, // Manufacturing标识
planningInfoFlag: false, // planning标识 planningInfoFlag: false, // planning标识
partItemInfoFlag: false // 属性信息标识
} }
this.getPartCharacteristicList() this.getPartCharacteristicList()
this.inventoryPartTable = 'General' this.inventoryPartTable = 'General'
@ -4313,6 +4321,7 @@
costsInfoFlag: false, // costs标识 costsInfoFlag: false, // costs标识
manufacturingInfoFlag: false, // Manufacturing标识 manufacturingInfoFlag: false, // Manufacturing标识
planningInfoFlag: false, // planning标识 planningInfoFlag: false, // planning标识
partItemInfoFlag: false // 属性信息标识
} }
this.getPartCharacteristicList() this.getPartCharacteristicList()
// 查出该物料的BOM和routing的替代 // 查出该物料的BOM和routing的替代

Loading…
Cancel
Save