| 
					
				 | 
			
			
				@ -156,7 +156,7 @@ function getPrescriptionInfo(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            var html = template('prescriptionInfo_tmp', res.data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            prescriptionStatus = res.data.status; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            prescriptionCode = res.data.code; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            var statusName = getStatusName(res.data.status); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            var statusName = getStatusName(res.data.status == '69' ? '61' : res.data.status); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $(".status-btn").text(statusName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $("#prescriptionInfo").empty().append(html); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $("#prescriptionInfo").slimscroll({ 
			 |