| 
					
				 | 
			
			
				@@ -74,7 +74,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <!--<input type="radio" class="glj-radio" name="glj" value="allGljs">所有 -->  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <input type="radio" class="glj-radio" name="glj" value="stdGljs">标准   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <input type="radio" class="glj-radio" name="glj" value="complementaryGljs">补充   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            <div  class="modal-auto-height" id="componentTreeDiv" style="overflow: hidden"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <div  class="modal-auto-height" id="componentTreeDiv" style="height: 435px; overflow: hidden"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <!--<div class="print-list">--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <div style="width: 100%; height: 100%; overflow: auto"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     <ul id="componentTree" class="ztree"></ul> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -96,7 +96,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <div class="modal-auto-height col-12" style="overflow: hidden" id="componentSheet"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <div class="modal-auto-height col-12" style="height: 420px; overflow: hidden" id="componentSheet"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -258,19 +258,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $(document).ready(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //解决spreadjs sheet初始化没高度宽度 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            $('#modalCon').width($(window).width()*0.5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            /* $('#modalCon').width($(window).width()*0.5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $('#componentTreeDiv').height($(window).height() - 300); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $("#componentSheet").height($("#componentTreeDiv").height() - 15); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            $("#componentSheet").width($('#modalCon').width() * 0.63); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            $("#componentSheet").width($('#modalCon').width() * 0.63); */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             pageOprObj.initPage($("#GLJListSheet")[0], $('#gljComponentSheet')[0], $("#componentSheet")[0]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //组成物弹出窗大小设置 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        $(window).resize(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        /* $(window).resize(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $('#modalCon').width($(window).width()*0.5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $('#componentTreeDiv').height($(window).height() - 300); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $("#componentSheet").height($("#componentTreeDiv").height()-15); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $("#componentSheet").width($('#modalCon').width()* 0.63); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }); */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   	</SCRIPT> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script type="text/javascript"> 
			 |