能在流程应用中给表单设置自增的流水号吗
https://www.o2oa.net:443/x_file_assemble_control/jaxrs/file/0a1c0e33-e14c-44d0-88ee-89eb58935b4d/download/stream 您好:在流程中有流程号的设置,相当于编号。https://www.o2oa.net:443/x_file_assemble_control/jaxrs/file/cdfe1c3a-d813-4abf-ae45-730b275dbba5/download/stream
可以在表单上拉一个文本,这个文本的值选择“脚本”
脚本如下
var _work = this.workContent.getWork();
return _work.serial;
页:
[1]