//访问报表
public void OPENREPORT() throws RemoteException, MXException{
int polineid=this.getMbo().getInt("polineid");
String baseUrl=clientSession.getMaximoBaseURL();
String requestId = (new StringBuilder()).append(System.currentTimeMillis()).append("").toString();
String reportUrl=baseUrl+"/maximo/report?__report=cpdj.rptdesign&appname=ST_CPDJ&" +
"where=polineid="+polineid+"&__requestid="+requestId;
sessionContext.getCurrentApp().openURL(reportUrl, true);
}
相关文章
- 10-13获取高德地图
- 10-13高德地图获取定位
- 10-13高德地图获取手机定位
- 10-13如何获取distutils用于构建的arch字符串?
- 10-13CefSharp如何获取网页加载的资源
- 10-13CefSharp如何获取请求响应头Headers中的数据
- 10-13使用锚点定位不改变url同时平滑的滑动到锚点位置,不会生硬的直接到锚点位置
- 10-13JS 获取没有特定class的标签
- 10-13被选中的内容">获取被选中的内容
- 10-13vue-ref、js获取dom子元素