热搜词
发表于 2022-2-23 16:01:32 | 显示全部楼层 |阅读模式
O2OA公文编辑器(版式公文组件)为正文添加公章功能方法
1.在流程管理-资源文件中上传一个图片公章。
02-公章地址.png
复制图片地址:
/x_processplatform_assemble_surface/jaxrs/file/8ef1a5f1-699a-4281-9cfc-aab2ee2c6047/application/3aed5fe9-1bde-42e0-b8ed-67bf4b5485f9/content

2.在流程管理-发文表单顶部添加[盖章]按钮。

01.png

操作脚本代码如下:
  1. this.form.get("gz").setData("gz");
  2. this.form.get("documenteditor").seal("/x_processplatform_assemble_surface/jaxrs/file/8ef1a5f1-699a-4281-9cfc-aab2ee2c6047/application/3aed5fe9-1bde-42e0-b8ed-67bf4b5485f9/content",0)
复制代码

官方说明文档:
https://www.o2oa.net/api/MWF.xApplication.process.Xform.Documenteditor.html#seal

seal(position)
对正文进行模拟盖章,此方法只是进行模拟盖章,通过图片显示,并非专业盖章,不具备法律效应。

@param src{String} 盖章图片的url.

Description
对正文进行模拟盖章(模板中必须有class为“doc_layout_seal”的img对象)

Parameters
position integer 要盖章的位置, 默认为0.

Example
this.form.get("documenteditor").seal("../custom/img/seal.png", 0); //在第一个盖章位置进行模拟盖章

Source
x_component_process_Xform/Documenteditor.js, line 722

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-12-22 09:40 , Processed in 0.186879 second(s), 25 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team