vault backup: 2025-03-22 10:27:06

This commit is contained in:
2025-03-22 10:27:06 +08:00
59 changed files with 141 additions and 39 deletions

View File

@ -10,7 +10,7 @@
首先选择 **企业配置**,在 **对象分类** 中选择 **窗体表单** ,以 “更改申请/审批表” 为例,这个窗体表单需要多个部门进行会签,且根据需求的不同,每次会签涉及到的部门都不同
![image-20240603151728784](assets/image-20240603151728784.png)
![](assets/Pasted%20image%2020250319165829.png)
## 准备
@ -18,37 +18,37 @@
**窗体表单配置** 中,已经有了相应部门的字段
![image-20240603152019320](assets/image-20240603152019320.png)
![](assets/Pasted%20image%2020250319165802.png)
此时需要为这些会签部门新增一个条件字段,通过条件字段完成对流程分支的设置
有多少个分支选择就要有多少个条件字段本例中该窗体表单需要确定会签部门包含车用部、储能部等部门在内的11个部门也就要创建对应的11个条件字段并设置这些条件字段的类型为布尔类型
![image-20240603152853325](assets/image-20240603152853325.png)
![image-20240603152853325](../4.0-other/assets/image-20240603152853325.png)
新增后点击应用,就能在 **常规属性** 中直接进行配置,通过控件区将新增的字段添加到 **常规属性**
条件字段是布尔类型,所以添加时选择标签类型为 **是否** 即可
![image-20240603153929430](assets/image-20240603153929430.png)
![image-20240603153929430](../4.0-other/assets/image-20240603153929430.png)
添加完成后选择所有字段,通过右侧的 [控件对齐区](170.自定义控件页面.md#控件对齐区) 将其排列整齐后点击确定即可
![image-20240603154619394](assets/image-20240603154619394.png)
![image-20240603154619394](../4.0-other/assets/image-20240603154619394.png)
完成后我们可以看到新的窗体表单中已经新增了这些选择字段
![image-20240603154749096](assets/image-20240603154749096.png)
![image-20240603154749096](../4.0-other/assets/image-20240603154749096.png)
## 流程设置
完成窗体表单的设置后,选择我们要是设置分支的流程
![image-20240603154934910](assets/image-20240603154934910.png)
![image-20240603154934910](../4.0-other/assets/image-20240603154934910.png)
设置流程分支,需要在分支前一个过程节点中设置
![image-20240603155358364](assets/image-20240603155358364.png)
![image-20240603155358364](../4.0-other/assets/image-20240603155358364.png)
对前一个过程节点的执行策略设置为: [提交策略](75.文档审批流程模板制作.md#提交策略) → [条件选择](75.文档审批流程模板制作.md#条件选择) → **自动条件选择**这样设置的话PLM系统会根据条件情况去自动进行匹配

View File

@ -22,7 +22,58 @@
![](assets/Pasted%20image%2020250322101652.png)
## 电脑手写体签名制作
Creo三维签名需要使用电脑手写体签名`FontCreator` 软件打开
第一次打开需要自己手动创建字体工程,名称只能是:`SPPLMFONT`为了三品PLM系统能够识别
![](assets/Pasted%20image%2020250320141929.png)
如果已经有了 `SPPLMFONT` 工程,那么直接打开即可
![](assets/Pasted%20image%2020250320142047.png)
选择空白字母或者符号右键导入图形,载入制作完成的 `.BMP` 图片
![](assets/Pasted%20image%2020250320142247.png)
因为签章太小,`FontCreator` 会提示检测到过小的图像,不用管,直接点确定即可
![](assets/Pasted%20image%2020250320142505.png)
导入后需要根据阈值横条去调整字体的粗细(不要让字体太细),设置好后点击生成按钮
![](assets/Pasted%20image%2020250320142621.png)
生成后,刚才选择的符号或字母就被替换了,双击符号或字母,进入到详细设置页面
![](assets/Pasted%20image%2020250320142736.png)
框选字体可手动拖动调整大小,或直接输入想要的宽、高进行调整
注意:==高度不可超过大写高度==
![](assets/Pasted%20image%2020250320143132.png)
完成后关闭此页
![](assets/Pasted%20image%2020250320143223.png)
说明:一个公司内的所有电脑手写体签名,都要制作到一个 `SPPLMFONT` 工程中,制作完成后,保存此工程
![](assets/Pasted%20image%2020250320143715.png)
此外还需要输出字体,选择 **输出电脑字体**(保存的字体文件只能叫 `SPPLMFONT.ttf`
![](assets/Pasted%20image%2020250320144003.png)
### 前置条件
需要先具备 `.bmp` 格式的签章,并且安装了手写体制作软件:`FontCreator`
![](assets/Pasted%20image%2020250320140813.png)
>>>>>>> origin/main
# 导入
@ -60,6 +111,42 @@
![](assets/Pasted%20image%2020240614150815.png)
## 手写体签名导入
完成了 [电脑手写体签名制作](#电脑手写体签名制作) 后,并不像图片签章那样可以直接导入,需要先打开制作好的字体文件进行安装,将手写体安装到电脑上
![](assets/Pasted%20image%2020250320144439.png)
安装好手写体后,右键客户端,选择 **以管理员身份运行**
![image-20240702142937292](../../报错处理/assets/image-20240702142937292.png)
**系统设置****系统工具****文档相关****手写体签名设置** 中导入手写体签名
导入后,字体文件会被复制到 `C:\Windows\Fonts`
![](assets/Pasted%20image%2020250320145252.png)
导入后,选择要设置的用户,在手写体字符上写上对应的字符,就可以取到对应的手写体签名
![](assets/Pasted%20image%2020250320145619.png)
### 补充
手写体签名导入后,只有安装了该字体文件的电脑可以看到手写体签名,其余没有安装该字体文件的电脑是看不到签名的,所以需要将字体文件拷贝到其余需要签名,需要查看签名的电脑上,并进行安装
![](assets/Pasted%20image%2020250320144439.png)
#### Creo手写体签名
要为Creo进行手写体签名配置还需要将 `SPPLMFONT.ttf` 文件复制到Creo程序的安装目录`Common Files\text\fonts` 文件夹下
![](assets/Pasted%20image%2020250320150520.png)
安装字体文件,如果提示已经安装,那么进行替换
![](assets/Pasted%20image%2020250320150605.png)
## 公章设置
公章需要在 ==**系统设置** → **参数配置****搜索“章”****盖章等公司图片设置**== 选项中进行配置

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB