diff --git a/外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723202357.png b/.trash/Pasted image 20250723202357.png similarity index 100% rename from 外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723202357.png rename to .trash/Pasted image 20250723202357.png diff --git a/外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723202955.png b/.trash/Pasted image 20250723202955.png similarity index 100% rename from 外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723202955.png rename to .trash/Pasted image 20250723202955.png diff --git a/外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723203051.png b/.trash/Pasted image 20250723203051.png similarity index 100% rename from 外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723203051.png rename to .trash/Pasted image 20250723203051.png diff --git a/外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723203305.png b/.trash/Pasted image 20250723203305.png similarity index 100% rename from 外发客户教程/客户特供/顺和电子/assets/Pasted image 20250723203305.png rename to .trash/Pasted image 20250723203305.png diff --git a/SanPinPLM/相关操作/4.0-other/15.如何踢出用户设备.md b/SanPinPLM/相关操作/4.0-other/12.如何踢出用户设备.md similarity index 100% rename from SanPinPLM/相关操作/4.0-other/15.如何踢出用户设备.md rename to SanPinPLM/相关操作/4.0-other/12.如何踢出用户设备.md diff --git a/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md b/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md new file mode 100644 index 00000000..f5398012 --- /dev/null +++ b/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md @@ -0,0 +1,21 @@ +# 介绍 + +在 [自定义对象常规属性](20.自定义对象常规属性.md) 时,我们有时需要定义的对象的值是枚举类型的,但需要使用的枚举数据是需要手动定义的 + +# 前置要求 + +进行设置的用户角色必须具备 **系统设置** 中的 **参数配置** 权限 + +![image-20240614153619837](../1.0-EDM/assets/image-20240614153619837.png) + +# 操作 + +想要定义所需的枚举数据,需要在 **系统设置** → **参数配置** → **系统参数** → **数据定义相关** → **枚举数据定义** 中定义 + +![](assets/Pasted%20image%2020250725154304.png) + +新增枚举数据,填写枚举数据名称,如果要添加多个同名数据,则需要填写相应的枚举编码,目的是在定义对象属性时能够区分各个同名枚举数据 + + + + diff --git a/SanPinPLM/相关操作/4.0-other/19.对象属性定义.md b/SanPinPLM/相关操作/4.0-other/19.对象属性定义.md index 785e5610..05a63c53 100644 --- a/SanPinPLM/相关操作/4.0-other/19.对象属性定义.md +++ b/SanPinPLM/相关操作/4.0-other/19.对象属性定义.md @@ -22,7 +22,7 @@ ![img](../2.0-PDM/assets/clip_image002-17229359177821.jpg) -在 **对象属性定义界面** 需要填写 **名称** 与 **显示名**,其中名称必须以“usr_”为前缀 +在 **对象属性定义界面** 需要填写 **名称** 与 **显示名**,其中名称必须以 `usr_` 为前缀 ![img](../2.0-PDM/assets/clip_image002-17229359843532.jpg) diff --git a/SanPinPLM/相关操作/4.0-other/25.编码器设置.md b/SanPinPLM/相关操作/4.0-other/25.编码器设置.md index dc3c5ca7..e617a549 100644 --- a/SanPinPLM/相关操作/4.0-other/25.编码器设置.md +++ b/SanPinPLM/相关操作/4.0-other/25.编码器设置.md @@ -171,7 +171,7 @@ > > 例如:表示星期的枚举:SUNDAY、MONDAY、TUESDAY、WEDNESDAY、THURSDAY、FRIDAY、SATURDAY -在编码器中,枚举类码段的取值分有两种情况,即在 **常规取值** 中定义的[局部枚举](#局部枚举),与在整个系统中定义的[系统枚举](#系统枚举) +在编码器中,枚举类码段的取值分有两种情况,即在 **常规取值** 中定义的 [局部枚举](#局部枚举) ,与在整个系统中定义的 [系统枚举](#系统枚举) #### 局部枚举 diff --git a/SanPinPLM/相关操作/4.0-other/40.Excel批量更新文档属性.md b/SanPinPLM/相关操作/4.0-other/40.Excel批量更新文档属性.md index c393f68c..7076a0ff 100644 --- a/SanPinPLM/相关操作/4.0-other/40.Excel批量更新文档属性.md +++ b/SanPinPLM/相关操作/4.0-other/40.Excel批量更新文档属性.md @@ -10,7 +10,7 @@ > > 若要修改多个文件的分类为统一值,则可通过 [多个文件批量调整文档分类](../1.0-EDM/80.文档分类设置.md#多个文件批量调整文档分类) 实现 -但若是要修改其他属性值,或属性值不统一的情况,则需要通过Excel来实现批量更新操作 +但若是要修改其他属性值,或属性值不统一的情况,则需要通过 `Excel` 来实现批量更新操作 ## 前置要求 @@ -20,19 +20,19 @@ # Excel导入模板 -通过 **Excel批量更新文档属性** 需要采用标准的Excel导入模板 +通过 **Excel批量更新文档属性** 需要采用标准的 `Excel` 导入模板 -模板要求Excel表中必须具备 **文档名称** 或 **文档编码** 中的一列,这是因为系统需要依据二者中的一个属性去做更新 +模板要求 `Excel` 表中必须具备 **文档名称** 或 **文档编码** 中的一列,这是因为系统需要依据二者中的一个属性去做更新 ![image-20241226201840976](assets/image-20241226201840976.png) -此外,Excel模板要求对标题栏的名称做定义,即文档编码一栏的名称是 **code**,文档名称一栏的名称是 **DocName**,其他要修改的属性名称,可在 **系统设置** → **参数配置** → **系统参数** → **数据定义相关** → **对象属性定义** → **文档** 中查询 +此外,`Excel` 模板要求对标题栏的名称做定义,即文档编码一栏的名称是 **code**,文档名称一栏的名称是 **DocName**,其他要修改的属性名称,可在 **系统设置** → **参数配置** → **系统参数** → **数据定义相关** → **对象属性定义** → **文档** 中查询 ![image-20241226202417865](assets/image-20241226202417865.png) # 更新操作 -在Excel表中编制完成后,在 **系统设置** → **系统工具** → **文档相关** → **Excel批量更新文档属性** 中,点击浏览上传Excel表 +在 `Excel` 表中编制完成后,在 **系统设置** → **系统工具** → **文档相关** → **Excel批量更新文档属性** 中,点击浏览上传 `Excel` 表 ![image-20241226202624092](assets/image-20241226202624092.png) diff --git a/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250725154304.png b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250725154304.png new file mode 100644 index 00000000..4dfc54ad Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250725154304.png differ diff --git a/SanPinPLM/相关操作/4.0-other/自定义.md b/SanPinPLM/相关操作/4.0-other/自定义.md new file mode 100644 index 00000000..e69de29b