vault backup: 2025-07-28 10:41:10
This commit is contained in:
@ -59,6 +59,12 @@
|
||||
|
||||

|
||||
|
||||
水印类型
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### 图章
|
||||
|
||||
单击 **添加** 可以添加图章,更改图章的位置、大小,选择图章所在页面
|
||||
|
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200442.png
Normal file
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200442.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200711.png
Normal file
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200711.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200731.png
Normal file
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250725200731.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -2,7 +2,7 @@
|
||||
|
||||
在 [自定义对象常规属性](20.自定义对象常规属性.md) 时,我们有时需要定义的对象的值是枚举类型的,但需要使用的枚举数据是需要手动定义的
|
||||
|
||||
# 前置要求
|
||||
## 前置要求
|
||||
|
||||
进行设置的用户角色必须具备 **系统设置** 中的 **参数配置** 权限
|
||||
|
||||
@ -14,45 +14,39 @@
|
||||
|
||||

|
||||
|
||||
新增枚举数据,填写枚举数据名称,如果要添加多个 **同名枚举数据** ,则需要填写相应的 **枚举编码** ,目的是在定义对象属性时能够 **区分** 各个同名枚举数据,此外,需要勾选 **自定义值** 和 **枚举值不显示在下拉框里**
|
||||
新增枚举数据,填写枚举数据名称,如果要添加多个 **同名枚举数据** ,则建议填写相应的 **枚举编码** ,目的是在定义对象属性时能够 **区分** 各个同名枚举数据
|
||||
|
||||

|
||||
|
||||
## 自定义值
|
||||
|
||||
若不勾选自定义值
|
||||
自定义值指由用户为枚举选项定义其在数据库中存储的值
|
||||
|
||||

|
||||
|
||||
则无法自定义枚举选项的枚举值,也无法手动填入
|
||||
若不勾选 **自定义值** 则无法自定义枚举选项的枚举值,将会由系统自动维护
|
||||
|
||||

|
||||
|
||||
## 枚举值不显示在下拉框
|
||||
|
||||
在默认情况下,枚举下拉框会将枚举的名称与枚举值一并显示出来,如若不想要显示出枚举值,则勾选此选项即可
|
||||
|
||||

|
||||
|
||||
待测试结果
|
||||
|
||||
|
||||
| 不显示值 | 显示值 |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
|  |  |
|
||||
| | |
|
||||
|
||||
## 新增枚举项
|
||||
|
||||
### 方式一
|
||||
### 手动录入
|
||||
|
||||
**手动录入新增枚举项** ,此方式多用于枚举项较少的枚举数据定义,可直接录入枚举名称和枚举值
|
||||
手动录入新增枚举项 ,此方式多用于枚举项较少的枚举数据定义,可直接录入 **枚举名称** 和 **枚举值**
|
||||
|
||||

|
||||
|
||||
### 批量导入枚举
|
||||
|
||||
|
||||
### 方式二
|
||||
|
||||
**批量导入枚举**,此方式多用于枚举项较多时,通过提前制作好的 **Excel枚举导入模板** 直接导入到枚举数据中
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
**批量导入枚举**,此方式多用于枚举项较多时,通过提前制作好的 [枚举导入模板](Files/Documents/枚举导入模板.xlsx) 直接导入到枚举数据中
|
BIN
SanPinPLM/相关操作/4.0-other/Files/Documents/枚举导入模板.xlsx
Normal file
BIN
SanPinPLM/相关操作/4.0-other/Files/Documents/枚举导入模板.xlsx
Normal file
Binary file not shown.
BIN
SanPinPLM/相关操作/4.0-other/assets/image-20250725194750645.png
Normal file
BIN
SanPinPLM/相关操作/4.0-other/assets/image-20250725194750645.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
SanPinPLM/相关操作/4.0-other/assets/image-20250725194755377.png
Normal file
BIN
SanPinPLM/相关操作/4.0-other/assets/image-20250725194755377.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user