|
@@ -197,7 +197,7 @@ define([ 'angular', 'toaster'], function(angular) {
|
|
|
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');
|
|
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');
|
|
|
toaster.pop('error', '系统错误', '没有设置相应的报表');
|
|
toaster.pop('error', '系统错误', '没有设置相应的报表');
|