|  | @ -57,6 +57,7 @@
 | 
	
		
			
				|  |  | 				$street: $("#sel_street"),//街道或乡镇
 | 
	
		
			
				|  |  | 				//$pwd:$("#inp_pwd"),  //密码
 | 
	
		
			
				|  |  | 				$pwdBtn: $("#btn_pwd"), //重新生成密码
 | 
	
		
			
				|  |  |                 $medicareNumber: $("#inp_medicareNumber"),//医保保险号
 | 
	
		
			
				|  |  | 				boxes: null,
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | //				initAddress:function(){
 | 
	
	
		
			
				|  | @ -125,6 +126,7 @@
 | 
	
		
			
				|  |  | 					this.$address.ligerTextBox({width: 240});
 | 
	
		
			
				|  |  | 					this.$openid.ligerTextBox({width: 240});
 | 
	
		
			
				|  |  | 					this.$mobileRemarks.ligerTextBox({width: 240});
 | 
	
		
			
				|  |  |                     this.$medicareNumber.ligerTextBox({width: 240});
 | 
	
		
			
				|  |  | 					_this.sexBox = _this.$sex.ligerComboBox({
 | 
	
		
			
				|  |  | 						width: 240,
 | 
	
		
			
				|  |  | 						data: [
 | 
	
	
		
			
				|  | @ -391,7 +393,8 @@
 | 
	
		
			
				|  |  | 							openid: patient.openid,
 | 
	
		
			
				|  |  | 							birthday: patient.birthday,
 | 
	
		
			
				|  |  | 							mobileRemarks: patient.mobileRemarks,
 | 
	
		
			
				|  |  | 							password: patient.password
 | 
	
		
			
				|  |  | 							password: patient.password,
 | 
	
		
			
				|  |  |                             medicareNumber: patient.medicareNumber
 | 
	
		
			
				|  |  | 						});
 | 
	
		
			
				|  |  | 						//填值
 | 
	
		
			
				|  |  | 						_this.sexBox.selectValue(patient.sex);
 |