diff --git a/SanPinPLM/相关操作/1.0-EDM/18.文件打印.md b/SanPinPLM/相关操作/1.0-EDM/18.文件打印.md index 4e9efdac..e6c1a28e 100644 --- a/SanPinPLM/相关操作/1.0-EDM/18.文件打印.md +++ b/SanPinPLM/相关操作/1.0-EDM/18.文件打印.md @@ -59,6 +59,12 @@ ![](assets/Pasted%20image%2020250723205757.png) +水印类型 + +![](assets/Pasted%20image%2020250725200711.png) +![](assets/Pasted%20image%2020250725200731.png) + + #### 图章 单击 **添加** 可以添加图章,更改图章的位置、大小,选择图章所在页面 diff --git a/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200442.png b/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200442.png new file mode 100644 index 00000000..e0a9b95b Binary files /dev/null and b/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200442.png differ diff --git a/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200711.png b/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200711.png new file mode 100644 index 00000000..ede7849b Binary files /dev/null and b/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200711.png differ diff --git a/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200731.png b/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200731.png new file mode 100644 index 00000000..00bfccdd Binary files /dev/null and b/SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200731.png differ diff --git a/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md b/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md index cfab1820..14a2f7cb 100644 --- a/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md +++ b/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md @@ -2,7 +2,7 @@ 在 [自定义对象常规属性](20.自定义对象常规属性.md) 时,我们有时需要定义的对象的值是枚举类型的,但需要使用的枚举数据是需要手动定义的 -# 前置要求 +## 前置要求 进行设置的用户角色必须具备 **系统设置** 中的 **参数配置** 权限 @@ -14,45 +14,39 @@ ![](assets/Pasted%20image%2020250725154304.png) -新增枚举数据,填写枚举数据名称,如果要添加多个 **同名枚举数据** ,则需要填写相应的 **枚举编码** ,目的是在定义对象属性时能够 **区分** 各个同名枚举数据,此外,需要勾选 **自定义值** 和 **枚举值不显示在下拉框里** +新增枚举数据,填写枚举数据名称,如果要添加多个 **同名枚举数据** ,则建议填写相应的 **枚举编码** ,目的是在定义对象属性时能够 **区分** 各个同名枚举数据 ![](assets/Pasted%20image%2020250725170647.png) ## 自定义值 -若不勾选自定义值 +自定义值指由用户为枚举选项定义其在数据库中存储的值 ![](assets/Pasted%20image%2020250725171454.png) -则无法自定义枚举选项的枚举值,也无法手动填入 +若不勾选 **自定义值** 则无法自定义枚举选项的枚举值,将会由系统自动维护 ![](assets/Pasted%20image%2020250725171725.png) ## 枚举值不显示在下拉框 +在默认情况下,枚举下拉框会将枚举的名称与枚举值一并显示出来,如若不想要显示出枚举值,则勾选此选项即可 + ![](assets/Pasted%20image%2020250725172352.png) -待测试结果 - - +| 不显示值 | 显示值 | +| -------------------------------------------------------------- | -------------------------------------------------------------- | +| ![image-20250725194750645](assets/image-20250725194750645.png) | ![image-20250725194755377](assets/image-20250725194755377.png) | +| | | ## 新增枚举项 -### 方式一 +### 手动录入 -**手动录入新增枚举项** ,此方式多用于枚举项较少的枚举数据定义,可直接录入枚举名称和枚举值 +手动录入新增枚举项 ,此方式多用于枚举项较少的枚举数据定义,可直接录入 **枚举名称** 和 **枚举值** ![](assets/Pasted%20image%2020250725173337.png) +### 批量导入枚举 - -### 方式二 - -**批量导入枚举**,此方式多用于枚举项较多时,通过提前制作好的 **Excel枚举导入模板** 直接导入到枚举数据中 - - - - - - - +**批量导入枚举**,此方式多用于枚举项较多时,通过提前制作好的 [枚举导入模板](Files/Documents/枚举导入模板.xlsx) 直接导入到枚举数据中 \ No newline at end of file diff --git a/SanPinPLM/相关操作/4.0-other/Files/Documents/枚举导入模板.xlsx b/SanPinPLM/相关操作/4.0-other/Files/Documents/枚举导入模板.xlsx new file mode 100644 index 00000000..1747d5bd Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/Files/Documents/枚举导入模板.xlsx differ diff --git a/SanPinPLM/相关操作/4.0-other/assets/image-20250725194750645.png b/SanPinPLM/相关操作/4.0-other/assets/image-20250725194750645.png new file mode 100644 index 00000000..15e502ac Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/assets/image-20250725194750645.png differ diff --git a/SanPinPLM/相关操作/4.0-other/assets/image-20250725194755377.png b/SanPinPLM/相关操作/4.0-other/assets/image-20250725194755377.png new file mode 100644 index 00000000..98db444e Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/assets/image-20250725194755377.png differ