Initial commit
This commit is contained in:
13
KMsoftPLM/二开/Oracle口令过期.md
Normal file
13
KMsoftPLM/二开/Oracle口令过期.md
Normal file
@ -0,0 +1,13 @@
|
||||
打开SQL Plus窗口,登录SYSTEM账户,密码是123
|
||||
|
||||
输入如下命令即可
|
||||
|
||||
```sql
|
||||
ALTER USER KKCS_PDM IDENTIFIED BY 123;
|
||||
ALTER USER KKCS_METADATA IDENTIFIED BY 123;
|
||||
ALTER USER KKCS_ORG IDENTIFIED BY 123;
|
||||
ALTER USER KKCS_TASK IDENTIFIED BY 123;
|
||||
ALTER USER KKCS_FILE IDENTIFIED BY 123;
|
||||
ALTER USER n_api IDENTIFIED BY 123;
|
||||
ALTER USER esb IDENTIFIED BY 123;
|
||||
```
|
BIN
KMsoftPLM/二开/assets/Pasted image 20241015094917.png
Normal file
BIN
KMsoftPLM/二开/assets/Pasted image 20241015094917.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 388 KiB |
BIN
KMsoftPLM/二开/assets/Pasted image 20241015095125.png
Normal file
BIN
KMsoftPLM/二开/assets/Pasted image 20241015095125.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 477 KiB |
BIN
KMsoftPLM/二开/assets/Pasted image 20241015095331.png
Normal file
BIN
KMsoftPLM/二开/assets/Pasted image 20241015095331.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 313 KiB |
BIN
KMsoftPLM/二开/assets/Pasted image 20241017145418.png
Normal file
BIN
KMsoftPLM/二开/assets/Pasted image 20241017145418.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 428 KiB |
BIN
KMsoftPLM/二开/assets/Pasted image 20241017145642.png
Normal file
BIN
KMsoftPLM/二开/assets/Pasted image 20241017145642.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
KMsoftPLM/二开/assets/Pasted image 20241017145732.png
Normal file
BIN
KMsoftPLM/二开/assets/Pasted image 20241017145732.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 409 KiB |
13
KMsoftPLM/二开/定版.md
Normal file
13
KMsoftPLM/二开/定版.md
Normal file
@ -0,0 +1,13 @@
|
||||
对象定版其实就是冻结,冻结需要先开放菜单,在 ==**系统定制 → 菜单定义 → 对象操作配置 → 选择对象 → 添加菜单项**==
|
||||
|
||||

|
||||
|
||||
在 **执行功能** 中选择 **冻结**
|
||||
|
||||
选择 **单选显示**
|
||||
|
||||

|
||||
|
||||
最后 **保存** 即可
|
||||
|
||||

|
13
KMsoftPLM/二开/对象建立关联关系.md
Normal file
13
KMsoftPLM/二开/对象建立关联关系.md
Normal file
@ -0,0 +1,13 @@
|
||||
在元数据中创建好对象类并绑定了关联关系后,可以在系统中创建对象
|
||||
|
||||
对象创建后双击打开,可以在 **关系** 中找到该对象所具备的“关联关系”(这里只是有这样的关联关系,不一定有实际的关联对象)
|
||||
|
||||

|
||||
|
||||
如果已经有了要关联的对象,可以通过 **添加被关联关系对象** 按钮添加关联对象
|
||||
|
||||

|
||||
|
||||
也可以直接创建关联对象,点击 **创建被关联关系对象** 即可
|
||||
|
||||

|
1
KMsoftPLM/二开/导航条功能配置.md
Normal file
1
KMsoftPLM/二开/导航条功能配置.md
Normal file
@ -0,0 +1 @@
|
||||
为系统新增菜单功能,需要先上传脚本,在 **系统定制** → **二次开发脚本管理** 中添加脚本,然后在 **系统定制** → **系统功能扩展** → **导航条功能扩展** 中添加这个功能,最后在 **系统定制** → **菜单定义** → **导航条功能配置** 中添加菜单选项,并选择这个功能
|
Reference in New Issue
Block a user