|  | @@ -135,7 +135,7 @@ $(document).ready(function () {
 | 
	
		
			
				|  |  |          gclGatherData = gclGatherModel.gatherGclData();
 | 
	
		
			
				|  |  |          gclGatherModel.checkDiffer(gclGatherData);
 | 
	
		
			
				|  |  |          checkOverRange(gclGatherData);
 | 
	
		
			
				|  |  | -        // 加载清单数据        
 | 
	
		
			
				|  |  | +        // 加载清单数据
 | 
	
		
			
				|  |  |          SpreadJsObj.loadSheetData(gclSpread.getActiveSheet(), SpreadJsObj.DataType.Data, gclGatherData);
 | 
	
		
			
				|  |  |          loadLeafXmjData(0);
 | 
	
		
			
				|  |  |          // 章节合计
 | 
	
	
		
			
				|  | @@ -295,7 +295,7 @@ $(document).ready(function () {
 | 
	
		
			
				|  |  |                          end_gather_qty: xmj.end_gather_qty, end_gather_percent: xmj.end_gather_percent,
 | 
	
		
			
				|  |  |                          dwgc: xmj.dwgc, fbgc: xmj.fbgc, fxgc: xmj.fxgc,
 | 
	
		
			
				|  |  |                          jldy: xmj.jldy, bwmx: xmj.bwmx, drawing_code: xmj.drawing_code,
 | 
	
		
			
				|  |  | -                        end_final_1_percent:: xmj.end_final_1_percent,
 | 
	
		
			
				|  |  | +                        end_final_1_percent: xmj.end_final_1_percent,
 | 
	
		
			
				|  |  |                      });
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 | 
	
	
		
			
				|  | @@ -303,4 +303,4 @@ $(document).ready(function () {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          SpreadExcelObj.exportSimpleXlsxSheet(setting, data, $('.sidebar-title').attr('data-original-title') + "-清单汇总.xlsx");
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  | -});
 | 
	
		
			
				|  |  | +});
 |