diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 70976a58..7839ce3d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -27,16 +27,29 @@ "state": { "type": "markdown", "state": { - "file": "SanPinPLM/相关操作/2.PDM/57.图号生成.md", + "file": "SanPinPLM/相关操作/2.PDM/58.图号生成.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "57.图号生成" + "title": "58.图号生成" + } + }, + { + "id": "7edc4b0110100481", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "SanPinPLM/相关操作/2.PDM/57.同步图纸内属性到文档属性.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "57.同步图纸内属性到文档属性" } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -109,13 +122,13 @@ "state": { "type": "outline", "state": { - "file": "SanPinPLM/相关操作/2.PDM/57.图号生成.md", + "file": "SanPinPLM/相关操作/2.PDM/56.文档关联物料.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "57.图号生成 的大纲" + "title": "56.文档关联物料 的大纲" } }, { @@ -190,15 +203,17 @@ "hidden-folder-obsidian:显示文件夹": false } }, - "active": "d9bbb74cf1c9eea2", + "active": "9dc82d4bad0e4bc8", "lastOpenFiles": [ + "SanPinPLM/相关操作/2.PDM/57.同步图纸内属性到文档属性.md", + "SanPinPLM/相关操作/2.PDM/58.图号生成.md", "SanPinPLM/相关操作/2.PDM/56.文档关联物料.md", + "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250228123016.png", "SanPinPLM/相关操作/2.PDM/54.借用与编辑借用物料.md", "SanPinPLM/相关操作/2.PDM/50.创建与编辑物料.md", "SanPinPLM/相关操作/2.PDM/61.BOM导出.md", "SanPinPLM/相关操作/2.PDM/60.BOM搭建.md", "SanPinPLM/相关操作/2.PDM/59.把零部件放入标准物料库.md", - "SanPinPLM/相关操作/2.PDM/57.图号生成.md", "SanPinPLM/相关操作/2.PDM/30.图号、物料编码唯一性设置.md", "SanPinPLM/相关操作/1.EDM/28.AutoCAD图纸模板制作.md", "SanPinPLM/相关操作/4.other/200.Delphi脚本.md", @@ -219,7 +234,6 @@ "SanPinPLM/相关操作/1.EDM/10.文件版本管理.md", "SanPinPLM/相关操作/1.EDM/80.文档分类设置.md", "SanPinPLM/相关操作/1.EDM/60.CAD接口使用.md", - "SanPinPLM/相关操作/1.EDM/32.浩辰CAD图纸模板制作.md", "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225103406.png", "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225102811.png", "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225102303.png", @@ -229,7 +243,6 @@ "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225101041.png", "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225101005.png", "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225095812.png", - "SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250225094547.png", "未命名.canvas", "KMmpm/系统介绍/数据建模/对象类定义/assets", "KMmpm/系统介绍/数据建模/对象类定义", diff --git a/SanPinPLM/相关操作/1.EDM/80.文档分类设置.md b/SanPinPLM/相关操作/1.EDM/80.文档分类设置.md index 9de69813..077eb1ef 100644 --- a/SanPinPLM/相关操作/1.EDM/80.文档分类设置.md +++ b/SanPinPLM/相关操作/1.EDM/80.文档分类设置.md @@ -78,7 +78,7 @@ ![image-20241115170116857](assets/image-20241115170116857.png) -注意:若系统具备PDM模块,那么建议图纸的编码器和其他文件的编码器拆分开,不要在 **文档分类** 中绑定编码器,而是在 **物料分类** 中绑定 [代号编码器](../2.PDM/25.物料分类设置.md#代号编码器) ,通过创建物料自动生成出图号,从而实现物料编码、文档编码、图号的相关联,具体操作见 [图号生成](../2.PDM/57.图号生成.md) 笔记(限于一图一物的情况,不适用 [一图多物料](../2.PDM/30.图号、物料编码唯一性设置.md#一图多物料) 的情况 ) +注意:若系统具备PDM模块,那么建议图纸的编码器和其他文件的编码器拆分开,不要在 **文档分类** 中绑定编码器,而是在 **物料分类** 中绑定 [代号编码器](../2.PDM/25.物料分类设置.md#代号编码器) ,通过创建物料自动生成出图号,从而实现物料编码、文档编码、图号的相关联,具体操作见 [图号生成](../2.PDM/58.图号生成.md) 笔记(限于一图一物的情况,不适用 [一图多物料](../2.PDM/30.图号、物料编码唯一性设置.md#一图多物料) 的情况 ) ### 前置要求 diff --git a/SanPinPLM/相关操作/2.PDM/25.物料分类设置.md b/SanPinPLM/相关操作/2.PDM/25.物料分类设置.md index 0d528fa4..898b414d 100644 --- a/SanPinPLM/相关操作/2.PDM/25.物料分类设置.md +++ b/SanPinPLM/相关操作/2.PDM/25.物料分类设置.md @@ -178,7 +178,7 @@ ![](assets/Pasted%20image%2020250225103406.png) -以 [图号生成](57.图号生成.md) 的 [物料分类事件脚本](57.图号生成.md#物料分类事件脚本) 为例,在创建此分类的物料时,会根据触发方式自动的执行脚本,从而实现目的 +以 [图号生成](58.图号生成.md) 的 [物料分类事件脚本](58.图号生成.md#物料分类事件脚本) 为例,在创建此分类的物料时,会根据触发方式自动的执行脚本,从而实现目的 - **界面显示时**:显示对象实例的 **常规属性** 时触发 - **合法性检查**:对对象实例应用、保存前进行合法性检查时触发 diff --git a/SanPinPLM/相关操作/2.PDM/56.文档关联物料.md b/SanPinPLM/相关操作/2.PDM/56.文档关联物料.md index bc307fee..139ace79 100644 --- a/SanPinPLM/相关操作/2.PDM/56.文档关联物料.md +++ b/SanPinPLM/相关操作/2.PDM/56.文档关联物料.md @@ -61,7 +61,9 @@ ### 图纸生成物料 -**图纸生成物料** 与 [图纸生成BOM](#图纸生成BOM) 相类似,对于没有生成过物料的图纸,使用该功能可以产生新的物料,对于已经与物料关联的图纸,若开启了 +**图纸生成物料** 与 [图纸生成BOM](#图纸生成BOM) 相类似,对于没有生成过物料的图纸,使用该功能可以产生新的物料 + +对于已经与物料关联的图纸,若完成了 [同步图纸内属性到文档属性](57.同步图纸内属性到文档属性.md) 则能够通过此功能去更新物料信息 ![image-20240815103341074](assets/image-20240815103341074.png) diff --git a/SanPinPLM/相关操作/2.PDM/57.同步图纸内属性到文档属性.md b/SanPinPLM/相关操作/2.PDM/57.同步图纸内属性到文档属性.md new file mode 100644 index 00000000..e69de29b diff --git a/SanPinPLM/相关操作/2.PDM/57.图号生成.md b/SanPinPLM/相关操作/2.PDM/58.图号生成.md similarity index 99% rename from SanPinPLM/相关操作/2.PDM/57.图号生成.md rename to SanPinPLM/相关操作/2.PDM/58.图号生成.md index b406720f..b934c5ab 100644 --- a/SanPinPLM/相关操作/2.PDM/57.图号生成.md +++ b/SanPinPLM/相关操作/2.PDM/58.图号生成.md @@ -28,7 +28,7 @@ 此外还需要在 **系统设置** → **参数配置** → **搜索** → 搜索**文件类型** → **文件类型设置** 中设置 **AutoCAD(可配置块名)**,勾选 **同步图纸内属性到文档属性** 参数 -![](2020250225101041.png) +![](assets/Pasted%20image%2020250228123016.png) 开启此参数后,检入、上传图纸时,图纸属性信息会写入到文档属性中 diff --git a/SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250228123016.png b/SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250228123016.png new file mode 100644 index 00000000..e92e7ac4 Binary files /dev/null and b/SanPinPLM/相关操作/2.PDM/assets/Pasted image 20250228123016.png differ