录用报批工作流二开--自定义工作流

栏目:s-hr cloud知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:1

录用报批工作流二开--自定义工作流

【适用版本】 

s-HR V8.5及以上


【应用场景】

实施/技术支持,配置工作流



【详细说明(或 示例、操作步骤)】

1、进入portal界面

http://172.18.11.66:8080/portal/main.jsp  格式  http://ip:port/portal


2、进入WEB流程设计器

3、配置工作流


4、配置脚本和流程变量


脚本参考:

StringBuffer tStrSql = new StringBuffer(); tStrSql.append("select famount from t_rec_recbenefit where fsalaryitemid='4i4AAAAAJxDD25kv' and fgroupid in (select fid from t_rec_recbenefitgroup where frecapprovalid = '"+billId+"')"); com.kingdee.jdbc.rowset.IRowSet rowSet = com.kingdee.eas.util.app.DbUtil.executeQuery(__bosContext,tStrSql.toString()); amount=0; if(rowSet!=null) { while(rowSet.next()){ StringBuffer sb = new StringBuffer().append(rowSet.getString(1)); System.out.println("recApproval amount : " +sb.toString()); int index = sb.indexOf("."); String res =""; if(index > -1){ res = sb.substring(0,index); System.out.println(res); java.lang.Integer am = java.lang.Integer.parseInt(res); System.out.println("recApproval amount : " +am); amount = am; } } }


5、配置的脚本把结果赋值给变量,变量可以在路由后的选择路线上进行配置


【注意事项(或 常见错误)】(可省略)



录用报批工作流二开--自定义工作流

【适用版本】 s-HR V8.5及以上【应用场景】实施/技术支持,配置工作流【详细说明(或 示例、操作步骤)】1、进入portal界面http://172.18...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息