2025-07-19 15:47:21 +08:00
|
|
|
|
# 目录
|
|
|
|
|
|
|
|
|
|
```table-of-contents
|
|
|
|
|
title:
|
|
|
|
|
style: nestedList # TOC style (nestedList|nestedOrderedList|inlineFirstLevel)
|
|
|
|
|
minLevel: 0 # Include headings from the specified level
|
|
|
|
|
maxLevel: 0 # Include headings up to the specified level
|
|
|
|
|
includeLinks: true # Make headings clickable
|
|
|
|
|
hideWhenEmpty: false # Hide TOC if no headings are found
|
|
|
|
|
debugInConsole: false # Print debug info in Obsidian console
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# 介绍
|
|
|
|
|
|
2025-07-19 15:51:57 +08:00
|
|
|
|
有了产品有了BOM,就需要去维护它的工艺路线
|
|
|
|
|
|
|
|
|
|
## 生成PBOM
|
|
|
|
|
|
2025-07-19 15:53:57 +08:00
|
|
|
|
PBOM就是指工艺BOM,需要在产品工作区、归档区去选择要生成BOM结构,选择后右键选择 **生成PBOM**
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
2025-07-19 15:55:58 +08:00
|
|
|
|
勾选上 **如果一个设计BOM,已经生成过工艺BOM,则此次不再更新工艺BOM**,然后点击 **生成** 即可
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### 快速跳转到PBOM
|
|
|
|
|
|
|
|
|
|
生成后,选择产品后右键,选择 **转到PBOM** 选项后,即可跳转到PBOM区的对应位置上
|
2025-07-19 15:53:57 +08:00
|
|
|
|
|