Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@949 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
97680db7ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/js/common/services.js

+ 2 - 2
src/main/webapp/resources/js/common/services.js

@@ -193,8 +193,8 @@ define([ 'angular', 'toaster' ], function(angular) {
 				$http.get(rootPath + '/report/getName', {params: {enuu: enuu, pagename: pageName}})
 					.success(function(data){
 						if(data) {
-							data = eval(data);							
-							var url = 'http://218.17.158.219:8099/B2BCR/?reportfile=' + data + '&rcondition=' + condition;		
+							data = eval(data);
+							var url = 'http://report.ubtob.com/?reportfile=' + data + '&rcondition=' + condition;		
 							window.open(url, title + '-打印', 'width=' + (window.screen.width-10) + ',height=' + (window.screen.height*0.87) + ',top=0,left=0,toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
 						} else {
 							toaster.pop('error', '系统错误', '没有设置相应的报表');