| 
					
				 | 
			
			
				@ -77,13 +77,16 @@ function getPrescriptionList( refresh){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.result = result; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.statusName = getStatusName(o.status); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.express = getExpressName(o.dispensaryType); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        var address = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        var address = "", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            expressage = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        if(o.dispensaryType == 2){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            address = o.patientHospitalAddress; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            o.expressageName = o.expressageHospitalName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            address = o.expressageHospitalName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            expressage = o.expressageHospitalName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            address = o.provinceName + o.cityName + o.townName + o.address; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        }else if(o.dispensaryType == 3){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            address = o.patientHospitalName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            expressage = o.expressageName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.expressage = expressage; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.address = address; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.action = '<a class="c-12b7f5" href="prescription-main.html?code='+o.code+'&patiCode='+o.patientCode+'&teamCode='+teamCode+'&tab=2">查看</a>'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        o.checkbox = '<input name="orderItem" type="checkbox" class="icon-checkbox" data-status="'+o.status+'" data-type="'+o.dispensaryType+'" data-expressage="'+o.expressageCode+'" data-code="'+o.code+'">'; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -103,7 +106,6 @@ function getPrescriptionList( refresh){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				function queryParams(params) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    console.log(params); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    //当表格数据变化的时候,则取消全选按钮,然后之前的选中的信息将取消选中 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    page = params.offset/params.limit + 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    selectItemNum = 0; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -167,7 +169,11 @@ function getHealthDoctorList(isRefresh){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        }], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        onClickRow: function(row, $el){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $("#orderCount").text(selectItemNum); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $("#docInfo").text(row.name+row.jobName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            var jobName = ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if(row.jobName){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jobName = row.jobName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $("#docInfo").text(row.name+jobName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            $("#confirmModal").modal('toggle'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            selectDoctor = row.code; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 |