|  | @@ -2615,7 +2615,8 @@ const QueryCustomer = Form.create()(React.createClass({
 | 
	
		
			
				|  |  |  						    					<FormItem className="half-item"
 | 
	
		
			
				|  |  |  							                            {...formItemLayout}
 | 
	
		
			
				|  |  |  							                            label="注册手机号" >
 | 
	
		
			
				|  |  | -							                         <Input value={this.state.mobile}  onChange={(e) => { this.setState({ mobile: e.target.value }); }} style={{width:'200px',marginRight:'50px'}}/>
 | 
	
		
			
				|  |  | +							                         <Input value={this.state.mobile} disabled 
 | 
	
		
			
				|  |  | +							                           onChange={(e) => { this.setState({ mobile: e.target.value }); }} style={{width:'200px',marginRight:'50px'}}/>
 | 
	
		
			
				|  |  |  							                    	 <Button onClick={this.modifyPassworld}>修改密码</Button>
 | 
	
		
			
				|  |  |  							                    </FormItem>
 | 
	
		
			
				|  |  |  							                    <FormItem className="half-item"
 |