|
|
【myApps/OBPM版本号】:4.4stable sp21
【浏览器类型】:Chrome
【技术QQ群】:182378297
- (function() {
- var doc=getCurrentDocument();
- var docId=doc.getId();
- var ts1=doc.getItemValueAsString("字段一");
- var ts2=doc.getItemValueAsString("字段二");
- var exparams = "&ts1="+ts1+"&ts1="+ts1+"";
- var appId=getApplication();
- var domainid=getDomainid();
- var formid="__2KhuwiEaRIwNdmoecoD";
- var btn="<a action-type='opendocument' formid='"+formid+"' docid='"+docId+"' appid='"+appId+"' open-type='open-tab' reflash-on-close='reflash-on-close' dialog-width='1000px' dialog-height='600px' exparams='"+exparams+"'>标签页打开表单</a>";
- return btn;
- })();
复制代码 |
|