Browse Source

2025/8/27

java8
Aoi_Tori 5 months ago
parent
commit
48af69cc68
  1. 2
      src/views/modules/part/quicklyCreateBom.vue

2
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'

Loading…
Cancel
Save