|  | @@ -60,7 +60,7 @@ let MainTreeCol = {
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          marketPrice:function (node) {
 | 
	
		
			
				|  |  |              if((node.sourceType === projectObj.project.Ration.getSourceType()&&node.data.type!=rationType.ration)||node.sourceType==projectObj.project.ration_glj.getSourceType()){
 | 
	
		
			
				|  |  | -                return calcTools.uiGLJPrice(node.data.marketUnitFee);
 | 
	
		
			
				|  |  | +                if(node.data.marketUnitFee)  return calcTools.uiGLJPrice(node.data.marketUnitFee);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          feeRate:function (node) {
 |