| 
					
				 | 
			
			
				@@ -7,8 +7,9 @@ const YbpNodeKind = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bx: 5, // 补项 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cs: 6, // 分类 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     dt: 7, // 费用明细 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    xmj: 8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-const defaultMerge = [ YbpNodeKind.dxfy, YbpNodeKind.fb, YbpNodeKind.cs ]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+const defaultMerge = [ YbpNodeKind.dxfy, YbpNodeKind.fb, YbpNodeKind.cs, YbpNodeKind.xmj ]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const YbpImportType = { flow: 0, merge: 1 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 class YbpTree { 
			 |