|  | @@ -336,7 +336,7 @@ const ProjectOrder=Form.create()(React.createClass({
 | 
	
		
			
				|  |  |  	                        <Input placeholder="订单负责人" style={{width:'150px',marginRight:'10px'}}
 | 
	
		
			
				|  |  |  		                        value={this.state.salesmanNameSearch }
 | 
	
		
			
				|  |  |  		                        onChange={(e) => { this.setState({ salesmanNameSearch : e.target.value }); }} />
 | 
	
		
			
				|  |  | -	                        <Input placeholder="财物负责人" style={{width:'150px'}}
 | 
	
		
			
				|  |  | +	                        <Input placeholder="财务负责人" style={{width:'150px'}}
 | 
	
		
			
				|  |  |  		                        value={this.state.financeNameSearch}
 | 
	
		
			
				|  |  |  		                        onChange={(e) => { this.setState({ financeNameSearch: e.target.value }); }} />
 | 
	
		
			
				|  |  |  	                    </div>
 |