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
|
|
|
|
|
2025-07-19 15:57:58 +08:00
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## 搭建工艺路线
|
|
|
|
|
|
2025-07-19 16:01:58 +08:00
|
|
|
|
在PBOM上,可以去搭建某一物料的工艺路线,选择这个物料之后,在 **工艺路线** 选项卡页面中,右键选择 **新建** → **工艺路线** → **从模板生成** 选项(只能选择从模板生成!)
|
2025-07-19 15:59:58 +08:00
|
|
|
|
|
2025-07-19 16:01:58 +08:00
|
|
|
|

|
|
|
|
|
|
|
|
|
|
选择要引用的工艺路线后点击确定
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
编码会自动生成,推送到云星空后可以与物料自动关联绑定
|
|
|
|
|
|
|
|
|
|
只需要维护好这个物料的工序信息即可,
|
|
|
|
|
|
|
|
|
|

|