| 
					
				 | 
			
			
				@@ -1398,12 +1398,10 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (col && col.type === 'Number') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const data = SpreadJsObj.getSelectObject(posSheet); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (data) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    console.log(data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     const exprInfo = getExprInfo(col.field); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     const value = exprInfo 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         ? (data[exprInfo.expr] ? data[exprInfo.expr] : data[col.field]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         : data[col.field]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    console.log(cell.locked(), !data.ccid); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $('#pos-expr').val(value).attr('field', col.field).attr('org', data[col.field]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         .attr('readOnly', readOnly || (!data.ccid && cell.locked())).attr('data-row', sel.row); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } else { 
			 |