| 
					
				 | 
			
			
				@@ -1685,8 +1685,8 @@ $(document).ready(function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         sjsSettingObj.setGridSelectStyle(posSpreadSetting); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        SpreadJsObj.initSheet(posSpread.getActiveSheet(), posSpreadSetting); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    SpreadJsObj.initSheet(posSpread.getActiveSheet(), posSpreadSetting); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //绑定计量单元编辑事件 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const posOperationObj = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         /** 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2229,6 +2229,7 @@ $(document).ready(function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     postData(window.location.pathname + '/load', {}, function (data) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ledgerTree.loadDatas(data.bills); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        console.log(data.bills.find(x => { return x.b_code === '102-4'})); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         treeCalc.calculateAll(ledgerTree); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (const t of data.tags) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             t.node = ledgerTree.datas.find(x => {return x.id === t.lid}); 
			 |