Initial commit

This commit is contained in:
SeedList
2025-01-13 11:22:31 +08:00
commit 193efe7dc0
1283 changed files with 34546 additions and 0 deletions

View 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;
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

View File

@ -0,0 +1,13 @@
对象定版其实就是冻结,冻结需要先开放菜单,在 ==**系统定制 → 菜单定义 → 对象操作配置 → 选择对象 → 添加菜单项**==
![](assets/Pasted%20image%2020241017145418.png)
**执行功能** 中选择 **冻结**
选择 **单选显示**
![](assets/Pasted%20image%2020241017145642.png)
最后 **保存** 即可
![](assets/Pasted%20image%2020241017145732.png)

View File

@ -0,0 +1,13 @@
在元数据中创建好对象类并绑定了关联关系后,可以在系统中创建对象
对象创建后双击打开,可以在 **关系** 中找到该对象所具备的“关联关系”(这里只是有这样的关联关系,不一定有实际的关联对象)
![](assets/Pasted%20image%2020241015094917.png)
如果已经有了要关联的对象,可以通过 **添加被关联关系对象** 按钮添加关联对象
![](assets/Pasted%20image%2020241015095125.png)
也可以直接创建关联对象,点击 **创建被关联关系对象** 即可
![](assets/Pasted%20image%2020241015095331.png)

View File

@ -0,0 +1 @@
为系统新增菜单功能,需要先上传脚本,在 **系统定制****二次开发脚本管理** 中添加脚本,然后在 **系统定制****系统功能扩展****导航条功能扩展** 中添加这个功能,最后在 **系统定制****菜单定义****导航条功能配置** 中添加菜单选项,并选择这个功能