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