|  | @@ -127,15 +127,9 @@
 | 
	
		
			
				|  |  |                              </div>
 | 
	
		
			
				|  |  |                          </div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  | -                    <div class="baobiao-close-side">
 | 
	
		
			
				|  |  | -                        <a href="javascript:void(0)" title="收起侧栏" onclick="collapseRptTreeMenu(this)"><i class="fa fa-chevron-left"></i></a>
 | 
	
		
			
				|  |  | -                        <!-- <a href="#" title="展开侧栏"><i class="fa fa-chevron-right"></i></a> -->
 | 
	
		
			
				|  |  | -                    </div>
 | 
	
		
			
				|  |  | -                    <div class="sjs-height-4">
 | 
	
		
			
				|  |  | -                        <div class="print-view form-view">
 | 
	
		
			
				|  |  | -                            <div class="pageContainer">
 | 
	
		
			
				|  |  | -                                <canvas id="rptCanvas" height="820" width="920"></canvas>
 | 
	
		
			
				|  |  | -                            </div>
 | 
	
		
			
				|  |  | +                    <div class="print-view form-view">
 | 
	
		
			
				|  |  | +                        <div class="pageContainer">
 | 
	
		
			
				|  |  | +                            <canvas id="rptCanvas" height="820" width="920"></canvas>
 | 
	
		
			
				|  |  |                          </div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
	
		
			
				|  | @@ -373,27 +367,6 @@
 | 
	
		
			
				|  |  |          };
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    function collapseRptTreeMenu(dom) {
 | 
	
		
			
				|  |  | -        const parentDom = $(dom).parent().parent();
 | 
	
		
			
				|  |  | -        const brotherDom = parentDom.prev();
 | 
	
		
			
				|  |  | -        const nextDom = $(dom).children();
 | 
	
		
			
				|  |  | -        const left = $('#tree-view'), right = $('#main-view'), parent = left.parent();
 | 
	
		
			
				|  |  | -        if (dom.title === '收起侧栏') {
 | 
	
		
			
				|  |  | -            dom.title = '展开侧栏';
 | 
	
		
			
				|  |  | -            brotherDom[0].style = 'display:none';
 | 
	
		
			
				|  |  | -            left.hide();
 | 
	
		
			
				|  |  | -            right.css('width', '100%');
 | 
	
		
			
				|  |  | -            nextDom[0].className = 'fa fa-chevron-right';
 | 
	
		
			
				|  |  | -        } else {
 | 
	
		
			
				|  |  | -            dom.title = '收起侧栏';
 | 
	
		
			
				|  |  | -            left.show();
 | 
	
		
			
				|  |  | -            const percent = 100 - left.outerWidth() /parent.width() * 100;
 | 
	
		
			
				|  |  | -            right.css('width', percent + '%');
 | 
	
		
			
				|  |  | -            brotherDom[0].style = 'display:';
 | 
	
		
			
				|  |  | -            nextDom[0].className = 'fa fa-chevron-left';
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      setupDateFormat();
 | 
	
		
			
				|  |  |      rptTplObj.iniPage();
 | 
	
		
			
				|  |  |  
 |