Browse Source

2025-06-26

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

9
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()
// BOMrouting

Loading…
Cancel
Save