|
@@ -43,7 +43,11 @@ let rptPrintHelper = {
|
|
sessionStorage.pageSize = rptControlObj.getCurrentPageSize();
|
|
sessionStorage.pageSize = rptControlObj.getCurrentPageSize();
|
|
sessionStorage.orientation = rptControlObj.getCurrentOrientation();
|
|
sessionStorage.orientation = rptControlObj.getCurrentOrientation();
|
|
sessionStorage.scaleFactor = 1;
|
|
sessionStorage.scaleFactor = 1;
|
|
- window.open('/rpt_print');
|
|
|
|
|
|
+ if (sessionStorage.pageSize === 'A3') {
|
|
|
|
+ window.open('/rpt_printA3');
|
|
|
|
+ } else {
|
|
|
|
+ window.open('/rpt_print');
|
|
|
|
+ }
|
|
},
|
|
},
|
|
function(failRst){
|
|
function(failRst){
|
|
sessionStorage.currentPageData = null;
|
|
sessionStorage.currentPageData = null;
|