|  | @@ -36,7 +36,7 @@ function fnSearchCuring(){
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -//构建升级用户信息
 | 
	
		
			
				|  |  | +//构建升级用户信息--预计废弃
 | 
	
		
			
				|  |  |  function fnGetCuringDetail(ssoid,client_id){
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      $('tbody[upMajorBox]').html('');
 | 
	
	
		
			
				|  | @@ -56,7 +56,7 @@ function fnGetCuringDetail(ssoid,client_id){
 | 
	
		
			
				|  |  |              if(data.status==1||data.status==2){
 | 
	
		
			
				|  |  |                  $('div[upCuringBox]').show();
 | 
	
		
			
				|  |  |                  $('p[upCuringBox]').hide();
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +                
 | 
	
		
			
				|  |  |                  var objHtml=buildCuringInfo(data.detail.userInfo);
 | 
	
		
			
				|  |  |                  $('div[curingInfo] curing').html(objHtml);
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -89,7 +89,7 @@ function upCuring(name,_id,username){
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -//获得客户list数据
 | 
	
		
			
				|  |  | +//获得CLD客户list数据
 | 
	
		
			
				|  |  |  function getClentList(){
 | 
	
		
			
				|  |  |      if(!isExistence(clientname)){
 | 
	
		
			
				|  |  |          console.log('参数错误');
 |